Click or drag to resize

WorkHourApprovalRight Enumeration

Access rights options for work hour approval.

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public enum WorkHourApprovalRight
Members
Member nameValueDescription
None0 No access to work hour approval.
OwnUsers1 Can view and approve work hours for own subordinates.
OwnUsersAndSelf2 Can view and approve own work hours, and work hours for own subordinates.
OwnUnit3 Can view and approve work hours for employees in own business unit.
All4 Can view and approve all work hours of all users of the organization.
Remarks
This right defines if user can do work hour approval, and can be used in addition of the User right.
See Also