Integration Queue
The Integration Queue is used for handling integration in a structured and consistent way. Every integration is handled in steps defined by the Integration Types selected for that Integration.
Note
Find Handle File in the Integration Queue to see an example of how a file can be processed in the Integration Queue.
Note
To use the Integration Queue, you first need to create an Integration. Learn more about integrations and how to set one up at Create an Integration
Workflow
The Integration Queue table can be populated with records from different sources
- Import through an Integration Queue Communication Method
- Custom code is inserting data via the "IQ Main" codeunit
The records in the Integration Queue are handled in steps defined by it's Integration Type before they are archived.
Integration Types
All type of integrations that uses the Integration Queue needs it's own Integration Type. The Integration Type defines all the steps that is needed to handle the integration, such as aggregating data, posting, export data, parsing data, create document, etc.
A new Integration Type is created by adding a dependency to Spider and then an Integration Type is created as described at How to Create a Custom Integration Type.
See Also
"IQ Main" codeunit
Extend Integration Queue
How To
Integrations
Integration Queue
Web Services