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.

Field not visible on reports

simonbourne
Kilo Contributor

I have a report that runs on the Incident table and includes fields that are dot-walked from the Problem table.

It all works fine until I Publish the report.   When I share the URL with one of my clients, they can see all the data, but not any of the fields that were dot-walked.

Where do I configure the permissions to allow them to see all the data?

2 REPLIES 2

She Sull
Giga Guru

You need to ensure they have read access to the problem table and/or fields in question.


Thanks Sherry,


I'm guessing that the client (who does not have any Role) does not have permission to Report_On the fields in question.


There is an ACL to allow Read access to the Problem table


find_real_file.png


My assumption is therefore that I need to use a similar ACL to report_on the field (or the table) too


Is that correct?