- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2016 07:06 AM
Hi,
I am currently trying to set up an OnChange Client script that filters a reference based on the choice of a variable selected before.
Scenario:
If user click "Corporate" or "Residence" in the emp_office_type field
the reference field should filter either 'nameLIKECorporate' or 'nameLIKEResidence'
how would I script this? I have one that filters a slushbucket, but that does not work for the reference field.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2016 08:49 AM
Vibee,
You will have to use current.variables.emp_office_type not current.emp_office_type. How can I miss that
Thanks,
Abhinay
Please mark Helpful, Like, or Correct depending on the impact of the response

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2016 08:49 AM
Vibee,
You will have to use current.variables.emp_office_type not current.emp_office_type. How can I miss that
Thanks,
Abhinay
Please mark Helpful, Like, or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2016 08:54 AM
Haha,
Don't worry Abhinay, everyone misses things once in a while.
And that did work. It filters correctly now.
Thank you!