You are here:
Implement an External Object in an Integration Procedure
To access external data, you can define an Integration Procedure that implements a Salesforce External Object.
- Create an Integration Procedure. For Type, specify VlocityExternalObject. For Subtype, specify the desired name for the external object.
- In the Procedure Configuration section, define table and column settings. These are the same settings you can configure on the Salesforce External Object tab. For detailed information, refer to the Salesforce documentation: Define External Objects and External Object Relationships.
- Select Activate.
-
In Salesforce, go to the External Data Source tab and navigate to the
VlocityExternalObject data source. Select Validate and Sync.
If the operation succeeds, your new external object is now listed on the page.

