Case form Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 02:06 AM
when select Account in case form primary contact is auto populated and based on that primary contact primary contact email and phone number is auto populated .how achieve.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 02:19 AM
Hi @Anusha Medharam ,
Please share some more information / snips for your case creation. Where is primary contact populated? Where do you want the primary contact email and phone number to be populated?
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 02:24 AM
Hi, You can achieve through client script and its applicable for catalog client script / direct platform as well. You should use g_form.getReference() function to implement it.
Use below link for your reference.
https://servicenowguru.com/scripting/client-scripts-scripting/gform-getreference-callback/
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 02:25 AM
Hi @Anusha Medharam ,
There are multiple ways to achieve it,
1. You can use the 'Auto populate' tab in reference field dictonary.
2. you can use onchange client scipt (with glideajax) with script include to populate realted field like contact and email.
Refer the below :
Auto populate :
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 12:13 AM
Hi @Anusha Medharam ,
As per my understanding, Do you want to Auto populate the phone number of customer service Application Account module Phone number right?
If Yes, that phone number In which field of cases do you want to store.
Please provide the clear information