- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2021 10:24 AM
I have a form that has a reference field on it. If I go in and look at the form it has everything as it should be. However, when I go in as a use (non-admin) that field and only that field does not show up. I have looked at the UI policies and nothing there is pointing to that field. The other two fields that reference that table are showing up just not the reference field. Anyone have an Idea? I have one client script that is just setting the values of two other fields as well. Nothing that is showing to hide the field or controls for the field
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2021 10:31 AM
If this is a field on a table, try looking to see if that field has any Access Controls on it. The other thing you can look at is the table that the reference field is pointing to. If the user in question does not have read access to the table, the field may also not be visible on other forms.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2021 10:31 AM
If this is a field on a table, try looking to see if that field has any Access Controls on it. The other thing you can look at is the table that the reference field is pointing to. If the user in question does not have read access to the table, the field may also not be visible on other forms.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2021 10:31 AM
Did you check if this field is added to form view?
Also, check Field Watcher to see every object triggering on this field.
REgards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2021 10:57 AM
Thanks all, found a good troubleshooting doc on Hi portal and it helped find the ACL that was causing the issue, I have fixed. Thanks so much everyone.