Collection Update

Updates the requested collection with the given records.

For collections, you can disallow partial updates by specifying an all-or-none parameter. When you set this parameter to true, Mobile SDK rolls back the entire request if any record update fails.

Mobile SDK provides a custom response object for parsing Collection request results. See Collection Response.

  • API version (string, optional)
  • "All or none" preference (Boolean)
  • Records (array of sObjects)