Spawn Process on Every New Record Creation?
-
Monday, November 19, 2012 6:34 PM
I have a web application which provides customers with a customized interface to update their information. It needs to synchronize with Dynamics CRM. I'd like to make it create a new record on the web application db every time a new record is created in Dynamics CRM - whether via manual (user) creation or bulk import. Is this possible? Could someone point me in the direction of doing so?
Thanks,
Dave
All Replies
-
Monday, November 19, 2012 9:05 PM
Hi,
For my point of view the best way to do is via plugin, you create a plugin and in there you create/update the information into you db.
kind regards,
Pedro Airo
- Proposed As Answer by MubasherSharif Tuesday, November 20, 2012 4:55 AM
- Marked As Answer by Mahender PalMVP, Moderator Tuesday, November 20, 2012 9:58 AM
-
Tuesday, November 20, 2012 9:40 AM
I agree with the user above, if you create a plugin then you can either add the code to create a new record in your Web application DB or you can call a web service with the details of the new record in CRM, which then creates a new Web Application DB record.
Ben Hosking
Check out my CRM Blog
Linked-In Profile
Follow Me on Twitter!