Newer Version Available
LearningItemAssignment
Represents the assignment of a learning item, which can be assigned
to users or groups. This object is available in API version 58.0 and
later.
Supported Calls
create(), delete(), 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 |
|---|---|
| AssigneeId |
|
| DueDate |
|
| IsOverdue |
|
| LearningItemId |
|
| Name |
|
| OwnerId |
|
| StartDate |
|
Usage
You can assign a learning item to a user programmatically by querying the program and user, and then inserting a record into LearningItemAssignment.