Salesforce · Schema
UserPreferencesShowEmailToGuestUsers
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| apiName | string | |
| calculated | boolean | |
| compound | boolean | |
| compoundComponentName | ['string', 'null'] | |
| compoundFieldName | ['string', 'null'] | |
| controllerName | ['string', 'null'] | |
| controllingFields | array | |
| createable | boolean | |
| custom | boolean | |
| dataType | string | |
| extraTypeInfo | ['string', 'null'] | |
| filterable | boolean | |
| filteredLookupInfo | ['string', 'null'] | |
| highScaleNumber | boolean | |
| htmlFormatted | boolean | |
| inlineHelpText | ['string', 'null'] | |
| label | string | |
| length | integer | |
| nameField | boolean | |
| polymorphicForeignKey | boolean | |
| precision | integer | |
| reference | boolean | |
| referenceTargetField | ['string', 'null'] | |
| referenceToInfos | array | |
| relationshipName | ['string', 'null'] | |
| required | boolean | |
| scale | integer | |
| searchPrefilterable | boolean | |
| sortable | boolean | |
| unique | boolean | |
| updateable | boolean |
JSON Schema
{
"type": "object",
"properties": {
"apiName": {
"type": "string",
"example": "example_value"
},
"calculated": {
"type": "boolean",
"example": true
},
"compound": {
"type": "boolean",
"example": true
},
"compoundComponentName": {
"type": "['string', 'null']",
"example": "example_value"
},
"compoundFieldName": {
"type": "['string', 'null']",
"example": "example_value"
},
"controllerName": {
"type": "['string', 'null']",
"example": "example_value"
},
"controllingFields": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"createable": {
"type": "boolean",
"example": true
},
"custom": {
"type": "boolean",
"example": true
},
"dataType": {
"type": "string",
"example": "example_value"
},
"extraTypeInfo": {
"type": "['string', 'null']",
"example": "example_value"
},
"filterable": {
"type": "boolean",
"example": true
},
"filteredLookupInfo": {
"type": "['string', 'null']",
"example": "example_value"
},
"highScaleNumber": {
"type": "boolean",
"example": true
},
"htmlFormatted": {
"type": "boolean",
"example": true
},
"inlineHelpText": {
"type": "['string', 'null']",
"example": "example_value"
},
"label": {
"type": "string",
"example": "Example Title"
},
"length": {
"type": "integer",
"example": 10
},
"nameField": {
"type": "boolean",
"example": true
},
"polymorphicForeignKey": {
"type": "boolean",
"example": true
},
"precision": {
"type": "integer",
"example": 10
},
"reference": {
"type": "boolean",
"example": true
},
"referenceTargetField": {
"type": "['string', 'null']",
"example": "example_value"
},
"referenceToInfos": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"relationshipName": {
"type": "['string', 'null']",
"example": "example_value"
},
"required": {
"type": "boolean",
"example": true
},
"scale": {
"type": "integer",
"example": 10
},
"searchPrefilterable": {
"type": "boolean",
"example": true
},
"sortable": {
"type": "boolean",
"example": true
},
"unique": {
"type": "boolean",
"example": true
},
"updateable": {
"type": "boolean",
"example": true
}
},
"required": [
"apiName",
"calculated",
"compound",
"compoundComponentName",
"compoundFieldName",
"controllerName",
"controllingFields",
"createable",
"custom",
"dataType",
"extraTypeInfo",
"filterable",
"filteredLookupInfo",
"highScaleNumber",
"htmlFormatted",
"inlineHelpText",
"label",
"length",
"nameField",
"polymorphicForeignKey",
"precision",
"reference",
"referenceTargetField",
"referenceToInfos",
"relationshipName",
"required",
"scale",
"searchPrefilterable",
"sortable",
"unique",
"updateable"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "UserPreferencesShowEmailToGuestUsers"
}