Can some one clarify how to open a record and update few properties and saving back to the data base using data transform.
Instead of using obj methods in activity how we can achieve it using data transform.
Can some one clarify how to open a record and update few properties and saving back to the data base using data transform.
Instead of using obj methods in activity how we can achieve it using data transform.
@vimalchandv You can make use of savable data page to open, set/update properties and save the datapage (make use of ruf pzSaveDataPage).
@BhanuPrakash_G I can able to open and update the record but it is not saving to the DB.
@vimalchandv for savable data page to save you need to use sava-datapage in activity or use flow shape or flow action.
@Anoop Krishna then in data transform it is not possible right?
@vimalchandv hello,
Did you tried by calling pzSaveDataPage activity in step 2 of your data transform?
Hi @vimalchandv
We can achieve this requirement through Data transform using savable data page.
By calling that data transform in post action of the flow action.
By calling that DT in activity.
@vimalchandv right, saving savable data page by just using data transform is not possible. You would need activity, flow or flow action to save savable dpage.