MARKFIELDCHANGED
Usage
TIBCO iProcess Workspace (Browser) - discouraged (triggers warning in TIBCO Business Studio)
TIBCO iProcess Workspace (Windows)
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);