Set Contact-Login field to empty
Summary
Set Contact-Login field to emptyContent
I want to update Contact - Login field to empty from third party through SOAP.
Contact.Login = " ";
It is throwing me following error
Pattern does not match: value ' ' does not match pattern '^[^ \t\n<>"]*$';
I believe Login field is string data type and nullable.
Any help on this is much appreciated.
0