Hi,
I would like to set the type customer field in the case entity to contact instead of account
I want to do this on the form load
I don't want to set a defualt contact i just want to set the type defulat type of contact
Thanks
Marwa Saleh
Also, you can do as simple as
crmForm.all.customerid.defaulttype = "2";
Thanks , it worked