Click or drag to resize

CaseRight Enumeration

Access rights options for cases.

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public enum CaseRight
Members
Member nameValueDescription
None0 No access to cases.
OwnNoOwnFinancials1 This access right is for project members who shouldn't see any financial information. User cannot see prices and costs of own work hours or own KPI's which are based on financial data. He cannot see any project financials and he cannot create cases. User can see project plan, activities and his own resourcing of the case he is member of.
OwnNoCreation2 User can see the project plan, activities and view his own resourcing. User can see prices and costs of his work hours and own KPIs based on financial information. He cannot see any project financials and he cannot create cases.
OwnNoFinancial3 This access right is for project managers who shouldn't see financial information from his projects and shouldn't be able to create invoices. As a project manager he can create cases and he can plan, task and resource them. He has rights to see his own financial data.
Own4 Project manager can create and edit cases and he can plan, task, resource and invoice them. He can also be the sales person. He can see his own financial data and the financial data of the cases he is owner of. If user is also a supervisor, he has project manager access right to his subordinates cases.
OwnUnit5 Create new cases. Edit and invoice cases in own unit and when subordinate is owner. View work hours and financial data for cases in own unit and when subordinate is owner. Read-only view without financial data when case member.
All6 Create new cases. Edit, delete and invoice all cases. View reports, including work hours and financial data.
Remarks
Case access right defines what kind of rights user has to cases, phases, work hour entries, financial data, invoicing, resourcing etc. It is the most widely needed access right.
See Also