Skip to content

Recurring Integrations Scheduler is a solution that can be used in file-based integration scenarios for Dynamics 365 for Finance and Operations.

License

Notifications You must be signed in to change notification settings

skaue/Recurring-Integrations-Scheduler

 
 

Repository files navigation

Recurring Integrations Scheduler

This tool helps to quickly set up and orchestrate file based integration scenarios to and from Dynamics 365 for Finance and Operations. We see this tool to be a good implementation accelerator for use during the implementation phase of the project for data migration, ad hoc file integration needs and to be used as a proof of concept validator among others.

Recurring Integrations Scheduler Service

Recurring Integrations Scheduler Service is a Windows service that can trigger many integration jobs at predefined schedule. You can schedule jobs and set their recurrence in a very similar way to well-known Operations' batch framework.

There is six types of integration jobs you can use: Import, Export and Execution monitor as well as Upload, Download and Processing monitor. First three use new Odata actions introduced in Platform Update 5. Three other use Connector API and recurring data jobs. More details in wiki.

Single Recurring Integrations Scheduler service can work with multiple Operations instances even within different tenants. This enables both production and implementation scenarios where you need to work with multiple non-prod instances. Recurring Integrations Scheduler logs important events to Windows Event Log. It is possible to increase its logging level to log every step for debugging purposes and to trace possible problems.

Recurring Integrations Scheduler App

Recurring Integrations Scheduler App is a win32 application that can be used as a configuration front-end for Recurring Integrations Scheduler service or as a completely independent, interactive application used to upload or download files to and from Dynamics 365 for Finance and Operations without Recurring Integrations Scheduler Service. It is possible thanks to internal, private scheduler embedded in Recurring Integrations Scheduler App that works exactly the same way as the Scheduler Service does with one difference - it will stop working once the App is closed. Recurring Integrations Scheduler App is much easier to use than standard application released with new AX and at the same time offers more functions.

Installation and configuration

Please check https://github.com/Microsoft/Recurring-Integrations-Scheduler/wiki

About

Recurring Integrations Scheduler is a solution that can be used in file-based integration scenarios for Dynamics 365 for Finance and Operations.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.7%
  • Inno Setup 1.3%