- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 03:11 AM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 03:19 AM
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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 03:19 AM
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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 05:55 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2023 05:58 AM - edited 11-03-2023 05:58 AM
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.