How to Refresh region of base page when closing modal dialog | Oracle APEX
Here is the requirement for refreshing the report on base page,to do so i am just creating a Dynamic
Action (DA) .
Parent Page :
Create Dynamic action >
Event > Dialog Closed
Selection type > Javascript Expression
Parent Page :
Create Dynamic action >
Event > Dialog Closed
Selection type > Javascript Expression
Condition > JavaScript Expression> window
If You are working with Apex 5.1 then
Client-side Condition>JavaScript Expression> window
Type > JavaScript Expression>
this.browserEvent != "load" && this.data.dialogPageId == "pageno"
True Action > Refresh
Affected Elements > Selection Type > Region
Region> Select your region
Demo
If You are working with Apex 5.1 then
Client-side Condition>JavaScript Expression> window
Type > JavaScript Expression>
this.browserEvent != "load" && this.data.dialogPageId == "pageno"
True Action > Refresh
Affected Elements > Selection Type > Region
Region> Select your region
Demo
Thanks, this was very useful for me
ReplyDeleteHow to refresh a page base page which is not interactive report?
ReplyDelete