Topic by Christian Klokkers
Hi,
we're trying to delete the ContactOwner - which is, as far as i know, related to the SalesAccount.
I set the SalesAccount - Datavalue to null but after submitting the updating SOAP Request there is no effect to the Field ion RightNow.
In your Documentation i 've read, that the SalesAccount is nullable.
http://community.rightnow.com/developer/fileexchange/Connect_Web_Services_for_SOAP_November_2010/Content/Web Service API/Objects/Core/ContactSalesSettings.html
Can you tell me, how i can delete the Field, please?
Here are some of my tries:
$salesSettings->SalesAccount = new ID( NULL );
$salesSettings->SalesAccount = new ID( );
$salesSettings->SalesAccount = new NamedID();
$salesSettings->SalesAccount = null;
...
cheers
Christian