If Current logged in user's manager is VIP, show alert message "Manager is VIP "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 06:22 AM
If the Current logged in user's manager is VIP, show the alert message "manager is VIP"
How can I configure that
thanks in advance
@James Chun
@Mark Manders
@Community Alums
@ Sohail Khilji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 06:24 AM
Where you want to show thsi message.
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
‎03-13-2024 06:25 AM
Hi,
Who do you want to show the alert to ?
Your question is 'Current logged in user's manager is VIP, show the alert message "manager is VIP"' -> so if i log in , and my manager is vip, i should see the alert? On what screen?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 07:24 AM
@Anurag Tripathi
Hi Anurag Tripathi, Thanks for your response.
my query is when I logged in the current user
if his manager is VIP show him an alert message on the same form
I have tried the code on attached form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 07:28 AM
2 ways
1. Client script.
2. UI policy low code
caller.vip= true
in script section
use
showinfo message
and your work done.
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]
****************************************************************************************************************