Home
Salesforce
Salesforce S Object Describe Example
Salesforce S Object Describe Example
Fortune 500 AI Analytics Cloud Commerce CRM Customer Service Enterprise Marketing Platform Sales
Salesforce S Object Describe Example is an example object payload from Salesforce, with 45 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
actionOverrides activateable associateEntityType associateParentEntity childRelationships compactLayoutable createable custom customSetting deepCloneable defaultImplementation deletable deprecatedAndHidden extendedBy extendsInterfaces feedEnabled fields hasSubtypes implementedBy implementsInterfaces isInterface isSubtype keyPrefix label labelPlural layoutable listviewable lookupLayoutable mergeable mruEnabled name namedLayoutInfos networkScopeFieldName queryable recordTypeInfos replicateable retrieveable searchLayoutable searchable sobjectDescribeOption supportedScopes triggerable undeletable updateable urls
Example Payload
{
"actionOverrides": [],
"activateable": true,
"associateEntityType": "example_value",
"associateParentEntity": "example_value",
"childRelationships": [],
"compactLayoutable": true,
"createable": true,
"custom": true,
"customSetting": true,
"deepCloneable": true,
"defaultImplementation": "example_value",
"deletable": true,
"deprecatedAndHidden": true,
"extendedBy": "example_value",
"extendsInterfaces": "example_value",
"feedEnabled": true,
"fields": [],
"hasSubtypes": true,
"implementedBy": "example_value",
"implementsInterfaces": "example_value",
"isInterface": true,
"isSubtype": true,
"keyPrefix": "example_value",
"label": "Example Title",
"labelPlural": "example_value",
"layoutable": true,
"listviewable": "example_value",
"lookupLayoutable": "example_value",
"mergeable": true,
"mruEnabled": true,
"name": "Example Title",
"namedLayoutInfos": [],
"networkScopeFieldName": "example_value",
"queryable": true,
"recordTypeInfos": [],
"replicateable": true,
"retrieveable": true,
"searchLayoutable": true,
"searchable": true,
"sobjectDescribeOption": "example_value",
"supportedScopes": [],
"triggerable": true,
"undeletable": true,
"updateable": true,
"urls": "https://www.example.com"
}