Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescriptionScreens (Click to view)
LabelLink / Button label.

Image Added

Figure 1: Bean Shell Action Menu


Figure 12: Bean Shell Action Properties

Confirmation MessageConfirmation message before performing action.
Script

Script in Java.

Injected variables available for consumption are:-

  • httpRequest
  • datalist
  • rowKeys
Code Block
titleSample Code
linenumberstrue
for (String key : rowKeys) {
System.out.println("Record key is " + key);
}

Visibility Control

...

...

Visibility Control

NameDescriptionScreens (Click to view)
Rules

Defines when the action should appear based on the condition(s) set.

FieldDescription
Join TypeCondition type to fulfill.
FieldForm field ID.
Operator

Available operator types:

  • Equal
  • Not Equal
  • Greater Than
  • Greater Than Or Equal
  • Less Than
  • Less Than Or Equal
  • Like
  • Not Like
  • In
  • Not In
  • Is True
  • Is False
  • Is Empty
  • Is Not Empty
  • Regex
  • Not Regex
ValueShow the action when form field matches the condition.

Figure 23: Visibility Control Properties

...