Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Resetting All Region Items to Default Values

Eugene FFeb 1 2022

In APEX 21.1, I have two items P4_BASTNAME and P4_ISAVAILABLE in a page region and I defined default values in their properties. I have a Reset button and I want all the region items (i.e. these only two) to reset to their default values when I click this button. I tried to use a dynamic action (Reset to Default) I created on clicking the button and querying the APEX_APPLICATION_PAGE_ITEMS view to get the items defaults to reset to this way:
image.png
But by some reason it throwing the following error when I am running this page and clicking the Reset button:
image.png
What am I doing wrong?
Thanks,
-Eugene

This post has been answered by InoL on Feb 1 2022
Jump to Answer
Comments
Post Details
Added on Feb 1 2022
2 comments
1,043 views