afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/VoiceLocalPresenceNumber.json

96 lines
2.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"field_reference"
],
"title": "VoiceLocalPresenceNumber - Data API",
"description": "Represents a phone number with the same area code as the person whos being called.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"CountryCode": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The country code of the phone number."
},
"LastUsedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The date the phone number was last used."
},
"PhoneNumber": {
"type": "phone",
"properties": "Filter, Group, Sort",
"description": "The local presence phone number."
},
"Prefix": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "The area code of the phone number."
}
},
"special_access_rules": "As of Spring 20 and later, only your Salesforce org's internal users can access this object.",
"field_reference": {
"CountryCode": {
"field_label": "Country Code",
"type": "string",
"length": "10"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Id": {
"field_label": "VoiceLocalPresenceNumber ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"LastUsedDate": {
"field_label": "Last Used Date",
"type": "datetime"
},
"PhoneNumber": {
"field_label": "Phone Number",
"type": "phone",
"length": "40"
},
"Prefix": {
"field_label": "Prefix",
"type": "string",
"length": "10"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}