on ‎2019 Jan 25 10:54 AM
Hi Experts,
Can we create child usergroup to already existing usergroup and assign a user to it? Any idea would be appreciated?
Request clarification before answering.
You can assign one usergroup to another one e.g. if you add usergroup1 to usergroup2, the usergroup2 will have all the permissions inherited from usergroup1. You can do it using backoffice or ImpEx.
Using ImpEx:
INSERT_UPDATE UserGroup;UID[unique=true];groups(uid)[mode=append]
;testproductmgrgrp;backofficeproductmanagergroup,employeegroup
Now, testproductmgrgrp will have all permissions inherited from backofficeproductmanagergroup and employeegroup. You can override the permissions for testproductmgrgrp.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mohammed - please check the response I got from Hybris backoffice development team. As per the response, it has to be custom implemented. The User like icon is actually a Role Chooser which shows the currently selected role.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.