- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 04:47 PM
Hello there,
We have a Reference variable that is using the sc_cat_item table - this variable will show the list of Catalogue Items. However, I also need to add a condition to show 'Content Items' list using the same variable. From the Reference qual condition, I can expand 'Content Item' (pic 1), but it is not showing all Content Item fields, I can only see a few options (pic 2) but I would like to add Active and Catalog fields? Am I missing a configuration? Is this possible to do? If so, what is the best/easiest method please? Thank you.
pic 1
pic 2
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 05:32 PM - edited 02-23-2023 05:34 PM
Hi,
Those content items show on the sc_cat_item table, so you can filter for class = content item and then simply use the normal fields like: active = true, etc. So basically, you're still on the sc_cat_item table all throughout the filtering. No dot-walking anywhere else. The content item table is an extension of the catalog item table...so with you filtering at the parent level (sc_cat_item), you see all records there.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 05:32 PM - edited 02-23-2023 05:34 PM
Hi,
Those content items show on the sc_cat_item table, so you can filter for class = content item and then simply use the normal fields like: active = true, etc. So basically, you're still on the sc_cat_item table all throughout the filtering. No dot-walking anywhere else. The content item table is an extension of the catalog item table...so with you filtering at the parent level (sc_cat_item), you see all records there.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 07:02 PM
Perfect, good to know. I have my conditions working now for Content Item. Appreciate your reply Allen. Regards Winnie.