Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 12 iProcess Commands : Scripts

Scripts
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.
To define a script:
1.
Create the script as described in “Using Scripts” in the TIBCO iProcess Modeler - Advanced Design guide.
2.
To call a script:
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.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved