Skip to Main Content
Feature Request FR-3277
Product Area Application Builder
Status CLOSED

5 Voters

Do not validate value of checkbox item when it is disabled

johan segers Public
· Jul 19 2023

Idea Summary
Do not validate value of checkbox item when it is disabled.

Use Case
when you have a checkbox on your page that is disabled in specific cases. You can set the property using apex.item("P_ITEM").disable(); But when you submit your page, you get the error “#LABEL# must match the values Y and N.” even when the value is equal ="N"

Preferred Solution (Optional)
How would you implement this idea? If you are not sure, leave blank.

This idea submission is related to bug #36152157 in our bug system.

Comments

Comments

  • hritik.sharma OP 1.9 years ago

    To resolve this , I used Row Initialization on the interactive grid - and actions are set value : Static Assignment:  N.

    But this resulted in Showing Unsaved Changes Alert at random events :

    You can check via console :- 

    apex.region('//your GRID Static ID//').widget().interactiveGrid('getViews', 'grid').model.getChanges().length;

    I am still looking if this can be resolved via plugins.

  • mandreato OP 1.4 years ago

    For the same reason, I opened a Service Request on My Oracle Support. Oracle replied that internal bug #36152157 is still being worked by the Development Team and Support is not aware of the ETA for the same.