The blog post on Scribe's web site describes various scenarios where this feature can be valuable. These include:
- If the source record was triggered via a publisher, then the update source feature is not available since the source for that DTS is a message queue and not the original application which triggered the integration.
- The source system uses an adapter which does not support the update source feature (for example, Scribe adapter for Dynamics CRM).
- The source query is a complex join which update source cannot support.
- You need to be able to update multiple fields on the source record.
For example, because the previous release of Scribe Insight did not support multiple target connections in the same DTS, Dynamics GP to Dynamics CRM template has to use two separate DTSs for CRM to GP Sales Order integration as follows:
- OrderToERP.dts: Sends submitted orders from Dynamics CRM to Dynamics GP
- OrderToERP_Result.dts: Updates the Sales Order in Dynamics CRM based on the result of the OrderToERP.dts
This new feature will be very valuable for addressing many Dynamics CRM integration needs including the one above.
No comments:
Post a Comment