LaborExec Class Methods
- Last UpdatedNov 06, 2025
- 4 minute read
For a list of all members of this type, see LaborExec members.
| Name | Description | |
|---|---|---|
![]() ![]() | AddLabor | The AddLabor() method manually enters the quantity of labor that has been used on the specified entity. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more labor exec records in the Labor_Exec table, as specified by the filter parameters. Passing no filter parameters will retrieve all labor exec records from the table. |
![]() ![]() | GetAvailableLabCodes | The GetAvailableLabCodes() method retrieves the available labor codes on an entity or, optionally, all the reasons that are linked to a raw reason code for this entity. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified labor exec record from the Labor_Exec table. |
![]() ![]() | GetEntLogonsBySessionUser | The GetEntLogonsBySessionUser() method retrieves all sessions for the specified entity the user ‘sessionuser’ has logged onto. |
![]() ![]() | GetEventStartTimeForAShift | The GetEventStartTimeForAShift() method retrieves the event start time of the last labor event that occurred on a shift on the specified entity. |
![]() ![]() | GetPrevShiftStartTime | The GetPrevShiftStartTime() method retrieves the shift start time of the shift in which the last labor event occurred is either prior to the current shift or prior to the supplied shift. |
![]() ![]() | SetLaborData | The SetLaborData() method changes the current labor code, department ID, and/or percentage labor to apply to a specified active labor collection event for the specified entity. |
![]() ![]() | SetRawReason | The SetRawReason() method sets the current labor reason code for the specified entity based on a raw reason code received directly from the I/O system. This raw reason code will specify a default ‘labor_code’ for all users who are currently logged onto this entity. |
![]() ![]() | Update | The Update() method updates all columns of the specified labor exec record in the Labor_Exec table. |
![]() ![]() | UpdateDuration | The UpdateDuration() method updates the current durations of any active labor events specified by optional filters. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified labor exec records in the Labor_Exec table. |

