Need help debugging field being hidden on a view

bcronrath
Kilo Guru

I have been banging my head for several hours trying to figure this out.

I have been trying to add a particular field to an incident view that I have, but something keeps hiding it when I load the page.   It is just a standard textbox field on the incident table that holds a string.

When I load an incident up using the view, I see the field briefly display and then disappear.   When I turn on all the debuggin options I see no business rules or ACLs or anything indicating it is automatically hiding the field.   I can even add the field fine to another section on the form, just not the main one, and if I click the green debug bug next to the field, i can see that it is still detected where it *should* be in the form:

Capture.PNG

I have crawled through every business rule, UI policy, Client script that I can find and I see no mention of this field, or any other type of code that would indicate the hiding of a field like this.  

What other areas of the system could be causing the field to auto-hide like this?   And how can I further debug this if none of the debug dialog is indicating any "hiding" action?

Best regards,

Brian

1 ACCEPTED SOLUTION

bcronrath
Kilo Guru

Argh ok disregard, figured it out literally right after I posted it.   For anyone curious, I had to close down my browser and restart, the javascript console was mangled and I wasn't seeing the GlideFieldPolicy log entries indicating which fields were being auto-hidden.


View solution in original post

1 REPLY 1

bcronrath
Kilo Guru

Argh ok disregard, figured it out literally right after I posted it.   For anyone curious, I had to close down my browser and restart, the javascript console was mangled and I wasn't seeing the GlideFieldPolicy log entries indicating which fields were being auto-hidden.