Version 2 Upgrade Guide
Regenerate Classes
change any refresh update calls from
sob.update(true)
tosob.update({refresh: true})
change any
CompositeBatch.addUpdate
calls with callback params to{callback:()=>{}}
if you want to include fields returned from query in update request use
sob.update({sendAllFields: true})
Changed Batch to accept
change any references from
prepareForDML
to newprepareFor
methodif running on IE11, you must polyfill-proxy
Last updated
Was this helpful?