Anyway to get the XML of a Workflow via a URL? I c...
# suitescript
e
Anyway to get the XML of a Workflow via a URL? I can add "&xml=T" to the end of most URLs to see the XML but that doesn't appear to work with Workflows
s
Does workflow have that ability to save the SDF record? maybe use that url whatever it is
e
If I'm understanding the question correctly... I can edit the Workflow and under Actions there is a "Download XML" option, but it's not a link to a URL, it's a JS action
javascript:NLInvokeButton(getButton('downloadxml'))
Oh wait I can watch the Network tab and see that it's using a URL
<https://XXXXXXX.app.netsuite.com/app/suiteapp/devframework/xml/xmlexport.nl?=&recordtype=workflow&id=8>
Maybe I can do something with that
i can! thanks @Shawn Talbert for getting the ball rolling
m
If you use an IDE that integrates with SDF you would be able to download the xml using SDF.
💯 1