
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2018 03:36 AM
I have two variables on my catalog item, Select Location and
Select User pointing to location and user tables respectively.
Based on location field, user must populate.
Variable - Select Location
Variable - Select User
I have given Reference qualifier and variable attributes, but it is still not working. Nothing is getting populated in user variable. Suggest what I am doing wrong over here.
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Scripting and Coding
- 19,974 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2018 10:31 AM
Lookup select box should also do in this case
You can also try with this ref : javascript:'location.name='+current.variables.located_at
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2018 04:17 AM
Hi Sindhu,
Please refer to the below article regarding the select Lookup options. Let me know If it doesn't work.
Click here
Thanks
Jagadish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2018 04:36 AM
hi sindhu
so my guess is your requirement is .. based on the location ..user must populate ??
if so ..then it is
open your variable - > go to type specification where you can
javascript:'location='+current.variables.your_location_variable
and then default section in the same page
Variable attributes will be there
ref_qual_elements=your_location_variable
hope it works 🙂 let me know if not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2018 04:40 AM
what you did was right ! .. my mistake that i didn't see your post properly

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2018 04:43 AM
yes but it didn't work. User variable is not displaying anything. Not sure why.