- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2025 11:56 PM
Hi,
Can someone help me on this? Im currently applied a customized ACL on my instance with a custom role and set it as a wildcard. Now i dont know what is restricting this to see the fields on my form. I tried to make it similar from the OOB but all i see the the section and no fields inside and on the form.
as you can see here in the left image is my admin view which is viewable all the fields but on the right image is the custom manager view and only sections can be seen in the form and no fields.
What could be the solution on this for me to see the fields inside my form?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 10:19 PM
Nvm but i found already the solution on this one. Its very simple actually i just make it even more complex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2025 11:58 PM
here is the image for my acl created for custom manager that i set as wildcard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2025 12:03 AM
Hi @win b ,
isn't the operation on the ACL suppose to be read?
try changing the operation value to read
you should be able to see the fields
if you are not able to edit create one more acl with write operation keeping the read one
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2025 12:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2025 12:10 AM
Hi @win b ,
doesn't the user have access to the table?
if not create Table.None read ACL first
https://www.youtube.com/watch?v=1x62ZwWb8Ao
use access analyzer to check what's blocking the access
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya