Question
3
Replies
7518
Views
Posted: August 1, 2017
Last activity: August 16, 2017
Closed
Solved
Llist of methods that can be replaced using data transform. and the syntax to do so.
Is anybody aware of list of methods that can be replaced using data transform. I am aware of the few basic methods though, still will want to know the exact no of activity methods that we can actually replace using DT. So that usage of activity can be reduced. a brief about list of methods and how that needs to be used in DT will be appreciated.
Thank you in advance!!
***Updated by moderator: Lochan to add Categories***
Hi Sarita,
Below are the some of the methods which can be replaced by DT.
LHS is Method in Activity and RHS is Usage in DT
1. Property-Set --- Set.
2. Page-New --- Define the Class for the Page in Pages and Class and access the page name.
3. Page-Copy --- Define the Class for the Page in Pages and Class and Use set.
4. Page-Remove/Property-Remove --- Remove.
5. Obj-Sort --- Sort.
6. Apply DataTransform --- Apply DataTransform.
7. Property-Map-DecisionTable --- Use set and call OOTB function from the expression builder in Source.
8. Property-Map-DecisionTree --- Use set and call OOTB function from the expression builder in Source.
9. Property-Map-Value --- Use set and call OOTB function from the expression builder in Source.
10. Property-Map-ValuePair --- Use set and call OOTB function from the expression builder in Source.
Thanks,
Mounika.