Newer Version Available

This content describes an older version of this product. View Latest

CustomObject

Represents a custom object that stores data unique to your organization. Includes access to the associated CustomObject object and related fields in Salesforce Metadata API.

Available from API version 31.0 or later.

Supported SOAP Calls

query()search()retrieve()

Supported REST HTTP Methods

Query, GET

Fields

Field Name Details
DeveloperName
Type
string
Properties
Filter, Group, Sort
Description
The developer’s internal name for the custom object (for example “CF_c”).
ExternalRepository
Type
string
Properties
Filter, Group, Sort, Nillable
Description
Maps to a table in the external data source. If you created the external object when using Validate and Sync for the data source, this name is automatically created; do not modify it.
ExternalName
Type
string
Properties
Filter, Group, Sort, Nillable
Description
Maps to a table in the external data source. If you created the external object using Validate and Sync for the data source, this name is automatically created.
NamespacePrefix
Type
string
Properties
Filter, Group, Sort, Nillable
Description
The namespace of the custom object.