In the The SimpleOne out-of-the-box solution there are no does not include incident categories or subcategories. You can create it depending on your needs. To create categories or subcategories, use them, using columns of the Choice type. It allows adding type Choice, which allows to add options to classify incidents and distinguish them.
Tip |
---|
Role required: admin. |
...
This article contains the following sections:
Add a category or subcategory
...
To add anincidentcategory or subcategory, please complete the following steps below:
- Navigate to System Definition → All Columns.
- Click New and fill in the formfields.
- Click Save or Save and Exit to apply the changes. For more information, refer to the Choice fields article.
Column form fields
Field | Mandatory | Description |
---|---|---|
Table | Y | The table where the category will be stored. |
Select Incidents. | |
Column Type | Y |
Specify a column type |
of the category. |
The column type specifies the type of the data stored. Select Choice. | ||
Title | Y | Specify the category name |
to be displayed on the form. You can use Latin and Cyrillic letters, [0..9] numbers, and the underscore symbol ( _ ). | |
Column Name | Y |
System column name. This field is populated automatically when you fill in the Title field. | ||
Comments | N | Add comments for the category. |
Active | N | Select this checkbox to activate or deactivate the column. |
Read Only | N | Select this checkbox to make the field read-only |
Mandatory | N | Select this checkbox to make the field mandatory. |
Unique | N | When selected, there is no way to add a record with a value of this field, if a record with the same value already exists. |
Full Text Search | N | Select this checkbox to make it possible to perform a Global Search against the current column. |
Display by Ref | N | When a record references another record and the table or column containing this record has the attribute Display by Ref equal to true, the column value will be displayed. By default, this attribute is set to true for the sys_id column (this column contains unique IDs). If a table contains a field that has Display by Ref set to true, the value of this field will be displayed when referencing this table in the Reference field. |
Type Specification tab | ||
Choice Table | N | Specify a reference to a table. |
Choice Type | Y | Define whether the option "None" is applicable |
to the field. Available options:
|
If the Dropdown without --None-- is chosen, the Default Value tab becomes mandatory. | ||
Extra Attributes | N | Enter the below text to apply the radio buttons style to the choice field:
|
Default Value tab | ||
Use Dynamic Default | N | Select the checkbox if you want to generate the default value dynamically. |
Dynamic Default | Y | This field appears only when the Use Dynamic Default attribute is set totrue. Click the magnifier icon and select the script from the Dynamic Default Values (sys_default_value_dynamic) dictionary, so its execution results are automatically calculated and entered into this field. This value will be the default value for the column specified.
|
Default Value | N | Specify a default value that will be populated automatically to the field when a new record is created. |
To create choice options, please perform complete the steps below:
- Navigate to the choice column for which you need to create a set of options.
- Scroll down to the Related Lists area and click on the select the Choice tab.
- Click New , and fill in the fields.
- Click Save or Save and Exit to to apply the changes.
...
Delete a category or subcategory
...
To delete an incident category or subcategory column and choice options, please complete the following steps below:
- Navigate to the System Definition → All Columns.
- Click the magnifier icon to filter the incident table columns.
- Find the category or subcategory column you want to delete. Click on Select the checkbox icon icon on the left
. - Click Delete at the top of the page to delete the category or subcategory.
To delete certain choice options, please complete the steps below:
- Navigate to the choice column for from which you need to delete options.
- Scroll down to the Related Lists area and click on the select the Choice tab.
- Select Choose items you need want to delete by clicking on the selecting the checkbox icon on the left.
- Click Delete at the top of the Choice tab.
...