...
To create a new dynamic filter, please complete the following steps (a new record in the sys_filter_option_dynamic will be created):
- Navigate to the System Definition → Dynamic Filters;
- Click New, fill in the form, and then click Save.
Dynamic filters form fields
Field | Description |
---|---|
Title | The filter title. |
Script | Enter the script that the dynamic filter runs. You can use all methods of server-side API classes here, After executing, the script should return the record ID or array of IDs. |
Active | Turn this checkbox on to make the filter active. |
Available for filter | Turn this checkbox on if you need this filter to be available in the list filters. |
Available for reference qualifier | Turn this checkbox on if you need this filter to be a dynamic reference qualifier. |
Order | Enter the number to define the order of filter processing. |
Column type | The column type used in the filter. |
Referenced table | The table |
Sys updated by | Information about who has updated the record. |
Sys created by | Information about who has created the record. |
Скрипт (поле script) динамического фильтра обязан вернуть идентификатор записи или массив, состоящий из идентификаторов записи.