Hello,
I am attempting to build a flow to upload comments to the POLINE table. Previously the CGI writeattach.exe program would have been used, but now on 10 support is telling me I need to use the lawson-ios servlets.
Haven't found much documentation on this and what I have found is actually incorrect or referencing the wrong detail for the AddAttachment action...
I am using a WebRun node with these details below, but it is throwing the error:
Activity WebRun5510: Error evaluating expression: WorkUnit
Web program: /lawson-ios/action/AddAttachment
Method: POST
Post String:
<ACTION>
<ATTACHMENT dataArea="<!_configuration.main.Classic.dataArea>" fileName="POLINE" indexName="PLISET1" attachmentCategory="C" attachmentType="D" K1="<!QryCompany>"
K2="<!QryPONumber>" K3="0" K4="" K5="1">
<ATTACHMENT-NAME>Delivery Comment</ATTACHMENT-NAME>
<ATTACHMENT-TEXT><!QryItemDcomment>]]></ATTACHMENT-TEXT>
</ATTACHMENT>
</ACTION>