- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 05:08 AM
Hi
We want to highlighted VIP user in the caller field in incident form and we have written a on load client script and it is working normal view but not working in service workspace operation.
Client script
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 05:19 AM
Hi @v-paulp
The reason you do not see the VIP flag on either the form or list view in workspace is because this is an expected platform behavior.
Please go through this KB article - KB0794200 - How to display the VIP icon next to the Caller field
Only the background color field style is supported.
Additionally, ServiceNow doesnot recommends or support DOM manipulation:
We have a KB for this as well - DOM manipulation statements in onLoad client scritps fail after listV3 is enabled
It's even mentioned in their product documentation : Client-side scripting design and processing
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 05:19 AM
Hi @v-paulp
The reason you do not see the VIP flag on either the form or list view in workspace is because this is an expected platform behavior.
Please go through this KB article - KB0794200 - How to display the VIP icon next to the Caller field
Only the background color field style is supported.
Additionally, ServiceNow doesnot recommends or support DOM manipulation:
We have a KB for this as well - DOM manipulation statements in onLoad client scritps fail after listV3 is enabled
It's even mentioned in their product documentation : Client-side scripting design and processing
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 05:53 AM
Thanks for reply.
But Background color is supported, How to configure that thing in service operation workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 06:34 AM
Hi @v-paulp
https://docs.servicenow.com/csh?topicname=now-platform-capabilities-rn-landing.html&version=latest
https://docs.servicenow.com/csh?topicname=highlight-list-fields.html&version=latest
https://docs.servicenow.com/csh?topicname=configure-highlighted-values.html&version=latest
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************