Role required to see Email Log entries

kuba4
Kilo Expert

Hi All,

I need to grant user without admin role an access to see Email Log entries. I'm talking about these records, which appear in Email Log related list in Email form and showing for example what inbound rules processed received email.

Is it possible by granting an ootb role?

Do I have to edit some ACLs (for which table?)

 

Thanks in advance.

6 REPLIES 6

johnfeist
Mega Sage
Mega Sage

Hi Kuba,

As far as I can tell, you will need an ACL.  The simplest way to accomplish what you want would be to create a role, e.g. mail_log_reader and then use an ACL to grant that role read, or whtaever access, to sys_email.

Hope that helps.

 

:{)

Hope that helps.

:{)

Helpful and Correct tags are appreciated and help others to find information faster

Anurag Tripathi
Mega Patron
Mega Patron

You would need to create a read acl on table - sys_email_list

Also , you will have to allow the new role to be able to see the module on the left nav. 


Please mark my answer correct/helpful if it helps you solve your issue.
-Anurag

-Anurag

Mark Roethof
Tera Patron
Tera Patron

Hi there,

Out-of-the-box only the admin role has been set on this table, to have read access. You would have to change the read access for this.

I don't know if changing the read access on this table has license implications, talk to your account manager about this.

find_real_file.png

Kind regards,
Mark

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

johnfeist
Mega Sage
Mega Sage

Hi again,

I did a little more follow up.  You would likely want to include both sys_email and sys_email_log in your setup.  Looking to find the right identifiers for an email by going directly to the log can be tedious when they are part of the related list on sys_email.

:{)

 

Hope that helps.

:{)

Helpful and Correct tags are appreciated and help others to find information faster