MEMOFILE
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.
Returns the filename corresponding to the specified memo field.
Note: Although memos are stored in the database, the MEMOFILE function extracts the memo from the database and stores it on the TIBCO iProcess Engine.
Syntax
MEMOFILE (memo)
where memo is a text string specifying the name of the memo field.
Returns
A text string containing the full pathname of the file which contains the text of the specified memo field.
Note: If the memo field is SW_NA, the file will not yet exist but it may be created
Examples
TIBCO iProcess Modeler:
On iProcess Workspace (Windows), MEMOFILE(comments) could return:
d:\staff.dir\node.n\0301@a03.m01
TIBCO Business Studio:
IPEEnvironmentUtil.MEMOFILE(comments);