Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

How to make a reference field of a catalog item public?

Bharath kumar6
Tera Expert

I am making the catalog item public, so that users can submit the request without logging in. This one is already completed. 

But there is one issue.

 

I have a reference field which is Mandatory in the catalog item referencing to "u_store" table.

And a user should be able to select in the reference field . I have made all fields public for read, write and create.

Still I am not able to select in this field. Showing no matches found.

1 ACCEPTED SOLUTION

Hi Hemanth,

 

I have created a ACL for the table according to what you said

find_real_file.png

But it is still showing same.

View solution in original post

3 REPLIES 3

Hemant1
Kilo Expert

Hello Bharath 

Please try the below approach and let us know if you facing any challenges 

 Provide a Read access to all your Users on the User table at the record level to make this possible.

Create an ACL with the following:-

Operation IS Read

Table is User(sys_user) and corresponding Dropdown field on the side will be empty (Ensuring Table Level access).

Please mark Helpful if it help us in your query

Thanks

Hemant Kumar Ch 

Hi Hemanth,

 

I have created a ACL for the table according to what you said

find_real_file.png

But it is still showing same.