Question
2
Replies
395
Views
Tech Mahindra
Posted: June 24, 2017
Last activity: May 7, 2018
Closed
Solved
Can I retrieve the generated XML of a Rule in an Activity
I have an Activity "TestChange" in which I want to retrieve the XML generated for another Activity "VersionAct1". Can I retrieve it somehow using any methods? Please help me.
Please refer the screenshot below. I want to retrieve the XML generated for Activity "VersionAct1" :
do an obj-open/obj-open-by-handle of another Activity "VersionAct1" ( Step page of class rule-obj-activity) in your TestChange activity. Then use function getXMLOfPage or any other OOTB function to convert the steppage to a string xml.