Integration between Appian & Salesforce

We want to do Integration between Appian & Salesforce such that data should get synchronize from Salesforce to Appian and vice-versa.We have requirement of getting Salesforce Object Schema created in Appian Cloud database including relationships.
 
We have tried Salesforce Connector in Appian but with this we can only fetch data from Salesforce into Appian Interface & can update/insert/delete Salesforce data from Appian Interface.We want that data to be stored into  Appian Cloud database.
 
Is there any functionality for doing this or we have to use Webservices

  Discussion posts and replies are publicly visible

Parents
  • Hi Gawali,
    If you are doing Update/Insert/Delete data in Salesforce from Appian. Then you need to think about how big that data will grow and frequency of the Operations use to Perform.
    1. If that Data is too large then before implementing that synchronizing in Appian DB you can create a support ticket with Appian Team they can give you good guidance.
    2. If that data is not expected to grow big, then you can use web Api' where from Salesforce these WebApi's triggered and can Maintain the DB synchronization.
    3. If you don't want to have it Synchronization Immediately you can have batch job run at midnight which takes care of these Appian DB synchronization.

    Thanks,
    Chandra.
Reply
  • Hi Gawali,
    If you are doing Update/Insert/Delete data in Salesforce from Appian. Then you need to think about how big that data will grow and frequency of the Operations use to Perform.
    1. If that Data is too large then before implementing that synchronizing in Appian DB you can create a support ticket with Appian Team they can give you good guidance.
    2. If that data is not expected to grow big, then you can use web Api' where from Salesforce these WebApi's triggered and can Maintain the DB synchronization.
    3. If you don't want to have it Synchronization Immediately you can have batch job run at midnight which takes care of these Appian DB synchronization.

    Thanks,
    Chandra.
Children