A script is a collection of statements that can be called from various places within iProcess (for example, when a field is opened). Scripts are useful when more than one iProcess expression is needed to achieve a command’s requirements.
Define a form or field Command consisting of the function CALL ("
script") where
script is the name of the script. You can also use the SCRIPT function to call a script.
See TIBCO iProcess Expressions and Functions Reference Guide for more information about using the CALL or SCRIPT functions.