Newer Version Available

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

WorkFeedback

Answer to a specific question that the person was asked via a request for feedback. Also used to store offered feedback without linking it to a particular question.

Supported Calls

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

Additional Considerations and Related Objects

  • Ownership is transferred to the requester on submit for certain types (ad-hoc feedback).
  • The record is read-only after the request that it’s linked to is set to Submitted.
  • You can’t link a feedback object to a request unless you are the recipient.
  • The question that the feedback is linked to must be part of the same question set that the request is linked to.

Fields

Field Name Details
Feedback
Type
textarea
Properties
Create, Nillable, Update
Description
Contains either the free-form text of the answer, or the choice selected by the user. Max length is 65536.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
The name of the WorkFeedback record.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
ID of the owner of the WorkFeedback record.
QuestionId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort
Description
The question this answer applies to. When this feedback is linked to a request of an unsolicited type, the question ID is null.
RequestId
Type
reference
Properties
Create, Filter, Group, Sort
Description
The ID of the request this response belongs to, in case of offered feedback.