mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 00:02:34 +08:00
137 lines
3.9 KiB
JSON
137 lines
3.9 KiB
JSON
{
|
||
"sections": [
|
||
"title",
|
||
"description",
|
||
"fields",
|
||
"special_access_rules",
|
||
"associated_objects",
|
||
"field_reference"
|
||
],
|
||
"title": "VoiceUserLine - Data API",
|
||
"description": "Represents a user’s forwarding phone number.",
|
||
"fields_columns": [
|
||
"type",
|
||
"properties",
|
||
"description"
|
||
],
|
||
"fields": {
|
||
"IsCustomCallerId": {
|
||
"type": "boolean",
|
||
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
|
||
"description": "Indicates whether the number is a custom caller ID (true) or not (false)."
|
||
},
|
||
"IsVerified": {
|
||
"type": "boolean",
|
||
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
|
||
"description": "Reserved for future use."
|
||
},
|
||
"Name": {
|
||
"type": "string",
|
||
"properties": "Create, Filter, Group, idLookup, Sort",
|
||
"description": "The name of the phone number."
|
||
},
|
||
"OwnerId": {
|
||
"type": "reference",
|
||
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
|
||
"description": "The ID of the user who owns the phone number."
|
||
},
|
||
"PhoneNumber": {
|
||
"type": "phone",
|
||
"properties": "Create, Filter, Group, Sort, Update",
|
||
"description": "The user’s phone number."
|
||
},
|
||
"UserId": {
|
||
"type": "reference",
|
||
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
||
"description": "The ID of the user using the phone number."
|
||
},
|
||
"VendorVerifiedCallerIdKey": {
|
||
"type": "string",
|
||
"properties": "Create, Filter, Group, idLookup, Nillable, Sort, Update",
|
||
"description": "The ID for a custom phone number provided by the Sales Dialer service provider."
|
||
},
|
||
"VoiceVendorInfoId": {
|
||
"type": "reference",
|
||
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
||
"description": "The ID of the related Sales Dialer service provider."
|
||
}
|
||
},
|
||
"special_access_rules": "As of Spring ’20 and later, only your Salesforce org's internal users can access this object.",
|
||
"associated_objects": "This object has the following associated objects. Unless noted, they are available in the same API version as this object.\n\n- **VoiceUserLineOwnerSharingRule**: Sharing rules are available for the object.\n- **VoiceUserLineShare**: Sharing is available for the object.",
|
||
"field_reference": {
|
||
"CreatedById": {
|
||
"field_label": "Created By ID",
|
||
"type": "reference",
|
||
"length": "18"
|
||
},
|
||
"CreatedDate": {
|
||
"field_label": "Created Date",
|
||
"type": "datetime"
|
||
},
|
||
"Id": {
|
||
"field_label": "Voice User Line ID",
|
||
"type": "id",
|
||
"length": "18"
|
||
},
|
||
"IsCustomCallerIdNumber": {
|
||
"field_label": "Is Custom CallerId Number",
|
||
"type": "boolean"
|
||
},
|
||
"IsDeleted": {
|
||
"field_label": "Deleted",
|
||
"type": "boolean"
|
||
},
|
||
"IsVerified": {
|
||
"field_label": "Is Verified",
|
||
"type": "boolean"
|
||
},
|
||
"LastModifiedById": {
|
||
"field_label": "Last Modified By ID",
|
||
"type": "reference",
|
||
"length": "18"
|
||
},
|
||
"LastModifiedDate": {
|
||
"field_label": "Last Modified Date",
|
||
"type": "datetime"
|
||
},
|
||
"Name": {
|
||
"field_label": "Name",
|
||
"type": "string",
|
||
"length": "255"
|
||
},
|
||
"OwnerId": {
|
||
"field_label": "Owner ID",
|
||
"type": "reference",
|
||
"length": "18"
|
||
},
|
||
"PhoneNumber": {
|
||
"field_label": "PhoneNumber",
|
||
"type": "phone",
|
||
"length": "40"
|
||
},
|
||
"SystemModstamp": {
|
||
"field_label": "System Modstamp",
|
||
"type": "datetime"
|
||
},
|
||
"UserId": {
|
||
"field_label": "User ID",
|
||
"type": "reference",
|
||
"length": "18"
|
||
},
|
||
"VendorVerifiedCallerIdKey": {
|
||
"field_label": "Vendor Verified Caller ID Key",
|
||
"type": "string",
|
||
"length": "255"
|
||
},
|
||
"VoiceVendorInfoId": {
|
||
"field_label": "Voice Vendor Info ID",
|
||
"type": "reference",
|
||
"length": "18"
|
||
}
|
||
},
|
||
"field_reference_columns": [
|
||
"field_label",
|
||
"type",
|
||
"length"
|
||
]
|
||
} |