We have used connectors and connected to Salesforce application using OOTB web s

We have used connectors and connected to Salesforce application using OOTB web service node using system wide credentials configured in Administration console.
How can we integrate Salesforce as a software systems in order to see Salesforce as a system on all users settings tab in tempo tab and set for per user credentials for it.

OriginalPostID-156322

OriginalPostID-156322

  Discussion posts and replies are publicly visible

Parents
  • All calls to Salesforce have a parameter called 'usePerUserCredentials' - If set to true, then it will use the per user credential set via Profile-->Settings of every user.
    In order to allow users to enter their own credentials, when creating the new third party credential store via the /admin interface, select the check-box that says 'Allow users to set their own credentials'. This will allow users to set their own SFDC credentials via their profile-->settings and the connector will use this value when querying SFCD.

    Hope this helps.
Reply
  • All calls to Salesforce have a parameter called 'usePerUserCredentials' - If set to true, then it will use the per user credential set via Profile-->Settings of every user.
    In order to allow users to enter their own credentials, when creating the new third party credential store via the /admin interface, select the check-box that says 'Allow users to set their own credentials'. This will allow users to set their own SFDC credentials via their profile-->settings and the connector will use this value when querying SFCD.

    Hope this helps.
Children
No Data