Hi,
In Dataflow I have ION script that generates BOD.
Next after the script in Workflow.
However in the workflow received values are null.
I can't see why, what is missing?
Attributes mapped in workflow:
Input parameters in Workflow
Thanks
KK
i am also facing the same issue .
If appears you are outputting XML, not a OAGIS Business Object Document format. A BOD would look something like the sample below, and then be understood by the Policy. If you look in OneView, you should see an error event.
<?xml version="1.0"?><SyncKK_FileAfterScriptBOD> <ApplicationArea> <Sender> <LogicalID accountingEntity="">lid://infor.xxx</LogicalID> <ComponentID accountingEntity="">my component</ComponentID> <ConfirmationCode>OnError</ConfirmationCode> </Sender> <CreationDateTime>2022-01-20T01:39:27Z</CreationDateTime> <BODID accountingEntity="" variationID="12345">infor-nid:12345_2022012001392728</BODID> </ApplicationArea> <DataArea> <Sync> <AccountingEntityID accountingEntity=""/> <ActionCriteria> <ActionExpression actionCode="Replace"/> </ActionCriteria> </Sync> <KK_FileAfterScriptBOD> <ID accountingEntity="" lid="lid:" location="" variationID="2018082001392031">435</ID> <KK_FileFromScript> <myDocForAPI> <InvoiceNo>954321</InvoiceNo> <CustomerNo>209900035</CustomerNo> .... </myDocForAPI> <KK_FileFromScript> <LastModificationDateTime>2018082001392031</LastModificationDateTime> </KK_FileAfterScriptBOD> </DataArea></SyncKK_FileAfterScriptBOD>