Determine the Salesforce Connector GUID (optional)

The Salesforce Connector GUID is part of the redirect URI, which you must enter both in the Salesforce Connector in Intrexx and in the Intrexx application in Salesforce.

The Salesforce Connector GUID is what makes the redirect URI unique, allowing Salesforce and Intrexx to exchange data.

If necessary, you can determine the GUID of the Salesforce Connector yourself.

Once the Salesforce connector is complete, Intrexx automatically generates an XML file that contains the Salesforce connector's GUID.

You can find the XML file in the Intrexx installation's file system at the following location:

<intrexx-installation-directory>\org\<portal-name>\internal\cfg\odata\connector/<connector-ID>.xml

Open the connector-Id.xml file in a text editor. You'll find the GUID between the <guid> tags.

<?xml version="1.0"encoding="UTF-8"standalone="yes"?>

<connector>

  <guid>123456789A123456789A123456789A123456789A</guid>

   <name>Salesforce</name>

   <description></description>

   <connectorId>salesforce</connectorId>

   <properties>

            ...

   <properties>

        ...

<connector>

Example:

https://exampleportal.com/oauth2/token/123456789A123456789A123456789A123456789A