Perform Script On Server
• <script name> specifies the script you want to perform.
• Optional script parameter specifies a script parameter for the specified script.
• Wait for completion pauses the script on the client until the sub-script called by Perform Script On Server is completed on the host. Wait for completion must be selected to pass a script result or error code from the host to the client. Use the Get(ScriptResult) function to capture a result or the Get(LastError) function to capture an error code.
• are not aware of the client’s current layout or record. If necessary, use the Go to Layout script step and the Go to Record/Request/Page script step to specify which layout and record to act on.
• If the specified script contains the Evaluate function, use English function names in Evaluate’s calculation. Evaluate does not recognize localized function names when it is evaluated in a script that is run via Perform Script on Server.