how to add the dot walked variable in record producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2023 03:25 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2023 03:30 AM
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);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2023 03:35 AM
this is just example that i mentioned i want to show all the related fields of any field that user clicks on record producer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2023 03:37 AM
Hi @hamid laghari1 ,
Did you try it then?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2023 04:43 AM
this is not my requirement. Any body else can help me