SOLVED

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

Go to solution
Anonymous
Not applicable

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

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
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

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

What is being sent as
<attrName></attrName>
<attrType></attrType>
<attrValue></attrValue>

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

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

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

What is being sent as
<attrName></attrName>
<attrType></attrType>
<attrValue></attrValue>

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

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

I'm sorry that it works now, and I don't know how it happens.
Thank you anyway.