Ytria logo DOCUMENTATION
⚠ This page requires javascript enabled in browser
Automation / designPropEZ Automation

 

Tag: Audit

The Audit action emulates selection of the 'Audit…' button in designPropEZ.

<Audit/>

Detailed Description


This action will perform the same function as clicking in the 'Audit' button in designPropEZ. Design categories and or designs must be selected before the enacting this action for it to function.

Example Script

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<ytriaAutomation Application="designPropEZ" ApplicationVersion="16.5">
<Load Server="Acme01/ACME" Database="dbtest\maildbtest.nsf"/>
<Select>
<SetParam Name="Views"/>
</Select>
<Audit/>
</ytriaAutomation>

In the script above, the Audit action will be enacted on the designs in the 'Views' category.