Need help to make record producer public accessible on portal pages of app engine studio.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2023 05:10 AM
1. I have created a portal in user experience section of App Engine Studio, also add the role public.
2. I have created a new page inside portal, also added the public audience to it. I also verified it in incognito mode, the page is well accessible without login.
3. Then I have created a record producer from user experience section of App Engine Studio and update access 'available for' to anyone & public role but even of that it is showing "You are either not authorized or record is not valid" for record producer on page.
How can I resolve it to make it accessible for public.
I have already done steps.
To make the item public, create a User Criteria with Public Role. Use Catalog Item to be available for this public User Criteria. Make sure there is no user criteria in the Not Available For section.If you have glide.sc.use_user_criteria to false, make sure the roles field is on the form and add the public role to it. Using entitlement is a deprecated behaviour of securing Catalog Item from Fuji and should be avoided.Set two step check out to false. (glide.sc.checkout.twostep = false).To make the variables public, add Write, Read, and Create roles to the related list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2023 05:15 AM - edited ‎09-01-2023 05:15 AM
Hi @hateyouroughly the below community article will help you in your use case:
Thanks & Regards,
Eswar Chappa
Mark my answer correct and Helpful if this helps you 😀
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2023 03:05 AM
It's now working
1. Public user criteria available for
 
 
 2. Nothing in not available for
3 glide.sc.use_user_criteria is true
 
4 glide.sc.checkout.twostep = false
 5 To make the variables public, add Write, Read, and Create roles to the related list.
I have already done everything but its still not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2023 02:24 AM
It's now working
1. Public user criteria available for
 
 
 2. Nothing in not available for
3 glide.sc.use_user_criteria is true
 
4 glide.sc.checkout.twostep = false
 5 To make the variables public, add Write, Read, and Create roles to the related list.
 
I have already done everything but its still not working