Reference field not display data for user non login

Le Son
Tera Contributor

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:

LeSon_0-1707281345958.png

LeSon_1-1707281360694.png

This is ACL of target table

LeSon_2-1707281392034.png

LeSon_3-1707281408222.png

This is a result:

LeSon_4-1707281427980.png

 

 

5 REPLIES 5

Nguyen Thuy
Tera Contributor

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?