mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 00:02:34 +08:00
111 lines
4.1 KiB
JSON
111 lines
4.1 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields"
|
|
],
|
|
"title": "LocationWaitlist - Data API",
|
|
"description": "Represents a queue created for a specific location. Multiple queues can be created for a single location. For example, you can have a queue for each sales agent or a standard queue and a queue for vulnerable groups. The specific party of people in a queue is represented by LocationWaitlistedParty. This object is available in API version 50.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"BusinessHoursId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "A reference to the BusinessHours record that contains the hours the business is open."
|
|
},
|
|
"ClosedDateTime": {
|
|
"type": "dateTime",
|
|
"properties": "Create, Filter, Nillable, Sort, Update",
|
|
"description": "The time a queue is closed."
|
|
},
|
|
"CumulativeGuestCount": {
|
|
"type": "int",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "The total number of guests allowed."
|
|
},
|
|
"CumulativeGuestGroupCount": {
|
|
"type": "int",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "The total number of groups allowed."
|
|
},
|
|
"CurrentGuestCount": {
|
|
"type": "int",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "The current number of guests."
|
|
},
|
|
"Description": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "A brief description of this record."
|
|
},
|
|
"GuestCapacity": {
|
|
"type": "int",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "The total capacity of guests."
|
|
},
|
|
"LastReferencedDate": {
|
|
"type": "dateTime",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "The timestamp when the current user last accessed this record, a record related to this record, or a list view."
|
|
},
|
|
"LastViewedDate": {
|
|
"type": "dateTime",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "The date on which the record was last viewed."
|
|
},
|
|
"MaxPartySize": {
|
|
"type": "int",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "The maximum size of a group."
|
|
},
|
|
"MessagingChannelId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "The messaging channel ID."
|
|
},
|
|
"Name": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, idLookup, Sort, Update",
|
|
"description": "The name of the group."
|
|
},
|
|
"OpenDateTime": {
|
|
"type": "dateTime",
|
|
"properties": "Create, Filter, Nillable, Sort, Update",
|
|
"description": "The time a queue is open."
|
|
},
|
|
"OwnerId": {
|
|
"type": "reference",
|
|
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
|
|
"description": "The ID of the owner for this record."
|
|
},
|
|
"PartyReminderDelayMinutes": {
|
|
"type": "int",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "The number of minutes between when a party is notified and when they receive a reminder."
|
|
},
|
|
"PlaceId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "The location ID for this record."
|
|
},
|
|
"ResourceCapacity": {
|
|
"type": "int",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "The capacity for this resource."
|
|
},
|
|
"ResourceOccupancyCount": {
|
|
"type": "int",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "The occupancy count for this resource."
|
|
},
|
|
"Status": {
|
|
"type": "picklist",
|
|
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update",
|
|
"description": "The status of the queue. Possible values are: closed open paused"
|
|
}
|
|
}
|
|
} |