{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"associated_objects",
"wsdl_segment",
"field_reference"
],
"title": "ConferenceNumber - Data API",
"description": "Holds the telephone number for an external event shown in the Salesforce Today feature in the Salesforce mobile app. This object is available in API version 35.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"refers_to",
"notes"
],
"fields": {
"AccessCode": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Specifies the access code to enter in order to validate identity and join the call."
},
"ExternalEventId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The ID of the external event associated with the conference number. This field is a relationship field.",
"relationship_name": "ExternalEvent",
"refers_to": "ExternalEvent"
},
"IsLocked": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Returns true if the conference number is locked, or false if it’s not. The default value is false."
},
"Label": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The description of the conference number."
},
"MayEdit": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"notes": "Indicates whether the conference number can be edited (true) or not (false).; The default value is false."
},
"Name": {
"type": "string",
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
"description": "The name of the conference call’s organizer."
},
"Number": {
"type": "phone",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The phone number used to connect to the conference call."
},
"Vendor": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The vendor or company associated with the conference number."
}
},
"special_access_rules": "The Salesforce Today app is available in Salesforce for Android and Salesforce for iOS. It’s not available in the Salesforce desktop site. Access to Today is available only if you grant Calendar permission to the Salesforce mobile app.",
"associated_objects": "This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.",
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```",
"field_reference": {
"AccessCode": {
"field_label": "Access Code",
"type": "string",
"length": "255"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"ExternalEventId": {
"field_label": "External Event ID",
"type": "reference",
"length": "18"
},
"Id": {
"field_label": "Conference Number ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"Label": {
"field_label": "Label",
"type": "string",
"length": "255"
},
"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"
},
"Number": {
"field_label": "Number",
"type": "phone",
"length": "40"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"Vendor": {
"field_label": "Vendor",
"type": "string",
"length": "255"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}