MobileCRM.UI.HomeForm.closeForms - Resconet/JSBridge GitHub Wiki
[v8.0] Close all opened forms.
Arguments
Argument | Type | Description |
---|---|---|
callback | function() | The callback function that is called asynchronously after forms were closed successfully. |
errorCallback | function(errorMsg) | The errorCallback which is called in case of error. |
scope | Object | The scope for callbacks. |