Resolved! How Can I Check If a Field Is Empty in a UI Policy Script
As part of building a UI policy script I need to check if a field is empty. I've tried all sorts of variations on the theme of if (g_form.u_my_field.nil() ) No matter how I configure it, appending the .nil() creates an error in the script. Is there...