Skip to content

MobileCRM.DynamicEntity.deleteMultiple

rescocrm edited this page May 15, 2023 · 3 revisions

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

Arguments

Argument Type Description
deletedEntities MobileCRM.DynamicEntity[] Array of MobileCRM.DynamicEntity or MobileCRM.Reference what will be deleted.
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.
online Boolean Whether to load and save online or offline. Null for default mode defined by current configuration.
scope A scope for calling the callbacks; set "null" to call the callbacks in global scope.
Clone this wiki locally