Setting a home page for a certain group from ui builder

Tal5
Giga Guru

I would love to get help.
I'm trying to set up a home page depends by groups in UI BUILDER.
For example, if I am a group member from specific group like IT, I will see a certain page that I have built.
I tried to enter a condition in the field found in settings without success. (There is a block that does not allow me to enter values)

I would appreciate any help

 

Tal5_0-1704812802846.png

 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Tal5 ,

You should be able to use "Audience" option to make the page available for specific Group. As Audience is nothing but the user criteria. so you need to create a user criteria for your group.

Before that, ensure that you have enabled the property "glide.ux.user_criteria_enabled  ", this will Enable the user criteria property to configure access for users based on role, department, group, location, or company in UI Builder.

 

  1. Navigate to All > sys_properties.list.
  2. Select the glide.ux.user_criteria_enabled property.
  3. In the  Value  field, specify true.
  4. Click  Update.

Please follow the steps mentioned in this article to create the page :

https://www.servicenow.com/community/now-platform-articles/ui-builder-how-to-make-a-page-public/ta-p...

 

View solution in original post

4 REPLIES 4

michaelj_sherid
ServiceNow Employee
ServiceNow Employee

@Tal5 Your best option is to use the audience. The reason why you cannot set any values in that field is because you have no required parameters for your page. Be that as it may, the common place to specify this is on the audience anyway. Remember that if multiple pages match the audience (i.e. one user may have access to multiple variants/pages) the lowest order will be the one to be presented. This is one item that I think most people miss when creating pages/variants.

 

If my answer has helped with your question, please mark my answer as accepted solutions and give a thumb up.

Regards,

Mike

thank u very much ill check it soon 

Community Alums
Not applicable

Hi @Tal5 ,

You should be able to use "Audience" option to make the page available for specific Group. As Audience is nothing but the user criteria. so you need to create a user criteria for your group.

Before that, ensure that you have enabled the property "glide.ux.user_criteria_enabled  ", this will Enable the user criteria property to configure access for users based on role, department, group, location, or company in UI Builder.

 

  1. Navigate to All > sys_properties.list.
  2. Select the glide.ux.user_criteria_enabled property.
  3. In the  Value  field, specify true.
  4. Click  Update.

Please follow the steps mentioned in this article to create the page :

https://www.servicenow.com/community/now-platform-articles/ui-builder-how-to-make-a-page-public/ta-p...

 

Community Alums
Not applicable

Hi @Tal5 ,