Prevent non MI managers from adding/removing related records on MI incidents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi all,
We have a requirement to lock down the related records so nobody can add/update/remove records from a Major Incident EXCEPT users with major_incident_manager role.
This is for the SOW workspace.
An example would be the affected CIs (task_ci) related list table.
I tried using ACLs for this and they do not seem to work because the major incident state field is not dot walkable since the task_ci table references the task table not the incident.
Especially when creating, since the task reference does not yet exist, I am unable to set conditions and use any logic.
We only want to apply this for major incidents and not for other incidents/tasks.
Would like to avoid touching the action assignments in the workspace, and ideally just restrict from ACLs or other means.
How can I achieve this please?