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!

How to create Checkbox which returns 'Y' when checked and 'N' when unchecked

Sunny-OracleJun 22 2023 — edited Jun 22 2023

I want to create a checkbox which when clicked updates this column: terms_and_conditions.accepted. If the check box is checked then it sets value to 'Y' in column and is 'N' when unchecked/by default. My current code doesn't seem to mark as ‘Y’ when selected

I have this as the source:

and this as the dynamic action PL/SQL code:

Comments
Post Details
Added on Jun 22 2023
2 comments
302 views