Onload Client Script not working in Agent workspace
I have the below onload Client script and is working perfectly in UI16 however i need the banner to also show in Agent Workspace. function onLoad() { var isEvTruck = g_form.getValue('u_ev_truck'); if (isEvTruck === 'true') { // Check if the val...