ErrorDataFieldNumber Property
Field within an invalid record that contains an error.
Syntax
property ErrorDataFieldNumber: Integer;
Default Value
0
Remarks
Field within an invalid record that contains an error.
When you receive a Rejected Batch (ResponseCode is "RB"), this property contains the sequential property number within the data record which caused the batch to be rejected. The erroneous data within this property is returned in ErrorData, and the sequence number of the record that contains this error is specified by ErrorSequenceNumber.
This property is read-only.
Data Type
Integer