Newer Version Available

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

LearningPractice

Represents a Feedback Request exercise that an Enablement admin adds to a program, where a user invites a peer, trusted coach, or expert to provide feedback. For example, a sales rep practices their sales pitch and requests a review. This object is available in API version 59.0 and later.

Supported Calls

describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()

Special Access Rules

  • For Enablement admins to create, update, and delete Enablement programs, the Design and Deliver Enablement Programs permission is required. This permission is enabled by default as part of the Manage Enablement Essentials permission set, which comes with the Enablement add-on license.
  • For users who take Enablement programs, the Take Enablement Programs permission is required. This permission is enabled by default as part of the Use Enablement Programs permission set, which comes with the Enablement add-on license.

Fields

Field Details
Description
Type
string
Properties
Filter, Sort
Description
Instructions to the user to provide context for completing the Feedback Request exercise. For example, Record yourself giving a sales pitch and request feedback from your peers.
InviteeQuantity
Type
int
Properties
Defaulted on create, Filter, Group, Sort
Description
The number of peers who the Enablement user is required to invite for giving feedback. Each peer receives an invitation to the assessment survey associated with the Feedback Request exercise.
LearningItemId
Type
reference
Properties
Filter, Group, Sort
Description
The ID of the learning item. This field is a relationship field.
Relationship Name
LearningItem
Relationship Type
Lookup
Refers To
LearningItem
Name
Type
string
Properties
Filter, Group, idLookup, Sort
Description
The name of the Feedback Request exercise. For example, Practice Your Sales Pitch.
SurveyId
Type
reference
Properties
Filter, Group, Sort
Description
The ID of the assessment survey that the Enablement user sends when they request feedback. This field is a relationship field.
Relationship Name
Survey
Relationship Type
Lookup
Refers To
Survey

Usage

1SELECT Id, Name, Description, SurveyId, LearningItemId, InviteeQuantity FROM LearningPractice