Question
Cognizant
IN
Last activity: 9 May 2023 2:45 EDT
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)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Updated: 8 May 2023 11:31 EDT
Bits in Glass
IN
@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.
Updated: 8 May 2023 6:13 EDT
JPMC
IN
@vimalchandv You can make use of savable data page to open, set/update properties and save the datapage (make use of ruf pzSaveDataPage).
Updated: 8 May 2023 6:13 EDT
Cognizant
IN
@BhanuPrakash_G I can able to open and update the record but it is not saving to the DB.
Bits in Glass
IN
@vimalchandv for savable data page to save you need to use sava-datapage in activity or use flow shape or flow action.
-
vimalchand v
Cognizant
IN
@Anoop Krishna then in data transform it is not possible right?
Accepted Solution
Updated: 8 May 2023 11:31 EDT
Bits in Glass
IN
@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.
-
vimalchand v
Virtusa
IN
@vimalchandv hello,
Did you tried by calling pzSaveDataPage activity in step 2 of your data transform?
Cognizant
IN
@RameshBattini Cannot able to find this ootb acitivity.
Virtusa
IN
@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.
Infosys Private Limited
IN
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.
-
vimalchand v Megha Jay Patel