Value | Description |
EnvelopeLast | Module for EDI submits the envelope of the EDI document to Trading Networks after submitting the transactions and groups. This is the default. Module for EDI submits the EDI documents to Trading Networks in the following order: 1. Transactions 2. Groups 3. Envelope When the persistOriginalEnvelope variable is set to false, if the module fails while submitting large EDI documents, you cannot retrieve the original EDI document received from the partner because the module submits the envelope last. For more information, see
persistOriginalEnvelope Variable. |
EnvelopeFirst | Module for EDI submits the envelope of the EDI document to Trading Networks before submitting the groups and transactions. The module submits the EDI documents to Trading Networks in the following order: 1. Envelope 2. Groups 3. Transactions Even though the persistOriginalEnvelope variable is set to true, the module does not persist the original inbound EDI document in Trading Networks before processing the document. Because the module submits the envelope first, you can track the original inbound EDI document at any time until processing is complete. |