IIC Message Types
Each message exchanged within IIC module has a type. It is basically a connection between a document type, message template and processing codeunit. They should usually not be changed.
After IIC Initialize, IIC contains following message types:
- DOCUMENTHISTORY: Simple message that contains information about current IIC document status,
- PURCHASE: Purchase document,
- SALES: Sales document,
- SHIPMENT: Shipment notification,
- INVOICE: Posted Sales Inovoice,.
Uwaga
Each of above message types needs to be set up in IIC Setup table.*
Following fields are available in IIC Message Type table:
- Code,
- Name,
- Message Template Code: reference to IIC Message Template table. Specifies which IIC Message Template will be used to compose IIC messages that belong to current type.
- Codeunit No.: NAV Codeunit No. that will be used for sending and processing IIC messages,
- Process Immediately: When selected, as soon as IIC message is received, it will be processed automatically.
- Create Doc. Log Entry on Send: When selected, as soon as IIC message is sent, a Document Log Entry will be created. Recommended: YES (but only for message types for documents: PURCHASE, SALES, SHIPMENT, INVOICE).