Salesforce · JSON Structure

Salesforce Ui Field Value Representation Structure

A field value with display metadata

Type: object Properties: 2
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

FieldValueRepresentation is a JSON Structure definition published by Salesforce, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

displayValue value

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "A field value with display metadata",
  "name": "FieldValueRepresentation",
  "properties": {
    "displayValue": {
      "type": "object",
      "description": "Human-readable formatted display value (for dates, picklists, lookups)"
    },
    "value": {
      "type": "object",
      "description": "Raw field value"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}