Newer Version Available

This content describes an older version of this product. View Latest

WorkFeedbackQuestion

Represents a free-form text type or multiple choice question within a set of questions.

Supported Calls

create()delete()describeLayout(), describeSObjects()getDeleted()getUpdated()query()retrieve()search(), undelete()update()upsert()

Fields

Field Name Details
Choices
Type
textarea
Properties
Create, Nillable, Update
Description
New-line separated list of valid choices for multiple choice questions. Maximum length is 1000 characters.
Detail
Type
textarea
Properties
Create, Nillable, Update
Description
Detailed instructions on how to answer the question.
IsConfidentialAnswer
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Answers to questions marked confidential will not be shared with the subject of the review. This field applies only to performance summaries.
IsOptional
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
If this option is selected, the question is optional and isn’t required to be answered. This field applies only to performance summaries.
Name
Type
string
Properties
Create, Filter, Group, idLookup, Sort, Update
Description
A short description of the question, which can be used as a header for reports and Calibration.
Number
Type
int
Properties
Create, Filter, Group, Sort, Update
Description
The order of the question that is displayed within the question set, such as question number three in a question set that has five questions.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
ID of the owner of the WorkFeedbackQuestion.
QuestionSetId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
The question set this question is a part of.
Text
Type
textarea
Properties
Create, Update
Description
The body of the question. Max length is 16384 characters.
Type
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort, Update
Description
Allows for either a free-form text answer or a multiple choice question defined by new-line separate choices in the ‘Choices’ field. Valid picklist values are:
  • MultipleChoice
  • FreeText
  • Rating