Hi,
I have an Apex form which is populated from a view and a "SAVE" button which calls a stored PL/SQL procedure to save the data (as saving is quite complex, due to data model).
I want that this button be enabled when there are outstanding changes in the form. Otherwise it should be disabled.
Please advise how to check if there are outstanding changes in the form?
Furthermore, is there any way to check which datafields are changed?
Thank you