Dear Sir How Can I Redirect To Page By Dynamic Action.
FOR example i have Page item :P2_CODE and value from application Items and some values from Substitution String then combine all like
&REP_URL.&REPORT=&REP_DIR.Invoice.rep&PRM_CODE=&GLB_CODE.&PRM_NUM=&P2_CODE.
and this all i want pass page no 3 there is page item :P3_VALUE how to do this sir i dont want to do it by Branches only i want by DA.
You can create any DA to execute JavaScript code. Below is the JavaScript code example to redirect to the specific page:
The URL format is the common Oracle Apex URL format.
Dear Sir Page 3 is Modal dialog page and there is one page item name :P3_CODE in
i want pass from Page 2 this &REP_URL.&REPORT=&REP_DIR.Invoice.rep&PRM_CODE=&GLB_CODE.&PRM_NUM=&P2_CODE.
this all will go to p3 page item not in URL
step 1–
create a dynamic action for open modal dialog
step2—
create ajax callback process == process name==> “PREPARE_URL”
write following pl/sql code