Skip to content

Commit 97e32f7

Browse files
author
ecfan
committed
Draft update
1 parent 85fa831 commit 97e32f7

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

articles/logic-apps/tracking-table-schemas-standard.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ The **MessageProperties** column has a **dynamic** type structure, which uses a
191191

192192
| Property | Type | Description |
193193
|----------|------|-------------|
194-
| **direction** | String | Message flow direction (**`send`** or **`receive`**) |
194+
| **direction** | Enum | Message flow direction (**`send`** or **`receive`**) |
195195
| **interchangeControlNumber** | String | Interchange control number for the functional acknowledgment |
196196
| **functionalGroupControlNumber** | String | Functional group control number for the functional acknowledgment |
197197
| **transactionSetControlNumber** | String | Control number for the transaction set |
@@ -210,17 +210,29 @@ The **MessageProperties** column has a **dynamic** type structure, which uses a
210210
"direction": "",
211211
"interchangeControlNumber": "",
212212
"functionalGroupControlNumber": "",
213-
"transactionSetControlNumber": "",
213+
"respondingFunctionalGroupControlNumber": "",
214+
"respondingFunctionalGroupId": "",
215+
"respondingTransactionSetId": "",
216+
"statusCode": "",
217+
"processingStatus": "",
214218
"correlationMessageId": "",
215-
"messageType": "",
216-
"isMessageFailed": "",
217-
"isTechnicalAcknowledgmentExpected": "",
218-
"isFunctionalAcknowledgmentExpected": "",
219-
"needAk2LoopForValidMessages": "",
220-
"segmentsCount": ""
219+
"isMessageFailed": ""
221220
}
222221
```
223222

223+
| Property | Type | Description |
224+
|----------|------|-------------|
225+
| **direction** | String | Message flow direction (**`send`** or **`receive`**) |
226+
| **interchangeControlNumber** | String | Interchange control number for the functional acknowledgment. This value populates only for the sender when a functional acknowledgment is received for the messages sent to the partner. |
227+
| **functionalGroupControlNumber** | String | Functional group control number for the functional acknowledgment. This value populates only for the sender when a functional acknowledgment is received for the messages sent to the partner. |
228+
| **respondingFunctionalGroupControlNumber** | String | Control number for the responding functional group |
229+
| **respondingFunctionalGroupId** | String | Control number for the responding functional group |
230+
| **respondingTransactionSetId** | String | ID for the responding functional group that maps to AK101 in the acknowledgment |
231+
| **statusCode** | Boolean | Acknowledgment status code for the transaction set |
232+
| **processingStatus** | Enum | Processing status for the acknowledgment with these permitted values: **`Received`**, **`Generated`**, and **`Sent`** |
233+
| **correlationMessageId** | String | Message correlation ID, which combines these values: {**AgreementName**}{**FunctionalGroupControlNumber**}{**TransactionSetControlNumber**} |
234+
| **isMessageFailed** | String | Whether the X12 message failed |
235+
224236

225237

226238
## Related content

0 commit comments

Comments
 (0)