- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2015 01:26 PM
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:
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
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2015 01:37 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2015 01:37 PM
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.