Class TimesheetTaskInsertEvent


public class TimesheetTaskInsertEvent extends SimpleBusinessEvent<TimesheetTaskInsertInput,List<Long>>
Event to insert a task into a timesheet.
The launcher must provide a valid TimesheetTaskInsertInput in order to successfully call this event.
The listener loads the Timesheet or creates a new one, and adds the task to the timesheet.
If the task overlaps several shifts or timesheets, the listener splits it.
The returned value is the list of inserted timesheet task ids.
Since:
9.2
GCApi:
event
Reactors:
BTTimesheetTaskInsert(0)
No Spouts