- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2018 02:43 PM
Hi,
here i have two Choice list variables, so how can i get values
How Display Site values based on Region, .....&
javascript:'u_region ='+current.variables.u_regionnn is same script work for this also??? ,
i have tried it, but not working
site variables calling values from Desktop Support table (two fields is there 1.Location Name, 2.REgion)
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2018 02:29 PM
In the Site variable, you need a reference qualifier
javascript:'u_region='+current.variables.u_regionnn
and set the variable attribute as ref_auto_completer=AJAXReferenceChoice,ref_qual_elements=u_regionnn
Make sure the back-end value of each option in Region in catalog form matches with the back-end values of each option in the region field on Desktop Support Location
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2018 02:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2018 04:11 PM
Hi Sanjiv,
Please accept my apology for reopened this
is it possible to display state= publish records only by using above logic???
state is dropdown field had= Draft, Publish, Retire,
By using above logic is it possible to display state=publish records only in Site Variable, Please advise it, is it possible OR not??

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2018 08:37 PM
Where is this field state? Is it on the Desktop Support Location table?
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2018 09:28 AM
Yes! it is Desktop Support Location Table,
i hope you understand my request , in list of Records in Desktop Support Location which record of state value= Publish that records of site names only display in Variable Site based on Region.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2018 10:05 AM
Why do you want to show state on Desktop Supp Location record? Is it a field on Desk Supp Loc or it is a field in a different table you are trying to show on desk supp loc table?
Please mark this response as correct or helpful if it assisted you with your question.