Good day to ya all!.
I am coding for Dynamics CRM for a while and now I need to make a special program for it. I am thinking of leveraging workflows and a windows service.
In my architecture, whenever a specific workflow runs, it creates an "object creation request" record in CRM. A windows service residing on the same server, must be notified of this object, come to load it, process it and put the result back in the CRM.
The question remains here. whenever a record is created, Should I ...
- Call my windows service from a plugin or workflow using wcf or
- Make my windows service to pull data every few seconds for new records.
In either choices, any ideas is warmly appreciated. Thanks guys.