- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2022 02:33 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2022 03:27 AM
Hi Hemanth,
I have created a ACL for the table according to what you said
But it is still showing same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2022 02:45 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2022 03:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2022 06:06 AM