Question
Wipro
IN
Last activity: 25 Mar 2024 7:18 EDT
How to call a function from data transform which returns void.
How to call a function from data transform which returns void.
Lets say if i use function like below in data transform by using set method,
Target Property=Param.Remove
Source Property=@(Pega-RULES:Page).pxRemoveProperty(Param.PropertyName)
Param.Remove = @(Pega-RULES:Page).pxRemoveProperty(Param.PropertyName) from data transform.
But it will not allow, as it returns void.
Kindly let us know how to call a void function from data transform.
Thanks in advance