cancel
Showing results for 
Search instead for 
Did you mean: 

hide pages to an usergroup

MarcoCoppola
Explorer
0 Kudos
84

I have this requirement:

hide a set of pages of storefront to b2b customers part of a specific userGroup.

the pages interested are part of basic storefront and b2bAccelleratorAddon (order history, PDP, ...).

My idea is inhibit the access to these pages with a CMSUserGroupRestriction. I created it but it doesn't work.

MarcoCoppola_0-1746546365375.png

Searching on web I read that this type of restriction works only on content page. Is this the reason? Or there something wrong on my restriction?

Accepted Solutions (0)

Answers (1)

Answers (1)

sabrinabarbosa27
Associate
Associate
0 Kudos

Hello,

Thanks for participating in the SAP Community!

To achieve this scenario, you can configure restriction types in the Backoffice and using ImpEx scripts.

or make a restriction type item to apply restrictions to a page type.
This allows you personalize the available pages. You can configure restriction type items:
  • Using the Backoffice Administration Cockpit.
  • Using an ImpEx script to upload previously-created data.

More information of these steps, please check it here: Working with Restriction Types

And also recommend the following references:

I believe with the information above, you can perform the desired restriction.

Thank you,
Sabrina

 

MarcoCoppola
Explorer
0 Kudos
Hi Sabrina, the restriction type that I want to use already exists OOB and it is the CMSUserGroupRestriction. I created a restriction of this type but doesn't work.