How to create a Client Script for Dot walk field ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2019 11:37 PM
Hi Guys,
Iam having a trouble about my work items. I cannot create a onChange Client script in my dot walk field. Here's my setup:
I have Request table and Task table. I create the fields in the Request table and dot walk all the field in task table. Now user needs to edit the data in the task table(FORM). Now I need to put some onChange client script in the fields. but I cannot somehow do it.. Please HELP.
P.S. Base request is the reference field that I created in the task table where in it is referenced to the request table. Iam somehow looking for like . Base Request.Field1 so whenever the field1 change, my client script will run. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2019 12:18 AM
Hi
you can not dot walk fields using onChange Client script instead you can use getReference method to get value of reference fields.
Regards,
Pooja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2019 12:37 AM
Hi,
you can .walk with 1 level only with g_form.getReference()
please see bellow link
also please provide details about your requirement. so can help you.
thank

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2019 06:44 AM
Hi,
You shall use g_form.getReference to access the dot walk value (1 level).
Mark the comment as a correct answer if it helps.