Run Design Property Audit
Tag: Audit
The Audit action emulates selection of the 'Audit…' button in designPropEZ.
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 Scripts
<Audit/>
<ytriaAutomation>
<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.