Resolved! Client Script: Getting Value of a Field Not On Form
Hello, How do I get the value of a field not shown on the current form from within a client script? I'm trying to get the value of incident.child_incidents from a client script for incident. I've tried "g_form.getValue('child_incidents')" but it retu...