-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.EntityList.runCommand
rescocrm edited this page May 15, 2023
·
3 revisions
Executes the list/button command attached to this entity list.
| 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. |