Avatar

Correct answer by
Level 4

You can use initialization script for any activity and access/modify its data. Be careful, though, as ACM will not check your changes. Activity data can be accessed via activity keyword and it is an XML object.

If you wish to print it out, use

logInfo(activity.toXML().toXMLString())

and you will be able to see what properties are available.

View solution in original post