EDI Message
This table represents an actual file or attachment. Each record of this table belongs to an EDI Transmission. You normally do not have to work with this table directly. The user interface gives you access to most fields and actions directly on the EDI Transmission table.
Fields
An automatically generated number. This field is part of the primary key.
The parent message this message belongs to. This is used when an EDI message is split.
A automatically assigned description. Can be blank.
Not used.
Not used.
Whether the data is ready to be processed.
The data is still generated.
(The integer value of this option in the database is 0)
The data is ready to be processed.
(The integer value of this option in the database is 1)
Deprecated, do not use. Interactive field that can be used to trigger the message processing.
The entry no of the EDI Transmission this message belongs to.
The sending partner.
The sending partner identification.
A cross-reference to translate from the identification to the partner.
The receiver partner.
The receiver partner identification.
A cross-reference to translate from the identification to the partner.
The date/time this entry was created.
The last date/time this record was modified.
Required module version 4.00 or higher.
The name of the incoming file or attachment.
Not used.
The content type of the message, if known. This is mainly used by the POP3 component.
Specifies where the data is stored.
The data is stored in an external file.
(The integer value of this option in the database is 0)
The data is stored in a BLOB field.
(The integer value of this option in the database is 1)
The data is stored in another EDI Message.
(The integer value of this option in the database is 4)
If stored in a file, the path to the data file.
If stored in a file, the filename of the data file.
Not used.
Not used.
The BLOB field the data is stored in.
The encoding used by this message. This is only relevant in Dynamics NAV 2013R2 and newer.
DOS encoding
(The integer value of this option in the database is 0)
UTF-8
(The integer value of this option in the database is 1)
UTF-16
(The integer value of this option in the database is 2)
Windows internal encoding
(The integer value of this option in the database is 3)
Flow-field to child messages.
Flow-field to the processing queue entries directly related to this message.
The project code of the mapping used to generate or parse this message.
The format code of the mapping used to generate or parse this message.
The mapping code of the mapping used to generate or parse this message.
Whether the message is flagged as test.