- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2024 07:06 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2024 07:19 AM
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.
- Navigate to All > sys_properties.list.
- Select the glide.ux.user_criteria_enabled property.
- In the  Value  field, specify true.
- Click  Update.
Please follow the steps mentioned in this article to create the page :

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2024 07:16 AM
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2024 07:22 AM
thank u very much ill check it soon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2024 07:19 AM
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.
- Navigate to All > sys_properties.list.
- Select the glide.ux.user_criteria_enabled property.
- In the  Value  field, specify true.
- Click  Update.
Please follow the steps mentioned in this article to create the page :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2024 07:29 AM
Hi @Tal5 ,