Click or drag to resize

UsersRight Enumeration

Access rights options for users.

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0+81fd6e9dd0e61491c37af71b183a89571ee770b3
Syntax
public enum UsersRight
Members
Member nameValueDescription
None0 Can view and edit personal details only.
EditOwnEmployees1 Can view and edit work contracts of own subordinates. Can view, edit and approve work hours and travel expenses for own subordinates.
AddOwnEmployees2 Can add new employees to own business unit. Can vew and edit work contracts for own subordinates. Can view, edit and approve work hours and travel expenses for own subordinates.
All3 Can add new employees. Can wiew and edit work contracts for all persons in the organization. Can view, edit and approve work hours and travel expenses for all persons in the organization.
Remarks
User right defines what data from other users the person can see, and is often in use together with case right.
See Also