Skip to main content
February 14, 2014
Question

InvalidOperationException when update Opportunity data

  • February 14, 2014
  • 1 reply
  • 668 views
Hi all,

When I try to update some records for Opportunity, I would meet a record that have a null ID sometimes. So I have to keep it to be 0 when sending the MObject instance for this record.
By Fiddler, I could find that the returned status information would contains a ID node without value in its xml string.
But my code would causes an Exception showing me that XML serializing error because of incorrect-type string.

I find out that MObjStatus must have a specified id in the WSDL file. So I wish that the developers could specify 0 as the id for this issue.

Best Regards,
Biao
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

February 27, 2014
Hi, is there anybody having met the same problem?