컬럼의 값이 변경될 때 다른 컬럼에 같은 값을 셋팅하는 방법
참고
https://diveintoapex.com/2022/02/09/trick-to-reference-field-value-in-dynamic-action-on-grid-column/
컬럼의 값이 변경될 때 다른 컬럼에 같은 값을 셋팅하는 방법
참고
https://diveintoapex.com/2022/02/09/trick-to-reference-field-value-in-dynamic-action-on-grid-column/
참고
https://www.javainhand.com/2022/01/5-methods-to-get-oarcle-apex-page-item-value.html
마스터-디테일과 유사하게 IG 해당 로우를 변경할 때 상세를 조회할 수 있도록 상세 조회 조건 아이템에 값을 셋팅한 후 DA에서 조회
참고
https://github.com/mgoricki/orclapex-ig-cheat-sheet#interactive-grid-events
1. 우선 버튼 클릭 이벤트에 IG에서 선택된 Row를 추출하여 페이지 아이템에 가지고 있고 request ID와 함께 submit 처리
2. 프로세스에서 해당 PL/SQL 처리
참고
https://fos.world/ords/f?p=10000:2020:::NO:::
https://srihariravva.blogspot.com/2019/02/interactive-grid-bulk-operation.html
http://robertsondas.com/apexor//f?p=116:700::::::
http://orclking.blogspot.com/2020/11/save-selected-interactive-grid-records.html
https://srihariravva.blogspot.com/2019/02/interactive-grid-bulk-operation.html
:REQUEST
https://community.oracle.com/tech/developers/discussion/4315418/how-to-get-request-name-of-the-clicked-submit-button-when-clicked-using-javascript-or-jquery
Column > Column Formatting > HTML Expression :
JS initialization Code : function (config) { var $ = apex.jQuery, toolbarData = $.apex.interactiveGrid.copyDefaultToolbar(), ...