No records in reference variable in public record producer

Peter Xiang
Tera Expert

Hi all,

 

I have created a public record producer, but there is not records in reference, select box variables is work. Below are my steps, could anyone help me, thanks.

 

  • Create public page and widget

PeterXiang_5-1752032888807.png

 

  • Create public role to avaiable for in record producer

PeterXiang_0-1752032521905.png

  • Add create, read, write premission for variables.

PeterXiang_1-1752032591293.png

 

  • I added 2 read acl for table and table.*

PeterXiang_2-1752032717603.png

PeterXiang_3-1752032730800.png

  • Not records in reference variable

PeterXiang_4-1752032825547.png

 

18 REPLIES 18

Hi @sundarjm ,

 

1) The Nationality variable is reference to country table, I don't want to change it to select box variable.

2) I have created the 3 read acl in country table (table level, table.* level, table.name level), unfortunately it still no records in the nationality varialbe when I not login the instance.

Peter Xiang
Tera Expert

Hi all,

 

I checed the response in the network, there is a message "Part of the query on core_country has been ignored because of insufficient access for 'query_range' operation on core_country.name", and then I added a query_range acl for public role for core_country.name, but it still not records.

PeterXiang_2-1752041939995.png

PeterXiang_3-1752042015437.png

 

 

@Peter Xiang ,

 

Try it without adding the role or deactivate the ACL

 

If my response was helpful, please mark it as correct and helpful.
Thank you.

Hi @Shraddha Kadam ,

 

did it, but still not work.