Salesforce · Example Payload

Salesforce Display Column Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Display Column Example is an example object payload from Salesforce, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

fieldApiNameinlineEditAttributeslabellookupIdsearchablesortable

Example Payload

Raw ↑
{
  "fieldApiName": "example_value",
  "inlineEditAttributes": "example_value",
  "label": "Example Title",
  "lookupId": "500123",
  "searchable": true,
  "sortable": true
}