Command line
Glossary Item Box
Overview
The command line enables quick access to the most frequently performed operations.
To run a command, type it in the command line and click "Execute command" (Fig. 1) or press [Enter] on the keyboard. If you enter an incomplete command, the system will offer a list of possible commands in the drop-down list.
Fig. 1 Command line
The features of the command line are:
- Navigation — "Go to…” a section
- Search for records —"Search ..." for contacts, accounts or records
- Creating records — "Create..." a record
- Start business process — "Start process ..."
- Create custom commands with the "Create custom command".
Read more about the possibilities of the command line in the "Command line" article.
The command line input field is located in the mainHeaderContainer conatiner (Fig. 1).
To track commands and their execution in the system, use the CommandLineService service. To store commands in the system, a database table is used. The structure of database table is described by the Command object schema. The command parameters are described by using the CommandParams object schema. To display the list of available commands for autocompletion and other functionalities of the command line, the CommandLineModule module is used.