How to limit permission to delete project tasks

ClayS
Tera Contributor

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.

2 ACCEPTED SOLUTIONS

Akash4
Kilo Sage
Kilo Sage

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)

 

Regards, Akash
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.

View solution in original post

Ravi Chandra_K
Kilo Patron
Kilo Patron

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 

View solution in original post

3 REPLIES 3

Akash4
Kilo Sage
Kilo Sage

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)

 

Regards, Akash
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.

ClayS
Tera Contributor

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

Ravi Chandra_K
Kilo Patron
Kilo Patron

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