How to execute your script
Using the 'Load Automation' action
Every Ytria product has the ability to load an automation script, provided that the script is compatible with the product.
To do so select the Server or Database menu > Load Automation file (Ctrl + X) option.
This option will open a file selection dialog. Simply select the automation file that you want to load.
For sapio365, see Launching automation scripts in sapio365.
signEZ exception: SignEZ doesn't use XML-based automation. Instead, it uses the Server Batch database to automate its actions.
Using the Command line
A Ytria automation script file can be incorporated into an .exe file for a compatible product by using the XML file path as an argument for the variable –x.
C:\Notes\aclEZ=C:\Notes\notes.ini –x C:\Users\Documents\Ytria\xml script\doc.xml
Terminating an XML Script
There are a couple of ways to terminate an automation script:
This does not cancel or prevent scripts from being run through the 'Load Automation File' menu option.