We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Not able to add users in scheduled email of report

vallabha180
Tera Contributor

Hi Team,

 

I am working on a scheduled email of report in ServiceNow and i am unable the users field

 

the filed appears read only/ not allowing to add or remove users even I have full admin access and report admin access also

 

vallabha180_0-1770284700412.png

 

 

 

Thanks,

Bharath.

7 REPLIES 7

Yes, I am owning the report

Chad Lovic
Tera Contributor

Hi Bharath, bumping this as I also have the same issue. I have security admin privileges so not sure why this is the case

 

Chad Lovic
Tera Contributor

Bharath, I've found the fix. Review, or have your admin look at ACL titled: sysauto_report.user_list

 

Looks like there was an advanced condition added recently as seen below that is only allowing whoever created the scheduled report to update the field. Removing this condition or updating it to include the roles of who you'd like to edit that field will do the trick

 

answer = current.getValue("sys_created_by") == gs.getUserName() || current.isNewRecord();