Salesforce · Schema

PicklistValuesCollection

Collection of picklist values for all picklist fields on an object

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
picklistFieldValues object
View JSON Schema on GitHub

JSON Schema

salesforce-ui-picklist-values-collection-schema.json Raw ↑
{
  "type": "object",
  "description": "Collection of picklist values for all picklist fields on an object",
  "properties": {
    "picklistFieldValues": {
      "type": "object",
      "example": "example_value"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PicklistValuesCollection"
}