Version 2 Upgrade Guide
Regenerate Classes
change any refresh update calls from
sob.update(true)tosob.update({refresh: true})change any
CompositeBatch.addUpdatecalls 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
prepareForDMLto newprepareFormethodif running on IE11, you must polyfill-proxy
Last updated
Was this helpful?