Remove VIP Flag from At a Glance in HR Configurable Workspace

keithlyon22
Mega Guru

Hi everyone, 

 

Seems like this should be simple, but I am just not finding this as I dig through the UI Builder pages. I would like to remove the VIP Flag and formatting that comes with it from the At A Glance Side panel in the HR Configurable Workspace. Can anyone point me in the right direction please? 

 

keithlyon22_0-1695377411795.png

 

1 ACCEPTED SOLUTION

keithlyon22
Mega Guru

Found the answer thanks to this post. https://www.servicenow.com/community/hrsd-forum/hr-agent-workspace-at-a-glance-configuration/td-p/26...

 

The message that displays the VIP flag is in the At a glance script include. You would comment out the following line: 

keithlyon22_0-1695377944900.png

 

View solution in original post

3 REPLIES 3

keithlyon22
Mega Guru

Found the answer thanks to this post. https://www.servicenow.com/community/hrsd-forum/hr-agent-workspace-at-a-glance-configuration/td-p/26...

 

The message that displays the VIP flag is in the At a glance script include. You would comment out the following line: 

keithlyon22_0-1695377944900.png

 

 Hi Keithlyon22,

 

Could you please let me know how to add other fields on at glance section like i want to add the email and phone number in Your employee section and also i have to add the repartee's etc.

 

I tried by adding other field info in 'hr_atAGlanceUIBUtils' with below code 

data.number= grHrProfileAtAGlance.getDisplayValue("number"); // but its not displaying.

 

Could you please let me know what all are the changes i need to do in this script include.

Regards,

pasha.

 

 

 

Imam Pasha - You would just modify the At A Glance(UIB) view on the HR Profile record (sn_hr_core_profile) with the fields you want to display. No Modifications to the script include should be needed for that. 

 

keithlyon22_0-1699016255972.png