Question
Tech Mahindra
Tech Mahindra
IN
Tech Mahindra
Posted: Jun 24, 2021
Last activity: Jun 30, 2021
Last activity: 30 Jun 2021 5:03 EDT
Closed
Updating existing record in local data source
Hi,
I want to update existing data in table.
for example a table has details of hotel and also the number of rooms and if a user book a room ,available rooms reduces to one less in local data source.
How can I achieve this?
Regards,
Mohit.
***Edited by Moderator: Pooja Gadige to add platform capability tag***
To see attachments, please log in.
@MOHITKUMARS
Hi,
You can write an activity on on-change or submit of no of rooms and write activity to open the record in the table by using obj-open-by-handle and then you can update the required properties on the opened page and now you can commit the changes.