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/monitor-track-b2b-transactions-standard.md
+6-32Lines changed: 6 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,31 +134,7 @@ For tracking to work correctly, make sure that all the following conditions are
134
134
135
135
:::image type="content" source="media/monitor-track-b2b-transactions/example-x12-message-details.png" alt-text="Screenshot shows Premium integration account with B2B tracking selected, and a table with details about collected X12 messages.":::
136
136
137
-
138
-
139
-
For more information about the JSON schema for these properties, see [Table schemas for tracking B2B transactions](tracking-table-schemas-standard.md).
140
-
141
-
### X12 message properties
142
-
143
-
| Column name | Expanded name |
144
-
|-------------|---------------|
145
-
|**AgreementName**| Agreement name |
146
-
|**SenderParternerName**| Sender partner |
147
-
|**ReceiverPartnerName**| Receiver partner |
148
-
|**MessageStatus**| Message status |
149
-
|**MessageDirection**| Message direction (**`send`** or **`receive`**) |
150
-
|**MessageTime**| Message time |
151
-
|**MessageClientTrackingId**| Message client tracking ID |
152
-
|**InterchangeControlNumber**| Interchange control number |
153
-
|**FunctionalGroupControlNumber**| Functional group control number |
154
-
|**TransactionSetStatus**| Transaction set status |
155
-
|**TransactionSetControlNumber**| Transaction set control number |
156
-
|**IsFunctionalAckExpected**| Is a functional acknowledgment expected (**`true`** or **`false`**) |
157
-
|**AckStatus**| Acknowledgment status |
158
-
|**TransactionSetAckStatus**| Transaction set acknowledgment status |
159
-
|**FunctionalAckStatus**| Functional acknowledgment status |
160
-
161
-
For more information about the JSON schema for these message properties, see [Table schemas for tracking B2B transactions](tracking-table-schemas-standard.md#).
137
+
For more information about these table columns, see [Tracking schemas for B2B transactions - Standard workflows](tracking-schemas-standard.md).
162
138
163
139
## Database tables
164
140
@@ -169,13 +145,11 @@ In your Azure Data Explorer cluster, the database stores transaction data in a t
169
145
170
146
> [!NOTE]
171
147
>
172
-
> If you want to[create a tracking store](#manage-with-rest-api) using the Azure Logic Apps REST API,
173
-
> you must first manually create the two tables named **AS2TrackRecords** and **EdiTrackRecords** in your
174
-
> Azure Data Explorer database using specific [B2B tracking table schemas](tracking-table-schemas-standard.md).
148
+
> To[create a tracking store](#manage-with-rest-api) using the Azure Logic Apps REST API,
149
+
> you must first manually create two tables named **AS2TrackRecords** and **EdiTrackRecords**
150
+
> in your Azure Data Explorer database using specific [JSON schemas for tracking B2B transactions](tracking-schemas-standard.md).
175
151
> Your database must also grant **Ingester** permissions to your integration account resource.
176
152
177
-
For more information, see [Table schemas for tracking B2B transactions - Standard workflows](tracking-table-schemas-standard.md).
178
-
179
153
<aname="manage-with-rest-api"></a>
180
154
181
155
## Manage tracking stores with the REST API
@@ -191,7 +165,7 @@ Create a tracking store or update an existing one.
191
165
> In this release, your integration account currently supports only one tracking store.
192
166
> Before you create a tracking store using the Azure Logic Apps REST API, you must first
193
167
> manually create the two tables named **AS2TrackRecords** and **EdiTrackRecords** in your
194
-
> Azure Data Explorer database using specific [table schemas for tracking B2B transactions](tracking-table-schemas-standard.md).
168
+
> Azure Data Explorer database using specific [JSON schemas for tracking B2B transactions](tracking-schemas-standard.md).
195
169
> Your database must also grant **Ingester** permissions to your integration account resource.
Copy file name to clipboardExpand all lines: articles/logic-apps/tracking-schemas-consumption.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -258,7 +258,7 @@ The following table describes the attributes in a tracking schema for an X12 tra
258
258
|**`direction`**| Yes | Enum | Message flow direction, which is either **`send`** or **`receive`**|
259
259
|**`functionalGroupControlNumber`**| No | 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. |
260
260
|**`interchangeControlNumber`**| No | 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. |
261
-
|**`isaSegment`**| No | String | The ISA segment for the X12 message. This value populates only for the sender when a functional acknowledgment is received for the messages sent to the partner. |
261
+
|**`isaSegment`**| No | String | The Interchange Control Header (ISA) segment for the X12 message. This value populates only for the sender when a functional acknowledgment is received for the messages sent to the partner. |
262
262
|**`gsSegment`**| No | String | GS segment in the X12 message. This value populates only for the sender when a functional acknowledgment is received for the messages sent to the partner. |
|**`processingStatus`**| Yes | Enum | Processing status for the acknowledgment with these permitted values: **`Received`**, **`Generated`**, and **`Sent`**|
Copy file name to clipboardExpand all lines: articles/logic-apps/tracking-schemas-standard.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ The **MessageProperties** table column has a **dynamic** type structure that use
96
96
|**isMessageSigned**| Boolean | Whether the AS2 message was signed |
97
97
|**isMessageEncrypted**| Boolean | Whether the AS2 message was encrypted |
98
98
|**isMessageCompressed**| Boolean | Whether the AS2 message was compressed |
99
-
|**correlationMessageId**| String | Message ID for correlatating AS2 messages with Message Disposition Notifications (MDNs) |
99
+
|**correlationMessageId**| String | Message ID for correlating AS2 messages with Message Disposition Notifications (MDNs) |
100
100
|**incomingHeaders**| JToken dictionary | Header details for the incoming AS2 message |
101
101
|**outgoingHeaders**| JToken dictionary | Header details for the outgoing AS2 message |
102
102
|**isNrrEnabled**| Boolean | Whether Non-Repudiation of Receipt (NRR) is enabled |
@@ -215,7 +215,7 @@ The **MessageProperties** table column has a **dynamic** type structure that use
215
215
|**needAk2LoopForValidMessages**| Boolean | Whether the AK2 loop is required for a valid message |
216
216
|**segmentsCount**| Integer | Number of segments in the X12 transaction set |
217
217
218
-
#### X12 transaction set acknowledgement - MessageProperties schema
218
+
#### X12 transaction set acknowledgment - MessageProperties schema
219
219
220
220
```json
221
221
{
@@ -369,6 +369,8 @@ The **MessageProperties** table column has a **dynamic** type structure that use
369
369
|**ak903**| String | Number of received transaction sets |
370
370
|**ak903**| String | Number of accepted transaction sets in the identified functional group |
371
371
372
+
<aname="workflow-run-operation-schema"></a>
373
+
372
374
## WorkflowRunOperationInfo schema
373
375
374
376
The **WorkflowRunOperationInfo** table column in the **AS2TrackRecords** table and **EdiTrackRecords** table captures information about the Standard logic app workflow run. This column has a **dynamic** type structure that uses the following JSON schema:
0 commit comments