ActionItemAssignments Class

This section provides an overview of the ActionItemAssignments class and discusses:

  • ActionItemAssignments class methods.

  • ActionItemAssignments class properties.

The ActionItemAssignments class is used to manage action item user/role assignments data for action items in an activity guide template and instance. You can use the ActionItemAssignments class properties to create action item assignment object and add/update the action item user or role assignment data.

If you are adding new user assignments to an action item, use the getAssignments method to get the existing assignments as a collection object, insert new assignments to the returned collection object, and call the saveAssignments method with the updated collection object as input.