Labor Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see Labor members.
| Name | Description | |
|---|---|---|
![]() ![]() | GetAllLaborData | Overloaded. The GetAllLaborData() method retrieves all labor usage records that match the filter parameters. This overload of the method includes an entity ID, user ID, and last edit date/time as filter parameters. |
![]() ![]() | GetAllLaborDepartments | The GetLaborDepartments() method retrieves all available labor departments. |
![]() ![]() | GetLaborCategories | The GetLaborCategories() method retrieves all labor categories for the specified entity. |
![]() ![]() | GetLaborStartTimeForAShift | The GetLaborStartTimeForAShift() method retrieves the first labor start time for the specified entity and shift. The results can be filtered by a user ID and a previous shift. If a user is specified, the labor start time of the shift of the user on the specified entity is retrieved. If no user is specified, the first labor start time of the last active shift on the specified entity is retrieved. |
![]() ![]() | GetLoggedEntsByUser | The GetLoggedEntsByUser() method retrieves all entities onto which the specified user has logged in the current session. |
![]() ![]() | GetLoggedJobsByUser | The GetLoggedJobsByUser() method retrieves all jobs onto which the specified user has logged in the current session. |
![]() ![]() | GetLoggedUsersByJob | The GetLoggedUsersByJob() method retrieves all distinct active users logged onto the specified job . |
![]() ![]() | GetPrevShiftStartTime | The GetPrevShiftStartTime() method retrieves a previous shift start time for the specified entity. The results can be filtered by a user ID. If a user is specified, the start time of the shift of the user on the specified entity is retrieved. If no user is specified, the start time of the last active shift on the specified entity is retrieved. |

