
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2022 01:56 PM
Hello,
I have a record producer with a reference variable that requires an advanced reference qualifier.
It is not working and looking for some help with the code.
javascript:'vendor='+current.variables.vendor^current.contract_model="8881e836c3102000b858fd251eba8f28";
Any help is appreciated.
Joe
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2022 04:10 PM
Looks like your quotes are in the wrong positions, try this instead:
javascript: 'vendor=' + current.variables.vendor + '^contract_model=8881e836c3102000b858fd251eba8f28';
I'm guessing contract_model
is a field in the table that you're reference qualifier is being used to query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2022 04:10 PM
Looks like your quotes are in the wrong positions, try this instead:
javascript: 'vendor=' + current.variables.vendor + '^contract_model=8881e836c3102000b858fd251eba8f28';
I'm guessing contract_model
is a field in the table that you're reference qualifier is being used to query.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2022 11:03 AM
Good catch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 10:50 AM
Hi how can I make this so that the variable Im getting the value from is a list collector and can have multiple values. Ive tried: javascript: 'parentIN=' + current.variables.u_requested_by_lob_v2 but it says "no matches found".
It works when there is only 1 entry with this: javascript: 'parent=' + current.variables.u_requested_by_lob_v2

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 11:39 AM
What type of field are you putting the reference qualifier on?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 11:40 AM
a list collector