MobileCRM.ObservableObject.runCallback - Resconet/JSBridge GitHub Wiki
Invokes callback passing this instance of ObservableObject as argument.
Arguments
Argument | Type | Description |
---|---|---|
callback | function | The callback function. |
scope | Object | The scope for callback. |