Newer Version Available

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

LearningItemSubmission

Represents a link to a resource, such as a video recording, that a an Enablement user submits as part of a Feedback Request exercise in an Enablement program. For example, when a sales rep submits a recording of their sales pitch for review, this object stores the link to the recording. This object is available in API version 59.0 and later.

Supported Calls

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

Special Access Rules

A learning item submission record is created when users take an Enablement program that includes a Feedback Request exercise. 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
LearningItemId
Type
reference
Properties
Filter, Group, Sort
Description
The ID of the learning item assigned to the Enablement user, where the type of the learning item is LearningPractice. Corresponds to the Feedback Request exercise. This field is a relationship field.
Relationship Name
LearningItem
Relationship Type
Lookup
Refers To
LearningItem
OwnerId
Type
reference
Properties
Filter, Group, Sort
Description
ID of the owner of the learning item submission. This field is a polymorphic relationship field.
Relationship Name
Owner
Relationship Type
Lookup
Refers To
Group, User
Url
Type
url
Properties
Filter, Sort
Description
URL of the content that the Enablement user wants feedback on. For example, a link to a video recording of a sales rep’s practice pitch.

Usage

1SELECT Id, LearningItemId, OwnerId, Url FROM LearningItemSubmission

Associated Objects

This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.

LearningItemSubmissionOwnerSharingRule
Sharing rules are available for the object.
LearningItemSubmissionShare
Sharing is available for the object.