how to add the dot walked variable in record producer

hamid laghari1
Tera Contributor

i have a condition in which user from record producer to be able to dot walk in form fields

example: if user is viewing the fields of incident can be able to dot walk to user's field from caller field. then select field and submit the form.

anyone cam help me with this

4 REPLIES 4

Community Alums
Not applicable

Hi @hamid laghari1 ,

Please check below example if it helps:-



var user = g_form.getReference("variables.user_name");  

 

dot-walk the user object to retrieve the user's contact number.

 

g_form.setValue("variables.contact_number", user.u_contact_number);   

 

this is just example that i mentioned i want to show all the related fields of any field that user clicks on record producer.

 

Community Alums
Not applicable

Hi @hamid laghari1 ,

 Did you try it then?

this is not my requirement. Any body else can help me