AdditionalNumber
Holds additional phone numbers associated with various Salesforce entities, such as contacts or accounts.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the additional phone number record. | |
| IsDeleted | Bool | True |
Indicates whether the additional number record has been deleted. | |
| CallCenterId | String | False |
CallCenter.Id |
ID of the call center this number is associated with. |
| Name | String | False |
Name or label assigned to the additional phone number. | |
| Description | String | False |
Optional description providing context or purpose of the number. | |
| Phone | String | False |
The actual phone number assigned as an additional number. | |
| CreatedDate | Datetime | True |
Timestamp indicating when this number record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created this additional number record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | True |
System-generated timestamp used for internal tracking of changes. | |
| LastModifiedDate | Datetime | True |
Timestamp indicating the last time the record was modified. |