Create External Object
sf_create_external_objectCreate a Salesforce External Object (__x) linked to an existing External Data Source, enabling data from external systems to appear as standard objects, with support for lookups, related lists, and reports.
Instructions
Creates an External Object (ending in __x) linked to an External Data Source. External Objects look like regular Salesforce objects but their data lives in an external system. They support lookups from standard/custom objects, appear in related lists, and can be used in reports. Requires an existing External Data Source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Singular label | |
| fields | No | Custom fields to add | |
| fullName | Yes | External object API name, e.g. 'Product__x' | |
| description | No | Description | |
| pluralLabel | Yes | Plural label | |
| externalName | No | Name in the external system (table/entity name) | |
| externalDataSource | Yes | External data source API name to link to |