Question

Open,update and save 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.
-
Like (0)
-
Accepted Solution

@vimalchandvright, saving savable data page by just using data transform is not possible. You would need activity, flow or flow action to save savable dpage.

@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?
Accepted Solution

@vimalchandvright, saving savable data page by just using data transform is not possible. You would need activity, flow or flow action to save savable dpage.

@vimalchandv hello,
Did you tried by calling pzSaveDataPage activity in step 2 of your data transform?

@RameshBattini Cannot able to find this ootb acitivity.

@vimalchandv Hello,
Go to your profile and click on Preferences action menu and scroll down, then mark 'Enable diagnostic features' option to see pz rules in your search.

Hi @vimalchandv
We can achieve this requirement through Data transform using savable data page.
1. By calling that data transform in post action of the flow action.
2. By calling that DT in activity.