- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 08:48 AM
I am trying to query the "caller" table using caller's email ID instead of sys_ID.
Query using sys_id - working
Query using email - not working
Please let me know if I could query the Caller table using caller's email.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 07:50 AM - edited 01-04-2024 07:50 AM
This will work
https://<instance name>.service-now.com/sys_user.do?sysparm_query=email=<email>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 08:06 AM
Hi @thayanc,
Please try the below sample query.
Please mark 'helpful' and 'Accept solution' if this works for you.
Regards
Faiz Ahmed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2024 05:13 AM
You got answer from expert.
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
01-04-2024 08:06 AM
Hi @thayanc,
Please try the below sample query.
Please mark 'helpful' and 'Accept solution' if this works for you.
Regards
Faiz Ahmed.