Question
3
Replies
129
Views
JK Technosoft Ltd
Posted: August 2, 2018
Last activity: August 3, 2018
Closed
updating the value in db of all single embedded property and all embedded properties
i am having (employee list. salary) 1st scenario I want to update the one single person salary based on his employee id and 2nd scenario is i want to update all their salaries with 10% increment.
***Edited by Moderator Marissa to update platform capability tags***
Hi vinodkumarv1090,
I suggest you to use an Activity rule to do all the work: first modify all the data using Property-Set steps (and proper loop iteration for the second scenario); then use Obj-Save steps to commit all changes to the DataBase.
Anyway you should give us more details about your data model, hierarchy and context to let us provide more detailed istructions.