A Lead is updated by SOAP API, but its value of a boolean field is not changed | Community
Skip to main content
July 21, 2014
Solved

A Lead is updated by SOAP API, but its value of a boolean field is not changed

  • July 21, 2014
  • 2 replies
  • 993 views
Hi all,

I'm updating my LeadRecord data. There are 3 fields whose data need to be updated, and their data type are String, DateTime and Boolean.
After update-request, I could get the response status 'UPDATED', But only the String and DateTime fields have their new values. Value of the Boolean field is not changed.
I'm sure that my user has permission to update data of LeadRecord by SOAP APIs, and I'm also sure that the Boolean field has no 'Block Updates From' setting.

How could it happen?
Any suggestions?

Thanks,
Biao
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by
What is being sent as
<attrName></attrName>
<attrType></attrType>
<attrValue></attrValue>

A screen shot or extract of your XML would be helpful.

2 replies

Accepted solution
July 21, 2014
What is being sent as
<attrName></attrName>
<attrType></attrType>
<attrValue></attrValue>

A screen shot or extract of your XML would be helpful.
July 22, 2014
I'm sorry that it works now, and I don't know how it happens.
Thank you anyway.