RestObjects
In this guide we use the term "RestObject" to refer to the classes generated for your Salesforce sObjects.
Most of the functionality of this library built around the RestObject.
"RestObjects" provide the following capabilities:
mapping between the javascript naming conventions and the Salesforce API names
CRUD
operationsTracking of modified fields (allows sending updates of only changes)
Metadata information about fields
Construction
Last updated
Was this helpful?