+
+
+ Who can Add Users
+ |
+
+ This option determines who can add users/personnel to the department. By default only Department Administrators (and the managing member) can add users.
+ But Group Admins can also be allowed to add users (limited only to the group they are an admin of).
+ |
+
+ @Html.DropDownListFor(m => m.AddUsers, Model.AddUserPermissions)
+ |
+
+ N/A
+ |
+
+ No Roles
+ |
+
+
+
+ Who can Remove Users
+ |
+
+ This option determines who can remove users/personnel from the department. By default only Department Administrators (and the managing member) can remove users.
+ But Group Admins can also be allowed to remove users (limited only to the users in the group they are an admin of).
+ |
+
+ @Html.DropDownListFor(m => m.RemoveUsers, Model.RemoveUserPermissions)
+ |
+
+ N/A
+ |
+
+ No Roles
+ |
+
+
+
+ Who can Create Calls
+ |
+
+ This option determines who can manually create calls from the Resgrid system. By default Everyone can create calls.
+ |
+
+ @Html.DropDownListFor(m => m.CreateCall, Model.CreateCallPermissions)
+ |
+
+ N/A
+ |
+
+ No Roles
+
+
+
+ |
+
+
+
+ Who can Delete Calls
+ |
+
+ This option determines who can delete calls from the Resgrid system. By default Everyone can delete calls.
+ |
+
+ @Html.DropDownListFor(m => m.DeleteCall, Model.DeleteCallPermissions)
+ |
+
+
+ |
+
+ No Roles
+
+
+
+ |
+
+
+
+ Who can Close Calls
+ |
+
+ This option determines who can close calls from the Resgrid system. By default Everyone can close calls.
+ |
+
+ @Html.DropDownListFor(m => m.CloseCall, Model.CloseCallPermissions)
+ |
+
+
+ |
+
+ No Roles
+
+
+
+ |
+
+
+
+ Who can Add Data To Calls Calls
+ |
+
+ This option determines who can add data; like images, notes and files, to calls from the Resgrid system. By default Everyone can add data to calls.
+ |
+
+ @Html.DropDownListFor(m => m.AddCallData, Model.AddCallDataPermissions)
+ |
+
+
+ |
+
+ No Roles
+
+
+
+ |
+
+
+
+ Who can Create Trainings
+ |
+
+ This option determines who can create trainings. By default only Department Admins can create trainings.
+ |
+
+ @Html.DropDownListFor(m => m.CreateTraining, Model.CreateTrainingPermissions)
+ |
+
+ N/A
+ |
+
+ No Roles
+
+
+
+ |
+
+
+
+ Who can Add Documents
+ |
+
+ This option determines who can add documents. By default Everyone can add documents
+ |
+
+ @Html.DropDownListFor(m => m.CreateDocument, Model.CreateDocumentPermissions)
+ |
+
+ N/A
+ |
+
+ No Roles
+
+
+
+ |
+
+
+
+ Who can Create Calendar Entries
+ |
+
+ This option determines who can create calendar entires. By default Everyone can create calendar entries.
+ |
+
+ @Html.DropDownListFor(m => m.CreateCalendarEntry, Model.CreateCalendarEntryPermissions)
+ |
+
+ N/A
+ |
+
+ No Roles
+
+
+
+ |
+
+
+
+ Who can Create Notes
+ |
+
+ This option determines who can create calendar entires. By default Everyone can create calendar entries.
+ |
+
+ @Html.DropDownListFor(m => m.CreateNote, Model.CreateNotePermissions)
+ |
+
+ N/A
+ |
+
+ No Roles
+
+
+
+ |
+
+
+
+ Who can Add Log Entries
+ |
+
+ This option determines who can add log entries. By default Everyone can add log entries.
+ |
+
+ @Html.DropDownListFor(m => m.CreateLog, Model.CreateLogPermissions)
+ |
+
+ N/A
+ |
+
+ No Roles
+
+
+
+ |
+
+
+
+ Who can Create Shifts
+ |
+
+ This option determines who can create and edit shifts. By default only Department Admins can create and edit shifts.
+ |
+
+ @Html.DropDownListFor(m => m.CreateShift, Model.CreateShiftPermissions)
+ |
+
+ N/A
+ |
+
+ No Roles
+
+
+
+ |
+
+
+
+ Who can View Personal Info
+ |
+
+ This option determines who can view personal information (PII) about personnel in the system. For example: Email Address, Phone Numbers, etc. By default Everyone can view this information.
+ |
+
+ @Html.DropDownListFor(m => m.ViewPersonalInfo, Model.ViewPersonalInfoPermissions)
+ |
+
+ N/A
+ |
+
+ No Roles
+
+
+
+ |
+
+
+
+ Who can Adjust Inventory
+ |
+
+ This option determines who can adjust inventory levels in the system. By default Everyone can adjust inventory.
+ |
+
+ @Html.DropDownListFor(m => m.AdjustInventory, Model.AdjustInventoryPermissions)
+ |
+
+ N/A
+ |
+
+ No Roles
+
+
+
+ |
+
-
-
- Who can see the Location of Personnel
- |
-
- This option determines who can see the location of personnel on the maps. To lock the option to just group admins and roles within a group you need to check the Group Only option.
- |
-
- @Html.DropDownListFor(m => m.ViewPersonnelLocation, Model.ViewPersonnelLocationPermissions)
- |
-
-
- |
-
- No Roles
-
-
-
- |
-
+
+
+ Who can see the Location of Personnel
+ |
+
+ This option determines who can see the location of personnel on the maps. To lock the option to just group admins and roles within a group you need to check the Group Only option.
+ |
+
+ @Html.DropDownListFor(m => m.ViewPersonnelLocation, Model.ViewPersonnelLocationPermissions)
+ |
+
+
+ |
+
+ No Roles
+
+
+
+ |
+
-
-
- Who can see the Location of Units
- |
-
- This option determines who can see the location of units on the maps. To lock the option to just group admins and roles within a group you need to check the Group Only option.
- |
-
- @Html.DropDownListFor(m => m.ViewUnitLocation, Model.ViewUnitLocationPermissions)
- |
-
-
- |
-
- No Roles
-
-
-
- |
-
+
+
+ Who can see the Location of Units
+ |
+
+ This option determines who can see the location of units on the maps. To lock the option to just group admins and roles within a group you need to check the Group Only option.
+ |
+
+ @Html.DropDownListFor(m => m.ViewUnitLocation, Model.ViewUnitLocationPermissions)
+ |
+
+
+ |
+
+ No Roles
+
+
+
+ |
+
-
-
- Who can send messages
- |
-
- This option determines who can create and send messages (in-system mail). By Default everyone can create and send messages.
- |
-
- @Html.DropDownListFor(m => m.CreateMessage, Model.CreateMessagePermissions)
- |
-
- N/A
- |
-
- No Roles
-
-
-
- |
-
+
+
+ Who can send messages
+ |
+
+ This option determines who can create and send messages (in-system mail). By Default everyone can create and send messages.
+ |
+
+ @Html.DropDownListFor(m => m.CreateMessage, Model.CreateMessagePermissions)
+ |
+
+ N/A
+ |
+
+ No Roles
+
+
+
+ |
+
-
-
- Who can view groups and users
- |
-
- By default all users can see all other users and groups in the system. This option allows you to
- |
-
- @Html.DropDownListFor(m => m.ViewGroupsUsers, Model.ViewGroupUsersPermissions)
- |
-
-
- |
-
- No Roles
-
-
-
- |
-
-
-