Skip to content

MobileCRM.DynamicEntity.saveMultiple

rescocrm edited this page May 15, 2023 · 3 revisions

Saves an entities instances to storage.Where the entity is stored is determined by how it was loaded: online / offline.

Arguments

Argument Type Description
updatedEntities MobileCRM.DynamicEntity[] Array of MobileCRM.DynamicEntity.
online Boolean Whether to load and save online or offline. Null for default mode defined by current configuration.
sucessCallbacak function(result) A callback function for successful asynchronous result.
failureCallback function(error) A callback function for command failure. The error argument will carry the error message.
scope A scope for calling the callbacks; set "null" to call the callbacks in global scope.
Clone this wiki locally