- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 02:32 AM
To avoide the risk of not expected deleating project tasks, I want to limit the users who can delete project task.
Could you please let me know how to do that??
Or I would be very happy if you could give me other ideas to avoid the risks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 02:37 AM
Hi Mirai,
Deletion of records is a security concern and hence restricting from Access Controls is a good approach. Tip: think of a specific role that you want to give to delete records, incase required.
You can create an ACL (after elevating role to security_admin) as follows >
Table: pm_task (Project Task), Type: Record, Operation: Delete, Roles: Admin (example)
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 07:07 PM
Hello @ClayS
as Akash mentioned, a Delete ACL would work for this. If there's already a Delete ACL, modify it as per your requirement. a new role wouldn't be required.
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 02:37 AM
Hi Mirai,
Deletion of records is a security concern and hence restricting from Access Controls is a good approach. Tip: think of a specific role that you want to give to delete records, incase required.
You can create an ACL (after elevating role to security_admin) as follows >
Table: pm_task (Project Task), Type: Record, Operation: Delete, Roles: Admin (example)
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 06:06 PM
Hello Akash4,
Thank you for your reply.
Actually, since anyone can currently delete project tasks, I would like to either remove the delete role or add something like a "cannot delete project tasks" role to the role group.
I would appreciate it if you could tell me how to do this as well.
Regards, Mirai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 07:07 PM
Hello @ClayS
as Akash mentioned, a Delete ACL would work for this. If there's already a Delete ACL, modify it as per your requirement. a new role wouldn't be required.
Kind Regards,
Ravi Chandra