Skip to end of metadata
Go to start of metadata

 

← 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: Appearance

Action location: Form, Table, Button, Variable, Label

Available from version: 1.0.0

Description

The action hides the selected element (s) of the form. Elements that can be hidden are: variable, button, column in the table, table.

The action works only on "normal" buttons. So we will not hide e.g. the button to attach documents. The solution is to use the usual button with the document attach action.

The hiding action used on a variable is not synonymous with marking the variable as "hidden" in the PWE editor. Therefore, the variable is treated by the form as any other "visible" variable - for example, hiding the required "visible" variable with action will not make it cease to be included in the form validation (as is the case with a hidden variable in PWE).

Hiding occurs depending on the element on which we moved the table:

variable - hides the variable
button - hides the button
table - hides the table
form - hides header and table variables specified in the parameter
label - hides the label

 

Action execution

Leaving the conditional field blank is tantamount to setting it to "true."

Location of the actionOperation of the "Conditional execution" parameterCondition of calling the action
TableExecutes the actionChange of condition of Conditional Execution to "True"
VariableExecutes the actionChange of condition of Conditional Execution to "True"
ButtonExecutes the actionChange of condition of Conditional Execution to "True"
FormExecutes the actionChange of condition of Conditional Execution to "True"
LabelExecutes the actionChange of condition of Conditional Execution to "True"
Configuration parameters
Name of the parameterDescriptionParameter typeDefault valueField typeNotes and restrictions
VariablesHeader / tabular variables to hideArray of variables Editable fieldVisible only when the action is transferred to the form

Parameter*- required field

Sample configuration

Change log

1.0.0

  • Adding a component

1.0.43

  • Blocking the placement of actions under the accept button

1.0.45

  • Restoring the option of placing the action under the accept button

1.0.64

  • The label can be hidden

  • No labels
Write a comment…