Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

User can not read details of RITM

CrysZzz
Tera Expert

Hi expert, I need the help with my ACL and RITM. I have created an ACL like this:

CrysZzz_1-1698198827306.png

However, I just can filter and read the record in form list, the data in form detail was not fully showed.

CrysZzz_3-1698200404412.png

 

Hope to be helped, thank you.

1 ACCEPTED SOLUTION

Thank for your helps. Although it is not the solution in this situation but it has solved my another issues.
In this case, my ACL seem to be conflicted with another ACL, and it has just worked when I add role to its condition.

View solution in original post

4 REPLIES 4

Brad Warman
Giga Sage
Giga Sage

Hi CrysZzz,

 

What is it you're trying to achieve? Do you not want to see the records in the list view?

Hi Brad, I want to see details of records which are showed in the list view. As my given image, my RITM just shows some basic fields but no variables,
It should be looked like this:

CrysZzz_0-1698216987892.png

 

Looks like you will need to add another read ACL for all of the fields. The ACL in your screenshot is for table access, but you also need the field level access. Add an ACL with the same conditions, but make it requested item.* instead of requested item.none. Also make sure the variables are set to global=true in your catalog item. That should make them visible based on the conditions in your ACL.

Thank for your helps. Although it is not the solution in this situation but it has solved my another issues.
In this case, my ACL seem to be conflicted with another ACL, and it has just worked when I add role to its condition.