Kieran Anson
Kilo Patron

Hi Keerthi,

If you've got an onLoad client script that is set to hide the u_incident_manager field, it's always going to hide it. I presume you're wanting the field to be visible onLoad if it is no longer empty, i.e UI action has been previously pressed.

if(g_form.getValue('u_incident_manager') == ''){
g_form.setVisible('u_incident_manager',false);
}

If my reply helped with your issue please mark helpful 👍 and correct if your issue is now resolved.
By doing so you help other community members find resolved questions which may relate to an issue they're having.