03-22-2022 06:12 PM
Created by @asharifian, SnapLogic
This pattern illustrates the upsert of customer account details from Dynamics 365 - Finance & Operations to Salesforce. Key points:
A bulk export project in Dynamics 365 - Finance & Operations would need to be created for the entity being used in the pipeline. In the case of this pattern, Customers.
In addition, the Bulk Export outputs a different data type when one result is returned vs more than one (an object for a single record and an array for more than one). That is why this pattern has a router to differentiate and handle the two data types.
Sources: Dynamics 365 - Finance & Operations Customers
Targets: Salesforce Account
Snaps used: REST Post, Join, Copy, Mapper, File Reader, JSON Parser, Head
JSON Formatter, File Writer, ZipFile Read, Binary to Document, Document to Binary, XML Parser, Router, Union, Filter, Salesforce Upsert