- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 07:01 AM
Hello,
I want to display a banner / message on the incident form based on criteria on the user record ...
on the user record I have a checkbox called "sensitive_employee".
On the incident form, we have "caller_id" field which is references the user record.
So if the user selected in the caller_id field has the the "sensitive_employee" checkbox selected, I want to display a message on the form.
Can anyone help with this on change client script?
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 07:14 AM - edited 10-03-2022 07:15 AM
Hi,
Please check below client script logics for similar use case:
https://www.servicenow.com/community/developer-forum/vip-alert-client-script/m-p/2209983
use your field name instead of VIP
Thanks,
Anil Lande
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 07:14 AM - edited 10-03-2022 07:15 AM
Hi,
Please check below client script logics for similar use case:
https://www.servicenow.com/community/developer-forum/vip-alert-client-script/m-p/2209983
use your field name instead of VIP
Thanks,
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 07:42 AM
Wow, that is super helpful and solve my issue! thanks