Hi All, We have done this scenario and now we are in the processing of testing it in integration cloud. While we test it on integration cloud , we may encounter the transport issue [1] (E.g Anonymous endpoint). In that case, we loss data in Microsoft dynamics CRM Which is created in Salesforce.
To overcome this issue we planned to try the following: - Have the last processed timestamp in database (say lastProcessedTimestamp). It will be updated in each success iteration. - Get all records (Account details) in each trigger by using the query "SELECT id, name, CreatedDate FROM Account WHERE CreatedDate > lastProcessedTimestamp ". So that we can process the fail records in the next trigger. Correct me If I'm wrong on this. [1] [Dev] Getting error in Integration Cloud Thanks Kanapriya Kuleswararajan Software Engineer | WSO2 Mobile : - 0774894438 Mail : - [email protected] LinkedIn : - https://www.linkedin.com/in/kanapriya-kules-94712685/ <https://www.linkedin.com/in/hariprasath-thanarajah-5234b660> On Thu, Aug 3, 2017 at 3:03 PM, Kanapriya Kuleswararajan <[email protected] > wrote: > Hi All, > > We are planning to implement the following use case using Salesforce > REST and Microsoft Dynamic CRM connectors. > > > > > Here, newly created records(accounts) will be periodically retrieved from > Salesforce and inserted into Microsoft Dynamic CRM. > > Operations: > Salesforce - Query > Dynamics CRm - createEntity > > Please let us know if you have any concerns. > > Thanks > Kanapriya Kuleswararajan > Software Engineer | WSO2 > Mobile : - 0774894438 > Mail : - [email protected] > LinkedIn : - https://www.linkedin.com/in/kanapriya-kules-94712685/ > <https://www.linkedin.com/in/hariprasath-thanarajah-5234b660> >
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
