Create External Object
sf_create_external_objectCreate External Objects (__x) linked to External Data Sources to bring external data into Salesforce with 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 |