MARKFIELDCHANGED

Usage

TIBCO iProcess Workspace (Browser) - discouraged (triggers warning in TIBCO Business Studio)

TIBCO iProcess Workspace (Windows)

Warning: (iProcess only) This expression is not available to the TIBCO iProcess Script Server Plug-in. Therefore, even though you can successfully enter the expression in your iProcess Script plug-in definition, it will not be processed by the iProcess Engine. It will return SW_NA.

Mark a field as changed when a form is released.

Syntax

MARKFIELDCHANGED (field, changed)

where:

field is a text string specifying the name of the field.
changed is one of the following numeric values:

Value

Field status

0

Mark field as unchanged

anything else

Mark field as changed

Returns

One of the following numeric values, indicating whether the field had been marked as changed before the function call.

Value

Description

0

Field was unchanged

-1

Invalid syntax

anything else

Field was changed

Examples

TIBCO iProcess Modeler:

MARKFIELDCHANGED (dob, 1)

TIBCO Business Studio:

IPEEnvironmentUtil.MARKFIELDCHANGED(dob,1);