UI Action not working
I have an UI Action which set values for a field and then using g_form.save() , saves the form. This is working absolutely fine with admin user but with other user it is not working as per expectation. g_form.setValue('state', '5'); g_form.save(); I ...

