← Return to the list of available actions
If you have trouble understanding how the action works, check the descriptions: Action, Conditional execution, Component parameters
Category: General
Action location: Table, Variable, Form
Available from version: 1.0.3
The action blocks/unblocks the editing of header/table variables or specific columns in the selected row of the dynamic table. Note - the action does not unblock tabular variables edit!
Leaving the conditional field blank is tantamount to setting it to "true."
Action location | Parameter operation "Conditional execution" | Action call condition |
---|---|---|
Table | Activates the action | Parameter "Block / unblock condition" will return "true" to the currently selected field in the column |
Variable | Invoke the action | Parameter "Conditional execution" will return "truth" |
Form | Invoke the action | Parameter "Conditional execution" will return "truth" |
Parameter name | From version | Description | Parameter type | Default value | Field type | Comments and restrictions | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Variables* | 1.0.0 | Variables that will be blocked / unblocked | Variables table | Editable field | It can not be empty. | ||||||||||
Activity type * | 1.0.47 | Specifies if the action should block variables or unblock | Text | Blocking | Non editable dropdown list | Possible values to choose: "Block" and "Unblock"
| |||||||||
Blocking/unblocking fields condition | 1.0.0 | A function which determines a condition for blocking/unblocking specific fields in a given row based on values from other fields. The function can use the context variable "Selected row". | Function | No | Editable field | Appears only if the action is placed on a dynamic table. It accepts only functions that return a logical value. |
Parameter*- required field
1.0.3
- Adding component
1.0.42
- Fixing an error with reading an incorrect value from the line
1.0.56
- Dynamic form update - adding an additional parameter "Action type" and validation of the values given in the fields "Condition of blocking / unblocking fields" and "Variables"