Question
4
Replies
729
Views
Intel Corporation
Posted: March 3, 2020
Last activity: October 27, 2020
Calling a Data transform of different class from data transform belonging to Data-Portal class
I am trying to call a data transform from a Data transform. The parent data transform class is of different class and the called Data transform class is different. So i wanted to use activity to define the class as step page.
Is there any way we can call data transform inside a data transform, where both DT's belonging to different classes?
***Edited by Moderator Marissa to update platform capability tags****
You can use Apply-DataTransform step and use the "class name. Datatransformrule". Ex: Abc-Data-Def.setName.
Or use Update page and in the child step of update page call Data Transform.