Hi I am using the Oracle APEX to build an application to register the records in my company.
The aim of the app is to register the issues when spotted during sales.
We have the checkbox that when checked, works as YES, when not checked, it is set as N/A.
Next to the entry, I have edit / view and duplicated buttons. We clicking on EDIT, the checkbox selection is there and it can be modified. When I click ‘duplicate’, I am being redirected to the EDIT page but all the fields are filled in based on copied records, except for what was set in the checkbox.
While looking at the session details, I can see the Y value is being inserted alothough the checkbox appears to be ‘not checked’
Any idea how this can be solved?
Thank you