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

115 lines
3.9 KiB
JSON

{
"sections": [
"title",
"description",
"fields",
"field_reference"
],
"title": "AppointmentAssignmentPolicy - Data API",
"description": "Stores information about resource assignment rules. This object is available in API version 52.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"FullName": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The API name of the AppointmentAssignmentPolicy object. Note: Only users with View DeveloperName OR View Setup and Configuration permission can view, group, sort, and filter this field."
},
"Language": {
"type": "picklist",
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update",
"description": "The language of the appointment assignment policy. Possible values are: Possible values are: da (Danish) de (German) en_US (English) es (Spanish) es_MX (Spanish - Mexican) fi (Finnish) fr (French) it (Italian) ja (Japanese) ko (Korean) nl_NL (Dutch) no (Norwegian) pt_BR (Portuguese - Brazilian) ru (Russian) sv (Swedish) th (Thai) zh_CN (Chinese - Simplified) zh_TW (Chinese - Traditional)"
},
"MasterLabel": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The label for the appointment assignment policy."
},
"PolicyApplicableDuration": {
"type": "picklist",
"properties": "Create, Defaulted on create, Filter, Group, Restricted picklist, Sort, Update",
"description": "The frequency at which the utilization of service resources is calculated. This field is available in API version 53.0 and later. Possible values are: Parameter-Based Monthly Weekly The default value is Parameter-Based."
},
"PolicyType": {
"type": "picklist",
"properties": "Create, Filter, Group, Restricted picklist, Sort, Update",
"description": "The type of appointment assignment policy. Possible values are: loadBalancing"
},
"UtilizationFactor": {
"type": "picklist",
"properties": "Create, Defaulted on create, Filter, Group, Restricted picklist, Sort, Update",
"description": "Specifies the count type for the resource utilization. This field is available in API version 53.0 and later. Possible values are: NumberOfAppointments TotalAppointmentDuration The default value is TotalAppointmentDuration."
}
},
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"DeveloperName": {
"field_label": "Developer Name",
"type": "string",
"length": "80"
},
"Id": {
"field_label": "Appointment Assignment Policy ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"Language": {
"field_label": "Master Language",
"type": "picklist",
"length": "40"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"MasterLabel": {
"field_label": "Name",
"type": "string",
"length": "80"
},
"PolicyApplicableDuration": {
"field_label": "Utilization Calculation Frequency",
"type": "picklist",
"length": "255"
},
"PolicyType": {
"field_label": "Policy Type",
"type": "picklist",
"length": "255"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"UtilizationFactor": {
"field_label": "Utilization Count Type",
"type": "picklist",
"length": "255"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}