Automations
- What is the role of Job Queue Entries in automating the processing of Mapping in COSMO Data Integration Framework?
- How can different Sequences with different execution intervals be implemented?
- What is the purpose of the Automatically Delete Entries by Formula FastTab in the Data Integration Framework Setup page?
- What are the different fields in the Automatically Delete Entries by Formula FastTab?
- How are entries deleted manually and automatically?
Tip
Summary: This chapter explains how to automate the processing of mappings in COSMO Data Integration Framework. It outlines how to create a Job Queue Entry and enter Codeunit 5100910, DIS - Sequence Adapter in the Object ID to Run field. It also explains how to use the Automatically Delete Entries by Formula FastTab in the Data Integration Framework Setup page to delete mapping entries, messages, email queue entries, and record pool entries.
In COSMO Data Integration Framework, the processing of the Mapping can be automated. Therefore, Sequences must be created and executed by a Microsoft Dynamics 365 Business Central Job Queue. For this, create a Job Queue Entry and enter Codeunit 5100910, DIS - Sequence Adapter in the Object ID to Run field.
All active Sequences are processed, which either have no user or the same Microsoft Dynamics 365 Business Central user as indicated in the Processing By field in the Sequence Card. Different Sequences with different execution intervals can be implemented using this field together with different Microsoft Dynamics 365 Business Central user accounts.
After the processing of all relevant sequences is completed, all Mapping Entries, Partner Messages, Email Queue Entries, and Record Pool Entries are removed according to the setup in the Automatically Delete Entries by Formula FastTab of the Data Integration Framework Setup page.
There, you enter a date formula to delete Mapping Entries, Messages, Email Queue Entries or Record Pool Entries.
The following table describes the different fields.
Field | Description |
---|---|
Mapping Entry Deletion | Processed entries, with a processing date more than the calculated date, are deleted manually by choosing the appropriate action or automatically by running the Sequence Codeunit. |
Messages Deletion | Processed received and sent messages, with a processing date more than the calculated date, are deleted manually by choosing the appropriate actions or automatically by running the Sequence Codeunit. |
Email Queue Deletion | Outgoing emails, with a creation date more than the calculated date, are deleted manually by choosing the appropriate action or automatically by running the Sequence Codeunit. |
Record Pool Entry Deletion | Entries, with a processing date more than the calculated date, are deleted automatically by running the Sequence Codeunit. |
See Also
Messages
Sequences
Activity Monitor
Feedback
Submit feedback for this page .