← 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: Table
Action location: Table
Available from version: 1.0.0
Locks buttons whose identifiers are given in arguments. We assign the action to a dynamic table whose buttons will be blocked. We can lock the buttons for specific rows by setting the Call type parameter to: Call after the line is selected (the default value of this parameter is: Call after conditional execution condition) and then setting the Block condition parameter for the line. To refer to the number of the selected line, use the context variable "Selected line".
Leaving the conditional field blank is tantamount to setting it to "true."
Location of the action | Call type | Operation of the "Conditional execution" parameter | Condition of calling the action |
---|---|---|---|
Table | Call after conditional execution condition | Executes an action | The "Conditional Execution" parameter will return "true" |
Called after line selection/edit | Activates response to selection events and editing of data in the selected line | Selecting a row (or editing the data in the selected row) and meeting the condition from the parameter: "Block condition for row". |
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Call type | 1.0.38 | Specifies when to lock the table buttons | Text | Call after conditional execution condition | Value list | Values to choose from:
| ||||||
Buttons ids | 1.0.0 | Id of dynamic table buttons (available from PWE level) that will be locked | An array of text values | Editable field | Basic button identifiers are: - add - add line button | |||||||
Block condition for row | 1.0.38 | (The parameter appears after choosing "Call after selecting the line" in the "Call type" parameter) | Logical | Editable field |
Parameter*- required field
1.0.0
- Adding a component
1.0.1
- Added blocking option after selecting the line
1.0.38
- Addition of the "Call type" parameter
1.0.40
- Solution to the problem in case of an empty table
1.0.145
- Correction of an error related to reading the value of the parameter "Block condition for a row"
- Modification of the call type - the call after selecting a row reacts from now on to data updates in the selected row
Add Comment