Field not showing up on form and I can't figure out why

Steve42
Tera Expert

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

1 ACCEPTED SOLUTION

ccajohnson
Kilo Sage

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.

View solution in original post

3 REPLIES 3

ccajohnson
Kilo Sage

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.

sachin_namjoshi
Kilo Patron
Kilo Patron

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

Steve42
Tera Expert

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.