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 Manage All Enablement Features permission is required. This permission is enabled by default as part of the Enablement Admin permission set, which comes with purchase of the Enablement add-on license.
- For users who only update enablement programs, the Take Enablement Programs permission is required. This permission is enabled by default as part of the Enablement User permission set, which comes with purchase of 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.