- 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-03-2024 10:24 AM
Hi @thayanc
What is the use case here, search by email is a good option but with sysid is not a good way.
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-03-2024 10:49 AM
Hi,
Thank you for the response. The use case for me is, we are using Cisco WebEx contact center solution for helpdesk email, when a known "caller" sends an email to our helpdesk, Cisco WebEx will deliver the email to an agent and I would like to pop-up a ServiceNow "Caller" page, so that the agent could easily handle the caller issue, without any manual process to see the "caller" email and use ServiceNow page to lookup the user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 04:52 AM
HI @thayanc
Not sure I under stand your problem statement, when a user send emai, a pop up message is shown to agent but what it this pop up will do? Still not clear to me.
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 04:57 AM
Hi,
Sorry for the confusion. Let's make it simple...
You could pull a caller info by this URL, using sys_id of a caller:
Since the known info of the "caller" to WebEx is the sender/caller email ID, is there a way to pull caller info from ServiceNow using only email ID, if yes what would be the URL?