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.

Change calendar is not visible for some users

Cindy Sim
Tera Expert

I have added change calendar link in Protal page. When link is clicked, for some user it is giving error that report is available to certain users only. Is there a way to make it available to user in ABC group without providing it any roles? Sharing the report is not working.

3 REPLIES 3

Community Alums
Not applicable

Hi @Cindy Sim ,

A Group without any role is a bad practice.

You should have agroup, add the members and provide the roles, that's the best practice of ServiceNow.

Alos, 

Do they have read access to the record (e.g. change_request.none)? You'll need that if you want to grant read access to individual fields as well. Your ACLs should look something like this



change_request.none - record level access, grant read access to everyone (role=public)

 

change_request.* - all fields, grant read access to only those whom you deem necessary (e.g. roled users or logged in users? your choice)

 

change_request.field_name - a specific field like number, short_description, grant access to everyone (role=public)

 

Mark Endsley
Tera Guru

Edit the report, 

MarkEndsley_0-1711558723363.png

Click Share

MarkEndsley_1-1711558753231.png


Share with groups and users, add the group.

 

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Cindy Sim 

 

Agree with @Community Alums , a group without role is like end user , what is purpose of sharing it with end users and if it is fulfiller, then user can access via native view as well. 

*************************************************************************************************************
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]

****************************************************************************************************************