- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 09:22 PM
Dear Experts.
For research purposes, I would like to get a list of categories and catalogs for which user criteria have been set.
Which table should I look at?
Best regards
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 09:33 PM - edited 03-14-2024 09:34 PM
Hi @M_Tomy for catalogs there are no user criteria defined,
For categories, user criteria are defined in this table sc_category_user_criteria_mtom ( available for)
sc_category_user_criteria_no_mtom(not available for)
for catalog item user criteria are defined in this table sc_cat_item_user_criteria_mtom ( available for)
sc_cat_item_user_criteria_no_mtom (Not available for)
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 09:28 PM
Hey M_Tomy, try:
sc_cat_item_user_criteria_mtom
sc_cat_item_user_criteria_no_mtom

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 09:33 PM - edited 03-14-2024 09:34 PM
Hi @M_Tomy for catalogs there are no user criteria defined,
For categories, user criteria are defined in this table sc_category_user_criteria_mtom ( available for)
sc_category_user_criteria_no_mtom(not available for)
for catalog item user criteria are defined in this table sc_cat_item_user_criteria_mtom ( available for)
sc_cat_item_user_criteria_no_mtom (Not available for)
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 09:43 PM
Thank you for your prompt response.
It was very helpful.