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+d2b3ba1f0a7faa78f41e88544914859e96e8c75b
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