Reference field not display data for user non login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 08:50 PM
I created a portal for user non login.
However, Reference field not display data and display "No matchs found".
I created ACL for target and destination table
This is ACL of destination table:
This is ACL of target table
This is a result:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 11:19 PM
I have the same problem with Son Le.
For Read Access I put below script (allow non-login user can access these data).
answer = gs.getSession().isLoggedIn();
if (!answer) {
answer = gs.getProperty('glide.security.allow_unauth_roleless_acl', false);
}
glide.security.allow_unauth_roleless_acl already setting by true.
Why did our non-login user cannot see reference data?