Hiding a list section element in a form via client script or ui policy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2012 01:36 PM
Does anyone know if it's possible to hide a "Section element" via client script or ui policy. Here is the scenario:
I can go into an Incident, Personalize the Form, and choose to add the Knowledge->Source "field". I'd like this to only show up if "Knowledge" is checked and be hidden if it is not checked. The problem is that the field Knowledge->Source does not show up in the UI policie actions lists.
After some further digging, I can see that the Knowledge->Source field is a section element called "12M.incident.kb_knowledge.source" with a type of "list". But I still am unable to make this visible or invisible with any scripting or actions.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2012 08:43 AM
Ah, I had that part wrong. Using that article with the tab_caption="Knowledge" worked perfectly. Thanks!