Hi All,
1. In case entity, we have Customer field, Whenever we open the Existing Case entity, the Customer field defaults to accounts, Can we default it to contacts instead of accounts?
Please let me know.
Cheers
VP
Onload()
crmForm.all.regardingobjectid.defaulttype = "2";
where 2 stands for contact. Change regardingobjectid to you field name.