There was an error while loading. Please reload this page.
Asynchronously deletes the CRM entity.
This example demonstrates how to delete an account with given id.
MobileCRM.DynamicEntity.deleteById("account", accountid, function () { onAccountDeleted(accountid); }, function (error) { MobileCRM.bridge.alert("An error occurred: " + error); });
Links: