Salesforce · Example Payload

Salesforce Layout Item Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

editableForNeweditableForUpdatelabellayoutComponentslookupIdApiNamerequiredsortable

Example Payload

Raw ↑
{
  "editableForNew": true,
  "editableForUpdate": true,
  "label": "Example Title",
  "layoutComponents": [],
  "lookupIdApiName": "example_value",
  "required": true,
  "sortable": true
}