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!

Unchecked checkbox in a Form causes "<item> must have some value" error on Apply Changes

pnoskoJun 1 2023

I changed a column in a Form for a database column that requires Y/N from a text field to a checkbox and I gave it a static default of N. The checkbox component settings are Y/N. When it is checked, it properly stores a Y on an insert or update. But whenever I try to insert or update with it unchecked, I get this subject error. I can actually see the value toggle between Y and N when I inspect the item in my browser as I check/uncheck it.

Why am I getting this error?

This post has been answered by pnosko on Jun 2 2023
Jump to Answer
Comments
Post Details
Added on Jun 1 2023
3 comments
1,296 views