...
- DTECommentAdmin
- This can edit all other users comments in the system.
- DTEP
- Stands for DownTimeEvent Pending
- Only allows for user to delete pending items.
- DTEL3
- Stands for DownTimeEvent Level 3
- User can create new items, edit existing items time and details, split events and delete items
- Add and edit their own comments to any event
- DTEL2
- Stands for DownTimeEvent Level 2
- User can create new items, edit existing items time and details and split events
- Add and edit their own comments to any event
- Cannot delete
- DTEL1
- Stands for DownTimeEvent Level 1
- User can ONLY edit items that have not been previously edited
...
- User can change details and add a comment to a first time edit event
- Add and edit their own comments to any event
- Cannot delete, split, change times, edit updated events
If the previous logic does not grant access into the system, the following security roles are checked.
...
- DTECommentAdmin
- This can edit all other users comments in the system.
- Downtime Data Entry
- User can create new items and edit existing items details
- Add and edit their own comments to any event
- Cannot delete or split
- Downtime Create New Items and Change TimesTimes (deprecated: DTCreateAndChange)
- User can create new items, edit existing items time and details, split events and delete items
- Add and edit their own comments to any event
- Downtime Only Comments Entry
- Add and edit their own comments to any event
- Cannot do any other functions
- DowntimeDeletePendingEvents
- User can delete pending events
The drop down menu “WORKER” is populated from users that are in a role called: Process Control Supervisor
...
The override for this is if a web.config setting or “DowntimeManagerDDLRoleName” exists, that resultant role name will be used instead.
In the web.config section, to enable additional troubleshooting error messages activate this key with a value of TRUE: ShowAllDowntimeEntryPageErrors
...