Validating Reference Field Value in Client Script
I have a form where caller_id is a reference to the sys_user table. The user's mobile phone is displayed on the form as a reference field (not a separate database field), and the user can edit it before submitting. Since g_form.getValue() doesn't wor...