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 not able to view some columns in a report

Kajal Kanojia
Kilo Explorer

The user is not able to view few columns in the report and those columns are the Variables of a Catalog.

The Catalog is not having any visibility criteria and the User is also having report_user role.

Can someone please help why is the user not able to see those columns 

4 REPLIES 4

Jaspal Singh
Mega Patron
Mega Patron

Hi Kajal,

 

You might need to review the ACL of type Read for sc_item_option_mtom table once.

Aman Kumar S
Kilo Patron

If it is catalog variable, it could be an ACL issue for the variable table.

Can you check read acl for sc_item_option_mtom and sc_item_option tables.

Try to add role of the user to read acl and verify the report.

 

Feel free to mark correct, If I answered your query.

Will be helpful for future visitors looking for similar questions šŸ™‚

Best Regards
Aman Kumar

Hey @Kajal Kanojia 

Didn't hear back on this.

Is your issue resolved? If yes, feel free to mark helpful/correct, so it will be helpful for others looking for similar query.

 

Best Regards
Aman Kumar

Hi Aman

 

Creating new read ACL for  sc_item_option_mtom and sc_item_option tables worked for me.

 

Thank you