Need to understand how sc_cat_item_company_mtom (Available for companies) table is related to display catalog items on portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2022 10:43 PM
Hi All,
We have a requirement in that we need to show only catalog items which are present in sc_cat_item_company_mtom (Available for companies) table.
In this table we can create records in that we need to mention catalog item and company. If the login person is a part of the company which is in sc_cat_item_company_mtom table then we need to show the respective catalog item for the customer.
How to achieve this?
Thanks in advance,
Sangz

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2022 03:14 AM
Yes,
If the user matches the User Criteria added on the Catalog item, only then will they be able to see the Catalog item.
If No User Criteria is added to a Catalog item, then everyone can see that item.
In User Criteria, you can set it up to use numerous ways to qualify users. User specific, Company specific, Department specific and so on. And if needed you can create a script that defines which users are allowed to see that item.
You can read more about User Criteria on the Docs.