Hi,
I am using BT 2010.
Considering this source message mapped to e.g. D96 Invoice.
<invoice>
<clientid>1</clientid>
<invoiceDate>01.01.2014</invoiceDate>
<lines>
...
</lines>
</invoice>
I want to batch all edi messages with same clientid and invoiceDate together.
Previously I used the Covast EDI module in BT 2006. It was possible to set /EDIFACT_INVOIC_D_96A_XXX_UN/CovastEnvelope/CommonAccessReference = clientid + invoiceDate(../CovastEnvelope/CommonAccessReference was part of the schema for the Covast Invoice message) in the destination message. Biztalk would then batch all messages with same CommonAccessReference (clientId and invoiceDate) together.
How do I do this in BT 2010?
~b


