> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum CommandAction

> Command action

Command action

## Syntax

```crmscript theme={null}
CommandAction
```

## Fields

| Name     | Description                                                  |
| -------- | ------------------------------------------------------------ |
| Implicit | Command should be implicitly executed.                       |
| YesNo    | The client must display a dialog with buttons Yes and No.    |
| OkCancel | The client must display a dialog with buttons Ok and Cancel. |
| Ok       | The client must display a dialog with Ok-button              |


## Related topics

- [SuperOffice.WebApi.Data.CommandAction](/en/api/reference/webapi/SuperOffice.WebApi.Data.CommandAction.md)
- [Enum CommandActionResult](/en/automation/crmscript/reference/CRMScript.NetServer.CommandActionResult.md)
- [SuperOffice.WebApi.Data.CommandActionResult](/en/api/reference/webapi/SuperOffice.WebApi.Data.CommandActionResult.md)
- [SuperOffice.WebApi.Data.CustomCommand](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomCommand.md)
- [SuperOffice.WebApi.Data.CommandResult](/en/api/reference/webapi/SuperOffice.WebApi.Data.CommandResult.md)
- [Get Document Commands](/en/api/reference/restful/rest/document/get-document-commands.md)
