autopopulate phone number

Sahar_Kaizer
Tera Contributor

Hi,

I've created a record producer with the 'Caller' field mapped to the incident table, a 'Mobile Phone' field mapped to a user table field, and a 'Call Back' field mapped to a custom field 'u_call_back' in the incident table. I'd like the 'Call Back' field to be automatically populated with the phone number of the selected caller in the record producer. However, users should also have the option to modify this value. Can someone guide me on how to achieve this?

 

Sahar_Kaizer_0-1701607086065.jpeg

 

I tried to use default value but it populates the call back field with the current user logged in instead of the caller.

 

Thanks, 

Sahar

5 REPLIES 5

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Sahar_Kaizer 

 

@Unique45 is right, you requirement is to get the phone number, which you get can it from user.phone number and create a variable of string type so that you can modify as well from portal.

*************************************************************************************************************
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]

****************************************************************************************************************