cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

user and user group

former_member634320
Participant
0 Likes
988

I am have given usergroup read and write access to product catalog via below impex in catalog-permissions.impex.

UPDATE CatalogVersion; catalog(id)[unique = true]; version[unique = true]; writePrincipals(uid); readPrincipals(uid) ; AProductCatalog ; Online ; admingroup,A_cmsmanagergroup; admingroup,A_cmsmanagergroup ; AProductCatalog ; Staged ; admingroup,A_cmsmanagergroup; admingroup,A_cmsmanagergroup

But these access are not getting reflected to my user A_cmsmanager which is assigned to A_cmsmanagergroup user group. Is there anything more we have to do to get it reflected. Am i missing something?

Accepted Solutions (0)

Answers (3)

Answers (3)

Marko_salonen
Contributor
0 Likes

Is the user in another group as well ? If the rights are configured in other group it might affect the behavior: https://help.hybris.com/6.7.0/hcd/8b4aa00e866910148df2920f69d68b27.html

former_member634320
Participant
0 Likes

User is member of that particular user group only

Marko_salonen
Contributor
0 Likes

Is the user in another group as well ? If the rights are configured in other group it might affect the behavior: https://help.hybris.com/6.7.0/hcd/8b4aa00e866910148df2920f69d68b27.html

former_member634320
Participant
0 Likes

yes usergroup has read as well as write access. But user does not have neither read nor write access even though user is member of that usergroup.