Hi All,
I am Facing a real challenge with Integrating D365FO with an on premise system and couldn't find the best approach.
A. integration should work synchronously - or near real time.
B. Integration direction is from D365FO to On prem file system (creating a file) and to an on prem Access DB (CRUD Access Table records)
Examples:
when a production work order is started on D365FO - a text File with Production information should be created on the Customers On prem file system to be picked up by the production robots.
when a production work order RAF table records on a on Premise Access Table DB needs to be Updated/created. this DB is used by an Automatic WH system.
The only way i could think about is creating some kind of on Premise "integration scheduler" that will run every 10 sec and will get updated information (from new data entitys) for creating the production file or updating the access DB Tables.
i know that there are other several options for doing that (application proxy ? data gateway?) i could not find the best way or an example of how to implement it for my scenarios.
Thanks,
Gill