Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Follow these steps to add SkySync as a connected application in SalesForce (administrator access is necessary):

1.Login to the SalesForce instance and click on "Setup" in the upper-right of the web page.

2.Click the "Create" link on the left side of the page under the "Build" header, and select "App".

3.Under the "Connected Apps" section, click "New" and fill out the fields as pictured below:

Expand
titleExpand for image
sf1.png

...

6. Add the following two lines between the <appSettings> and </appSettings> lines, substituting ConsumerKey and ConsumerSecret with the values from step #4 :

Code Block
languagexml
<add key="SalesForceClientId" value="ConsumerKey"/>

...


<add key="SalesForceClientSecret" value="ConsumerSecret"/>

7. If your SalesForce instance requires a custom login domain uri (e.g. yourcustomdomain.salesforce.com), add the following key to the appSettings.config file

Code Block
languagexml
<add key="SalesForceAuthorizeUri" value="https://

...

 yourcustomdomain.salesforce.com" />

Note: We do not currently support multiple domains.

...

Info

The changes may take a small amount of time to effect in SalesForce.


 Please contact Portal Architects support for assistance with this article.