Question
Thryve
IN
Last activity: 22 Feb 2021 5:12 EST
Savable data page is not working on click of button- without flow,flow action
Hi,
Requirement :
We have requirement to update user details on UI, when the admin/managers edit the user details and click save button, user details should get persisted in DB.
On click of save, we are calling savable data page(in DT) of lookup type by passing couple of parameters(user id,etc) and then populating all required details using response data transform.
Additionally, we have enabled data save option with class name and check Local Save option.
With this configuration, the changes are not getting persisted to DB, but expected data is available of DataPage.
Hence, We had to use activity(save-page) to persist the changes in DB. Is this expected behavior?
Please confirm, Thanks in Advance