Data is not displaying for non admins on lookup reference until the list is refreshed /non-admins cannot dot-walk to the reference fieldsIssue Column data on record producer is showing blank for end users until the column is sorted STEPS TO REPRODUCE: 1. Take a Washington instance which has explicit role plugin installed.2. Create any custom table and it should not extend any table(make sure the SNC_internal user has read/write/create access on this table)3. Create a new reference type field on that custom table(configure>form layout) provide any name eg: Catalog Name>select the type as 'Reference.4. Select the 'table to reference' as sc_cat_item_producer and click on add5. cmd+right click on the newly created field and provide the reference qualifier condition as below:Catalogs Contains Service Catalog (AND)Active is true6. Save the record.7. Impersonate as a non admin user(user should only have snc_internal role)8. Go to the custom table and click on new9. Click on the magnifying glass10. Observe that the records are not showing up on the column.11. Sort the column and notice that the data is showing upReleaseWashington DC and above releasesCausePRB1788666ResolutionThis issue has been reported on PRB1788666 and it is currently marked as 'working as expected'. This behavior is due to a recent enhancement, which enforces ACLs on navigating fields.The fix was implemented to enhance security by preventing non-admin users from dot-walking on reference fields by default. This is a standard change applied across the entire product. Workaround:Customers can create their own ACLs to grant non-admin users access to these fields, if needed.Hence, confirming that it is working as expected. Attached a sample ACL screenshot for 'active' field on catalog item producer table. Related LinksFor more please refer PRB1788666.