Skip to content

Commit 0c2dd85

Browse files
committed
Clarity edits
1 parent 0630fea commit 0c2dd85

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

articles/logic-apps/logic-apps-enterprise-integration-x12.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,11 @@ When you work with HIPAA schemas and the 277 and 837 message types, you might ha
319319
| 837_P | Health Care Claim Professional |
320320
|||
321321

322-
If the schema document version number (GS8) that you want to use has more than 9 characters, for example, "005010X222A1", your schema needs to specify the message type that matches the schema document version number.
322+
If the schema document version number (GS8) that you want to use has more than 9 characters, for example, "005010X222A1", your schema needs to specify the message type that matches this special schema document version number. For more information, see [Example - Specify special schemas](#example-special-schema-version-number).
323+
324+
> [!NOTE]
325+
> If you have to edit your existing schema, save the schema under a different name,
326+
> upload the edited schema to your integration account, and select the schema in your message settings.
323327
324328
| Message type | Schema document version number (GS8) |
325329
|--------------|--------------------------------------|
@@ -336,11 +340,13 @@ If the schema document version number (GS8) that you want to use has more than 9
336340
| 837_P | 005010X222A1 |
337341
|||
338342

339-
You also have to disable EDI validation because having a document version number that's more than 9 characters is not valid and results in an error that the length is invalid. You can disable validation for each message type or disable validation for all the message types by using the **Default** values.
343+
You also have to disable EDI validation because having a document version number that's more than 9 characters is not valid and results in an error that the number length is invalid. You can disable validation for each message type or disable validation for all the message types by using the **Default** values.
340344

341345
![Validation properties](./media/logic-apps-enterprise-integration-x12/x12-send-settings-validation.png)
342346

343-
*Example*
347+
<a name="example-special-schema-version-number"></a>
348+
349+
### Example - Specify special schemas
344350

345351
Suppose you want to use "005010X222A1" as the schema document version number for the 837 message type, and your schema has a `schemaReferences` section with these properties and values:
346352

0 commit comments

Comments
 (0)