- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 02:49 AM
Hi,
I was wondering how a user can see what groups have access granted to specific catalog items?
Here is an example, i am impersonating user and we can see that there is 1 "Available For" set but nothing is listed.
What needs to be done to make it available for a user?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 05:42 AM
@dev_K if the users really need to see this then you can check the read acl created for the table "sc_cat_item_user_criteria_mtom" and if any of the role mentioned works for you you can use that otherwise if user has any unique role based on that you can create one read acl and give that role this should work .
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 04:28 AM - edited 04-24-2024 04:29 AM
@dev_K , then the user should at least have the roles such as catalog_admin or role such as user_criteria_admin to access the data available in the table User criteria which is being referenced under Available for .
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 05:35 AM
Sure, it would work but I dont want to grant him other privileges that come with those roles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 05:42 AM
@dev_K if the users really need to see this then you can check the read acl created for the table "sc_cat_item_user_criteria_mtom" and if any of the role mentioned works for you you can use that otherwise if user has any unique role based on that you can create one read acl and give that role this should work .
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang