EDIFACTValidationOverrides

 

Important

Microsoft Azure BizTalk Services (MABS) is being retired, and replaced with Azure Logic Apps. If you currently use MABS, then Move from BizTalk Services to Logic Appsprovides some guidance on moving your integration solutions to Logic Apps.

If you're brand new to Logic Apps, then we suggest getting started here:

The EDIFACTValidationOverrides entity captures the EDIFACT validation override settings associated with an EDIFACT protocol setting.

EDIFACTValidationOverrides Entity Properties

Property

Type

Description

ID

Int

Specifies a unique ID for the EDIFACT validation override. This value is auto-generated.

AllowLeadingAndTrailingSpacesAndZeroes

Bool

Required. Specifies whether leading and trailing spaces must be allowed.

EnforceCharacterSet

Bool

Required. Specifies whether character set validation is enforced using the override.

MessageId

String

Required. Specifies the message ID. This value must not be a duplicate in the context of the same EDIFACTProtocolSettings.

EDIFACTProtocolSettings

EDIFACTProtocolSettings

Required. A navigation property that references the EDIFACT protocol settings associated with the overrides.

EDIFACTProtocolSettingsId

Int

Required. A navigation property that references an EDIFACT protocol settings ID.

SeparatorPolicy

Short

Required. Specifies the separator policy. The possible values are 0 (for not allowed), 1 (for optional), and 2(for mandatory).

TrimLeadingAndTrailingSpacesAndZeroes

Bool

Required. Specifies whether leading and trailing spaces must be trimmed.

ValidateEDITypes

Bool

Required. Specifies whether the EDI types must be validated or not.

ValidateXSDTypes

Bool

Required. Specifies whether the XSD validation must be performed or not.

Version

Byte[]

This value is auto-generated and is for internal use only.

See Also

TPM OM API: Exposed Entities and Properties