Reference qualifier with catalog item on load
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2020 09:03 AM
Hi All,
I have a List selection variable which shows a list of fields from a custom table. In the custom table, I have a reference field to show catalog items.
Now, in the variable, I want to add a reference qualifier to show only those records which match the current catalog item.
I tried the method in the below thread but it just checking only one field. I have one more field on the custom table - active. This also needs to be considered in the filter.
I tried using a script including but unable to find how to get the current catalog item value. I even tried using a variable in which I am storing catalog item value when the form loads as described in the thread but its returning null. Maybe server-side scripts execute first and then client scripts.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2020 09:08 AM
on reference qualifier you can add something like
u_yourcustomfield=current.cat_item;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2020 09:58 AM
This is for catalog item variable. This will not work. Also I need multiple values in the reference qualifer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2020 10:06 AM
it should work on catalog item variable
u_yourcustomfield=current.cat_item;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2020 07:27 AM
Not working