The Work Item Toolbar widget uses events to communicate
with other widgets.
Add activity event
| Description |
The user selected an activity type of a case to add
an activity that is contained in the event payload. |
| Event ID |
icm.SendNewTaskInfo |
| Payload |
- taskEditable
- An icm.model.TaskEditable object that represents the activity that is to be
added.
- coordination
- An icm.util.Coordination object that is used
internally as a coordinator by the page widgets in the same page.
|
Receive work item event
| Description |
Display the work item that is contained in the
event payload. |
| Event ID |
icm.SendWorkItem |
| Payload |
- workItemEditable
- An icm.model.WorkItemEditable object that represents
the work item to be opened.
- coordination
- An icm.util.Coordination object that is used
internally by the widgets in the same page.
- UIState
- A Dojo Stateful object that is used internally
by the widgets. This object can contain the following properties:
- GetNext
- This property determines whether the next work item is to be opened
automatically.
- workitemReadonly
- This property determines whether the work item is to be opened
in view mode.
- GetNextCfg
- This property determines the configuration of the Open Next Work
Item action.
|