How to restrict a user with itil role to create a report only few records

Kiran Maruthi
Tera Contributor

I want to restrict a user with itil role to create a report on label entry table only when table is knowledge. This user should not be able to create report on any other records, But there should be no read restrictions on the user when the user opens the table directly.

 

Pls suggest how to do this.

 

Thanks in Advance. 

1 ACCEPTED SOLUTION

Not sure if I understood the requirement correctly , but you can try creating an ACL on report table for Create access ; where condition should be : if label entry table isoneof INC/Knowledge. 
use script on the acl to check if userhas role ITIL then return false. 

Kindly mark the reply as a correct answer / helpful if it helped to solve your question.

Thanks,
Anwesha


View solution in original post

5 REPLIES 5

Barath P
Tera Guru

Hi @Kiran Maruthi ,

Create or modify an Access Control rule (ACL) and Set the condition so that the ACL applies only when the table field value is Knowledge. Give Role as ITIL. You can achieve it.

"If you found my answer helpful, please give it a like and mark it as the accepted solution. It helps others find the solution more easily and supports the community!"

 

Thanks & Regards,

Barath.P