MobileCRM.DynamicEntity.saveMultiple - Resconet/JSBridge GitHub Wiki

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.
⚠️ **GitHub.com Fallback** ⚠️