You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/tracking-table-schemas-standard.md
+20-8Lines changed: 20 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ The **MessageProperties** column has a **dynamic** type structure, which uses a
191
191
192
192
| Property | Type | Description |
193
193
|----------|------|-------------|
194
-
|**direction**|String| Message flow direction (**`send`** or **`receive`**) |
194
+
|**direction**|Enum| Message flow direction (**`send`** or **`receive`**) |
195
195
|**interchangeControlNumber**| String | Interchange control number for the functional acknowledgment |
196
196
|**functionalGroupControlNumber**| String | Functional group control number for the functional acknowledgment |
197
197
|**transactionSetControlNumber**| String | Control number for the transaction set |
@@ -210,17 +210,29 @@ The **MessageProperties** column has a **dynamic** type structure, which uses a
210
210
"direction": "",
211
211
"interchangeControlNumber": "",
212
212
"functionalGroupControlNumber": "",
213
-
"transactionSetControlNumber": "",
213
+
"respondingFunctionalGroupControlNumber": "",
214
+
"respondingFunctionalGroupId": "",
215
+
"respondingTransactionSetId": "",
216
+
"statusCode": "",
217
+
"processingStatus": "",
214
218
"correlationMessageId": "",
215
-
"messageType": "",
216
-
"isMessageFailed": "",
217
-
"isTechnicalAcknowledgmentExpected": "",
218
-
"isFunctionalAcknowledgmentExpected": "",
219
-
"needAk2LoopForValidMessages": "",
220
-
"segmentsCount": ""
219
+
"isMessageFailed": ""
221
220
}
222
221
```
223
222
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 |
0 commit comments