Hi,
I ope you will be able to help me a bit. I have configured simple Data Flow which takes BOD from FTP and send to LN.
As an effect Customer Order is changed to "TEST OF BLOCKING 4" so data lfow works OK. Howwever same time change of status of Sales Order Header does not change (and is not confirmed in ACK BOD).
How can I check what I am doing wrong?
<?xml version="1.0"?>
<ProcessSalesOrder xmlns="">schema.infor.com/.../2" xmlns:xsi="">www.w3.org/.../XMLSchema-instance" xsi:schemaLocation="schema.infor.com/.../2 ">schema.infor.com/.../ProcessSalesOrder.xsd" xmlns:xsd="">www.w3.org/.../XMLSchema" releaseID="9.2" versionID="2.15.0">
<ApplicationArea>
<Sender>
<LogicalID>infor.file.tst</LogicalID>
<ComponentID>test_app</ComponentID>
<ConfirmationCode>OnError</ConfirmationCode>
</Sender>
<CreationDateTime>2023-09-06T12:26:28Z</CreationDateTime>
</ApplicationArea>
<DataArea>
<Process>
<TenantID>TST</TenantID>
<AccountingEntityID>888</AccountingEntityID>
<LocationID>D_110001</LocationID>
<ActionCriteria>
<ActionExpression actionCode="Change" expressionLanguage=""/>
</ActionCriteria>
</Process>
<SalesOrder>
<SalesOrderHeader>
<DocumentID>
<ID accountingEntity="888" location="D_110001" lid="lid://infor.ln.ln01/0XXX" variationID="1">SLS000030</ID>
<RevisionID>0</RevisionID>
</DocumentID>
<AlternateDocumentID>
<ID schemeName="Customer">TEST OF BLOCKING 4</ID>
</AlternateDocumentID>
<Status>
<Code listID="Sales Order Status">Hold</Code>
<ReasonCode accountingEntity="888" listID="LN Hold Reasons">121</ReasonCode>
</Status>
</SalesOrderHeader>
</SalesOrder>
</DataArea>
</ProcessSalesOrder>
Best regards,
Thomas