on ‎2018 May 16 2:22 PM
I want to restrict my usergroup say A, to see only Profile page? How can I achieve it?
Request clarification before answering.
You could configure a search restriction (see https://help.hybris.com/6.7.0/hcd/8c428f8286691014970ceee87aa01605.html) for type content page and principal user group A:
INSERT_UPDATE SearchRestriction; code[unique = true]; active[default = true]; generate[default = false]; principal(uid); restrictedType(code); query
; ProfilePage ; true ; false ; usergroupA ; ContentPage ; "{item:uid} = 'profilePage'"
Doing so, only ContentPage with uid 'profilePage' can be found for uses of group 'usergroupA'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.