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

43 lines
2.1 KiB
JSON

{
"sections": [
"title",
"description",
"fields",
"associated_objects"
],
"title": "WorkFeedbackQuestionSet - Data API",
"description": "Represents a set of questions being asked. The question set is used to link all the individual requests where different recipients were asked the same set of questions on the same subject.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"DueDate": {
"type": "date",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The date that this specific question set is expected to be submitted by the recipient. This field applies only to performance summaries."
},
"FeedbackType": {
"type": "picklist",
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort",
"description": "The description of the collection of questions that are written in context to the type of recipient answering them, relative to the subject of the summary. This field applies only to performance summaries."
},
"Name": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Sort, Update",
"description": "The name of the question set. Maximum length is 225 characters."
},
"OwnerId": {
"type": "reference",
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
"description": "ID of the owner of the WorkFeedbackQuestionSet."
},
"PerformanceCycleId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort",
"description": "If a question set is associated to a performance summary cycle, then that cycle ID is referenced in this field. This field applies only to performance summaries."
}
},
"associated_objects": "This object has the following associated objects. Unless noted, they are available in the same API version as this object.\n\n- **WorkFeedbackQuestionSetOwnerSharingRule**: Sharing rules are available for the object.\n- **WorkFeedbackQuestionSetShare**: Sharing is available for the object."
}