Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

← Return to the list of available actions

If you have trouble understanding how the action works, check the descriptions: Action, Conditional execution, Component parameters

Basic information

Category: General

Action location: Table, Variable, Form

Available from version: 1.0.3 

Description

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!

Action execution

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"

FormInvoke the action 

Parameter "Conditional execution" will return "truth" 

Configuration parameters
Parameter name From versionDescription Parameter type Default value Field type Comments and restrictions 
Variables*1.0.0Variables that will be blocked / unblocked Variables table  Editable field 

It can not be empty.

Activity type *1.0.47Specifies if the action should block variables or unblock TextBlocking Non editable dropdown list 

Possible values to choose: "Block" and "Unblock" 

Activity type From versionParameter value to enter (without using the drop down list) 
Blocking1.0.47BLOCK
Unblock1.0.47UNBLOCK


Blocking/unblocking fields condition 

1.0.0A 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  NoEditable field 

Appears only if the action is placed on a dynamic table. It accepts only functions that return a logical value. 

Parameter*- required field

Sample configuration

Example
 Example 1
Example 1

Table condition example (completed field):

#not(empty(item($Selected row, $Selected variable))).  

Table condition example (identical value in the field on the form and selected table field): 

#eq($variable_form,item($Selected row,$variable_tab)) 

Change log

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"

  • No labels