-
Notifications
You must be signed in to change notification settings - Fork 26
MobileCRM.Services.DocumentService.loadFromMultiple
rescocrm edited this page May 15, 2023
·
2 revisions
[13.3.4]Asks the user to choose a multiple files and calls the async callback with file info.
Argument | Type | Description |
---|---|---|
callback | function(MobileCRM.Services.FileInfo) | The callback function which is called asynchronously with MobileCRM.Services.FileInfo object as an argument. |
errorCallback | function(errorMsg) | The errorCallback which is called in case of error. |
scope | Object | The scope for callbacks. |