- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2016 11:05 AM
Hello All -
I am trying to create a reference qualifier that populates a choice list from a table based on the value of a field in the current record.
The current record has a field called u_requested_system. In a second table, I have a field u_system_name and some other fields like role, status, etc. My goal is to populate a field called u_role on the current record with the roles listed in the second table based on the shared system names.
I currently have it set up like this:
u_role is a reference field to a table u_sar_roles.
My reference qualifier I set up where System Name is current.u_requested_system
I have three record in my Roles table that should display but it is pulling nothing.
I would appreciate any ideas on how to change this.
Thanks!
Chris
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2016 11:24 AM
put this in the reference qualifier section
javascript: "u_system_name="+current.u_system_requested;

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2016 11:10 AM
Chris,
I am sorry, it is a bit confusing. can you provide few screenshots?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2016 11:11 AM
Is "u_requested_system" a reference field to the second table?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2016 11:12 AM
Share a screen shot of your reference qualifier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2016 11:21 AM
Sure.
I want to populate the Role field of the current record
with values from a second table based on what is selected in the System Requested field of the current record:
My Roles table looks like this
and my attempt at a qualifier: