Determine Salesforce Connector GUID (optional)
The Salesforce Connector GUID is part of the Redirect URI, which you must store 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, so that Salesforce and Intrexx can exchange data.
If necessary, you can determine the GUID of the Salesforce Connector yourself.
Once the Salesforce Connector has been completed, Intrexx will automatically create an XML file containing the GUID of the Salesforce Connector.
You can find the XML file in the file system of the Intrexx installation in the following location:
<intrexx-installationsverzeichnis>\org\<portalname>\internal\cfg\odata\connector/<connector-Id>.xml
Open the connector-Id.xml with an editor. You can find the GUID between the <guid> tags.
<?xmlversion="1.0"encoding="UTF-8"standalone="yes"?>
<connector>
<guid>88F8260DEA655234B087EFC539FA010BBD8B6AE9</guid>
<name>Salesforce</name>
<description></description>
<connectorId>salesforce</connectorId>
<properties>
...
<properties>
...
<connector>
Example:
https://exampleportal.com/oauth2/token/88F8260DEA655234B087EFC539FA010BBD8B6AE9