Trying to retrieve the URL for the Requisition Header Attachment in Process Flow Professional usnig getattachrec.exe. Can anyone help with what I need to put into the Web Run? Here's what I have to no avail. (Also - see attachment for complete image of WebRun window.
_OUT=TXT&_PDL=LAWAPP9&_FN=REQHEADER&_IN=RQHSET1
&_ON=Requisition+Header+Attachments&_ATYP=U&_AUDT=I
&_OPM=T&_ATTR=TRUE&_AOBJ=TRUE&K1=10&K2=266
See my blog entry as well as the attached screen shot: http://consultdavidw.blog...chrecexe-cgi-to.html
My blog describes how to do this with JavaScript in Design Studio and my screen shot is an example of how I used the WebRun to get a PO Header comment.
Click here to see attached quote
Your key fields &K1 and &K2 are in the wrong spot, they need to be part of the Index paramater (&_IN=RQHSET1&K1=1&K2=266) . If you are going to send the output to TXT yoiu will have to parse the D:0= returned, otherwise if you have OUT=XML then you could feed it to an XML Parse node then refer to the AttData varaiable from that node.