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

how to give a usergoup CRUD user rights for all item types

Former Member
0 Likes
1,025

How to give a usergoup CRUD user rights for all item types (including attributs ) just like admin?

I am loking for a different way than making my usergoup a sub group of admingroup.

many thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

I found it, i should give access rights to ItemModel(item) just like said, BUT ALSO i had make sure that the parent user group of my user group didn't have anny rights restrection, if so i must add this rights to my user group.

thanks everyone.

Answers (4)

Answers (4)

former_member387866
Active Contributor
0 Likes

Hi Zakaria,

This can be accomplished with ImpEx $START_USERRIGHTS.

Please see the documentation for Impex API -> User Rights.

Regards,
Luke

Former Member
0 Likes

Hi Zakaria,

Provide the access rights to ItemModel(item) then it will be applicable for the all the items because it is a parent item for the all the items in the Hybris.

Former Member
0 Likes

Thanks ,

This is what i've done but it didn't work for some types (i found them with read only).

Former Member
0 Likes

Hi Zakaria, why not make them part of admin user group?

Former Member
0 Likes

Hi DEEPAK, because admi have access to other perspective like hac smart edit ...

gorin_topalov
Discoverer
0 Likes

Hi Zakaria, Use user rights you can import them with impex or create them manually from the backoffice for your newly created user group without adding the admin group as a sub group of your custom user group. From backoffice select your user group and add the permission from Principal Permission Action. Here is example in help: https://help.hybris.com/6.7.0/hcd/e472718cafe840c39fbb5ceb00002e52.html

Former Member
0 Likes

Hi Gorin,

Thanks for your response, but what i want is to give CRUD rights to all items for a user group, i can't do it manually because i don't know all the items.

Thanks again.