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 Reply
  • +1
    Appian Employee
    in reply to Gawali
    @Gawali this is an expression rule that wraps around the Service User based integration call to format the header "Authorization" value for any SFDC interactions. If you look at screenshot for Salesforce_Service_Query, you see that in the integration headers there a call out for the expression rule: "Salesforce_Service_Token_Wrapper" which includes this SAIL outlined

    This rule takes the response body from the Call to the token endpoint and concatenates the token type and access token together to form the authentication header value for any followup integrations for SFDC. Note that this is only needed if you are doing integrations on behalf of a service user. If you are using the first method outlined where you are integrating as a specific user, this rule/integration can be skipped and the connected systems will take care of it
Children