Regenerate Classes
change any refresh update calls from sob.update(true) to sob.update({refresh: true})
sob.update(true)
sob.update({refresh: true})
change any CompositeBatch.addUpdate calls with callback params to {callback:()=>{}}
CompositeBatch.addUpdate
{callback:()=>{}}
if you want to include fields returned from query in update request use sob.update({sendAllFields: true})
sob.update({sendAllFields: true})
Changed Batch to accept
change any references from prepareForDML to new prepareFor method
prepareForDML
prepareFor
if running on IE11, you must polyfill-proxyarrow-up-right
Last updated 5 years ago
Was this helpful?