DATUSR_DATA for outbound messages
The outbound message Order Create includes the DATUSR_DATA data segment. Include the DATUSR records in this message to send additional data. You can customize the fields to pass extra data that is not included in the messages.
The format and the source of the fields for DATUSR_DATA are described in the following table:
Field Name | Field Type | Description |
---|---|---|
NC_FieldName | CHAR (8) | Name of the new field to be added. |
NC_FieldLength | CHAR (10) | Length of the NC_FieldValue field. |
NC_FieldValue | CHAR (variable) | Text string for the value of the new field. |