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

Version 1 Next »

Overview

Value of this field is a short text.

Attributes

name

type

required

default value

description

expression

string

no

none

If not empty value of the field will be evaluated using given expression.
It also automatically sets "persistent" to "false".
Please see expressions overview.

Example

<string name="firstName" />
<string name="lastName" required="true" />
<string name="name" expression="#firstName + ' ' + #lastName" />
  • No labels