MobileCRM.UI.EntityList.runCommand - Resconet/JSBridge GitHub Wiki
Executes the list/button command attached to this entity list.
Arguments
Argument | Type | Description |
---|---|---|
commandName | String | A name of the command. It can be either custom command or one of following predefined commands: |
parameter | Number | A command parameter (e.g. the status code value for ChangeStatus command). |
errorCallback | function(errorMsg) | The errorCallback which is called asynchronously in case of error. |
scope | Object | The scope for callback. |