access rights

dev_K
Tera Contributor

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?

 

dev_K_0-1713952120317.png

 

1 ACCEPTED SOLUTION

@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

View solution in original post

7 REPLIES 7

@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

Sure, it would work but I dont want to grant him other privileges that come with those roles. 

@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