EdifactValidationSettings interface
The Edifact agreement validation settings.
Properties
allow |
The value indicating whether to allow leading and trailing spaces and zeroes. |
check |
The value indicating whether to check for duplicate group control number. |
check |
The value indicating whether to check for duplicate interchange control number. |
check |
The value indicating whether to check for duplicate transaction set control number. |
interchange |
The validity period of interchange control number. |
trailing |
The trailing separator policy. |
trim |
The value indicating whether to trim leading and trailing spaces and zeroes. |
validate |
The value indicating whether to validate character set in the message. |
validate |
The value indicating whether to Whether to validate EDI types. |
validate |
The value indicating whether to Whether to validate XSD types. |
Property Details
allowLeadingAndTrailingSpacesAndZeroes
The value indicating whether to allow leading and trailing spaces and zeroes.
allowLeadingAndTrailingSpacesAndZeroes: boolean
Property Value
boolean
checkDuplicateGroupControlNumber
The value indicating whether to check for duplicate group control number.
checkDuplicateGroupControlNumber: boolean
Property Value
boolean
checkDuplicateInterchangeControlNumber
The value indicating whether to check for duplicate interchange control number.
checkDuplicateInterchangeControlNumber: boolean
Property Value
boolean
checkDuplicateTransactionSetControlNumber
The value indicating whether to check for duplicate transaction set control number.
checkDuplicateTransactionSetControlNumber: boolean
Property Value
boolean
interchangeControlNumberValidityDays
The validity period of interchange control number.
interchangeControlNumberValidityDays: number
Property Value
number
trailingSeparatorPolicy
The trailing separator policy.
trailingSeparatorPolicy: string
Property Value
string
trimLeadingAndTrailingSpacesAndZeroes
The value indicating whether to trim leading and trailing spaces and zeroes.
trimLeadingAndTrailingSpacesAndZeroes: boolean
Property Value
boolean
validateCharacterSet
The value indicating whether to validate character set in the message.
validateCharacterSet: boolean
Property Value
boolean
validateEDITypes
The value indicating whether to Whether to validate EDI types.
validateEDITypes: boolean
Property Value
boolean
validateXSDTypes
The value indicating whether to Whether to validate XSD types.
validateXSDTypes: boolean
Property Value
boolean