MobileCRM.UI.MediaTab.getNoteSubject - Resconet/JSBridge GitHub Wiki
[v10.1] Asynchronously gets the subject text of the note loaded on the media tab.
Arguments
Argument | Type | Description |
---|---|---|
callback | function(String) | The callback function that is called asynchronously with the media tab note subject. |
errorCallback | function(errorMsg) | The errorCallback which is called in case of error. |
scope | Object | The scope for callbacks. |