Topic by Ashrita bommakanti
Content
Hi,
We are using Connect web services to update data from Customer portal or ORN. If the user deletes a values and submits a page. Connect web services do not update that field to null in ORN. So the enxt time user logs in, he will see the old value.
The update work fine if the value of text field is changed.
Eg
$partner->Emails [0]->Address = $partner_data ["email"];
updates value if emailis not an empty string
Thanks