Salesforce · Example Payload

Salesforce Signature Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

apiNamecalculatedcompoundcompoundComponentNamecompoundFieldNamecontrollerNamecontrollingFieldscreateablecustomdataTypeextraTypeInfofilterablefilteredLookupInfohighScaleNumberhtmlFormattedinlineHelpTextlabellengthnameFieldpolymorphicForeignKeyprecisionreferencereferenceTargetFieldreferenceToInfosrelationshipNamerequiredscalesearchPrefilterablesortableuniqueupdateable

Example Payload

Raw ↑
{
  "apiName": "example_value",
  "calculated": true,
  "compound": true,
  "compoundComponentName": "example_value",
  "compoundFieldName": "example_value",
  "controllerName": "example_value",
  "controllingFields": [],
  "createable": true,
  "custom": true,
  "dataType": "example_value",
  "extraTypeInfo": "example_value",
  "filterable": true,
  "filteredLookupInfo": "example_value",
  "highScaleNumber": true,
  "htmlFormatted": true,
  "inlineHelpText": "example_value",
  "label": "Example Title",
  "length": 10,
  "nameField": true,
  "polymorphicForeignKey": true,
  "precision": 10,
  "reference": true,
  "referenceTargetField": "example_value",
  "referenceToInfos": [],
  "relationshipName": "example_value",
  "required": true,
  "scale": 10,
  "searchPrefilterable": true,
  "sortable": true,
  "unique": true,
  "updateable": true
}