Hiding a list section element in a form via client script or ui policy

mdenis
Kilo Contributor

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.

5 REPLIES 5

Ah, I had that part wrong. Using that article with the tab_caption="Knowledge" worked perfectly. Thanks!