Solved
Get XML source of any object in adobe via JSAPI
Hello all,
is there any JSAPI function or a way to get the XML source of any object within adobe campaign as if you would display it in the console client?
Kind regards,
Marcel
Hello all,
is there any JSAPI function or a way to get the XML source of any object within adobe campaign as if you would display it in the console client?
Kind regards,
Marcel
Hello Marcel,
You can use toDocument and toXMLString functions. For example to retrieve a specific workflow:
var wf = NLWS.xtkWorkflow.get(18846582); logInfo(wf.toDocument().toXMLString());
Hope this helps,
Florent
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.