Question
Virtusa
Virtusa
US
Virtusa
Posted: May 9, 2021
Last activity: Nov 10, 2021
Last activity: 10 Nov 2021 21:38 EST
Closed
Call DataSet using Data Transform 'DataSet-Execute'
How to call a DataSet using Data Transform.
Is there any way DataSet-Execute method can be call in a Dataransform
***Edited by Moderator: Pooja Gadige to move from Pega Academy to Product, add platform capability tag***
To see attachments, please log in.
@Ishara Derek Directly there is no method but there is an indirect way of achieving: Specify Data-Set Execute method in activity and call the activity from data transform using pxExecuteActivity function. This function will call the activity and activity will execute Data-Set Execute method.
Syntax: Param.Activity === @Utilities.pxExecuteAnActivity(PageName,ActiviyName) in DT.