GETCASE
Usage
TIBCO iProcess Workspace (Windows)
Return the value of the field for a given procedure, CaseNumber, and CaseFieldName.
Syntax
getcase (procedureName, casenumber, <casefieldname>)
where:
• | procedureName is the name of the procedure. |
• | casenumber is the case number. |
• | <casefieldname> is the field for which detail is required. Can be system and custom fields. |
Returns
Details requested for the case based on the procedure name and casenumber provided.
Returns SW_NA
in case of error and when the field does not exist.
Examples
TIBCO iProcess Modeler:
getcase (“TESTPROC”, 1523, “SW_CASEDESC”);
returns the case description for the case with case number 1523 in the procedure TESTPROC.