- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2024 12:23 AM
Hi All,
we have two fields (1. Location--->select Box with three values 105 West,33 NYA & Mission Bay)
2. Seating Assignment (Reference Field from custom table(u_seating).
my requirement is, based on select box value, reference field values should be populated)
ex: if i select 105West from select box, reference field should display 1, 2 & 3 only
if i select 33 NYA from select box, reference field should display 11, 12 & 13 only
if i select 105West from select box, reference field should display 21, 2 2& 23 only
attached the screen shot for fields & table structure,
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2024 02:56 AM
@Sateesh11 Your location variable on the catalog item should be of type reference field instead of select box. Once updated the location would be filtered correctly.
Also, I am assuming the u_location field on u_seating is a reference field and refers to cmn_location table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2024 01:19 AM
@Sateesh11 You need to have advanced reference qualifier on your Seating Assignment field as follows. This is applicable if you are setting the reference qualifier on the platform view.
Use the following reference qualifier if you are using it on the reference variable on a catalog item/record producer.
Please mark my response helpful and accepted solution if it addresses your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2024 01:27 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2024 01:33 AM
@Sateesh11 Could you confirm the following.
1. Name of the location variable on Catalog item form. Please share the screenshot of Question and Type specification tabs of Location variable.
2. Name of the location field on u_seating table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2024 01:41 AM