Autopopulate Contact field when the Account is selected.
My code wont work or i missing something? please need help. Contact is reference field function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; } var selectedAccount = g_form.getV...
