App Connect

App Connect

Join this online user group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#Applicationintegration
#App Connect
#AppConnect
#Integration
#Automation
 View Only
  • 1.  cloud integration with sfdc

    Posted 09/25/14 07:35 PM
    Hello-
    I would like to understand if anyone faced similar situation and if there is any workaround available in cast iron. As per requirement, cast iron is suppose to do data upsert in sfdc cloud by reading a flat file from on premise and transferring the information using external ID column.The flat file can have duplicate external id's, when utilized sfdc bulk api will throw exception. I would like to understand if cast iron can accomodate this situation and avoid error. the duplicate records are necessary for creation of records in subsequent objects in the flow.

    Thanks,
    Sam


  • 2.  cloud integration with sfdc

    Posted 04/07/15 12:27 PM
    Hi Sam,

    You can filter the input to the SFDC Upsert to eliminate any duplicate external ids.  I normally use an XSLT stlye sheet in an Apply XSLT activity.  You need to upload the XSLT file into Cast Iron Studio before you can use it to configure the Apply XSLT activity.