Hi all,
I am hopping someone can advise how to do below integration scenario.
I have a scenario like this needs to be done, F.AnySystem->B1.8.8 GR and B1.8.8.DN
A 3rd party logistic company sends us the EDI message in XML format as attachment by SMTP (Contained enough elements for creating both GRPO and Delivery), This XML file finally will be saved to the "FILI" folder and then go to the Inbound Processing.
The Question is that, I want to do the GRPO and Delivery in one BizStep(Let's say at the same time), My intention was that to do so in the BizFlow
Call a singlecall to create "GRPO"
<branch>
path: GRPO ActionResult='success' then call another singlecall to create "Delivery"
<unbranch>
Is that possible to do so? I don't know how to present the B1iMessage, to use <Envelope>? also I have some concerns about the Receiver Object Type, Which one to be used as object type on receiver side, GR or DN? In orther words, How to producemultiple inbound B1 objects?