HR Case Management users can not see email fields like "To" and "Cc" in the case or incident record or email activities in the incidentIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> HR Case Management users can't see related email details like "To" and "Cc" while in the case or incident records ProblemThe user has a very narrow set of roles granted to them and none of these are capable of viewing email record details. SymptomsA new user, in this example an HR Case Management user, is unable to view email notifications sent or received on HR Cases or even Incident records. Below screen shot demonstrates what the affected users is presented. The user might not know about missing email related details until somebody shows them what the record should be displaying like, as shown below. Note: Field data in the above screen shots has been purposely hidden due to privacy concerns, but in a real world example, full "To" and "Cc" email addresses are shown in the "working" example. The fact the the email notification displays in the second screenshot confirms that the affected user isn't seeing the email as they should. Similar results are shown for incident records owned and update by the user in question. They will be unable to view email notification details in the record. CauseThis can happen for a couple of reasons. Either the below system property defining the email visability is too narrow or the user needs to be granted a role which is already a defined role which is granted permission (like ITIL). 1. Determine the value for system property glide.ui.activity.email_roles. To see which roles have the ability to view email details, navigate to "System Properties"-->All and query where name = glide.ui.activity.email_roles. Note the value(s) for the next step. 2. See which roles the user has been granted. Navigate to "User Administration" -->User and query wehere name = user. View which roles the user has been granted. Resolution1. Grant the user in question either of the two roles which are listed in the glide.ui.activity.email_roles (in this case itil or sn_customerservice_agent). 2. Alernatively, you can add one of the roles which the user already has to the system property value. Note: More information about the system property "glide.ui.activity.email_roles" can be found at in the in our documentation as follows: https://docs.servicenow.com/csh?topicname=c_ActivityFormatter.html&version=latest