Enter an Expression to generate a new attribute value.
To refer to table attributes, pipes and screen zones in the expression, use:
<attribute-name>
to refer to the current value of the record you are about to update.<pipe-name>
to refer to lookup pipes on the same table as the action. The pipe cannot reference _out
variables directly.<screen-zone-name>
refers to selected records from other views using their screen zone names.
Panel |
---|
|
For example: - A screen zone name is
ACCTS. - In the screen, the user will select records in a grid view.
- For the selected records, you want the action to sum the values in the
amount attribute.
Enter an expression: Code Block |
---|
sum(ACCTS.amount) |
|
You can also use the following prefixes: