- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 07:20 AM
Hi All
I have a lookup select box and I want to write a reference qualifier which will populate the data based on data saved to requested For field.
I had earlier set this up as assigned_to =javascript:gs.getUserID();
But this just fetched record for that user. But since we can change the value of Reqested for, hw should I change the ref qual to get it work???
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 08:31 AM
That is incorrect. The line ref_qual_elements=.... goes in the variable attributes and the javascript one goes in the reference qual section
ref_qual_elements=Requested_For ---->This goes in the variable attributes
javascript:'assigned_to='+current.variables.Requested_For ----->This goes in the reference qual section
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 07:46 AM
Hi Abhinay,
Its giving a list of all assets ,not the ones assigned to the person selected in Requested For.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 07:52 AM
Any other way i can get it done?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 07:52 AM
What is the variable name of requested for? And it is a reference field to sys_user table right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 07:56 AM
Variable name is Requested_For and it is reference to sys_user table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 08:00 AM
are you sure it isn't requested_for lower case?