Hi,
I have a LCA with a form and its collecting few data from user, during the Save button(screen shot attached for this) click of the form, its saving the details to a DOM table called 'System settings'.
Please refer the screen shot, on save its doing 'Save current changes'. So i want to know if this 'Save current changes' is any type of inbuilt function which saves the data to DOM, or what is it basically. Could you please provide me an idea of that
Hi Hari,
The 'save current changes' action has 2 different functions depending on the data that is fed to the form:
- DOM Definition data: the action will create a new DOM instance for the definition using the values that were entered.
- DOM Instance data: the action will update the existing DOM instance with the values in the form.