on ‎2018 May 09 12:16 PM
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.
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Zakaria,
This can be accomplished with ImpEx $START_USERRIGHTS.
Please see the documentation for Impex API -> User Rights.
Regards,
Luke
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Zakaria, why not make them part of admin user group?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.