- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 03:02 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 03:36 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 03:05 AM
Can i request you please change your display name 🙂
and 2nd, what is meaning of only few records? We can restrict the report on columns via ACL - Report View
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 03:09 AM
Thanks for the response.
Only few records means: for example on label entry table i have records related where table is incident and also knowledge.
but now I want to allow itil user to create report on only when table value is knowledge.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 03:24 AM
You can check the ACL Report View and then put the conditions. Give a try in PDI mate.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 03:36 AM
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