function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JoachimJoachim 

SAXParseException

Hello,

when doing an sfdc.update(sObject[] sObjects) call I'm getting a SAXParseException. Any idea how to catch this? Putting an "try ... {catch (SAXParseException se) ... }" around it doesn't do the trick.
Help is appreciated.

Joachim