Hello All,
We are using early bind in our customer portal project. I want to set blank in crm for entity reference field.
I tried setting null but it did not work
code:
Account a =new Account|();
a.PrimaryContactId=null;
Any idea how I can do that?
Thanks in advance.