|
aclEZ Automation Option
<Option Type="PresenceInNAB" Value="True"/>
| Action : | Option |  |
| Attributes : | Type | PresenceInNAB |
 |  | GroupExpander |
 |  | GroupExpanderUserCaching |
 |  | GroupExpanderSynchronize |
 | Value | True/False |
 |  | ExpandNested or ExpandTopLevel or ExpandNone or SaveCurrentAsDefault |
 |  | True/False |
 |  | True/False |
| Description | The Option action lets you set the following options in aclEZ:
Check presence In NAB :
<Option Type="PresenceInNAB" Value="True"/>

GroupExpander :
<Option Type="GroupExpander" Value="ExpandTopLevel"/>
<Option Type="GroupExpander" Value="SaveCurrentAsDefault"/>

GroupExpanderUserCaching :
<Option Type="GroupExpanderUserCaching" Value="True"/>

GroupExpanderSynchronize :
<Option Type="GroupExpanderSynchronize" Value="True"/>
 |
SelectNAB
<SelectNAB Current="True"/>
| Action : | SelectNAB |  |
| Attributes : | Type | MemberPresence or MemberListing |
 | Server | Abbreviated server as it appears in the Server list |
 | Database | NAB Name as it appears in the "Look In" list |
 | Current | True/False |
| Description | The SelectNAB action allows you to select a NAB.
Type is not mandatory, SelectNAB defaults to MemberPresence if it is not set.
Current="True" selects "Use all Notes Address Books on <Current NAB Server>"
Check Member Presence NAB :
<SelectNAB Type="MemberPresence" Current="True"/> or <SelectNAB Current="True"/>

Member listings NAB :
<SelectNAB Type="MemberListing" Server="WEBTEST/YTRIA" Database="Demo2's Address Book"/>
 |
Export ACL Flags and Roles to File
<Export Type="FlagsAndRoles">
| Action : | SelectNAB |  |  |  |  |
| Attributes : | Target | Grid Code |  |  |  |
 | Type | FlagsAndRoles |  |  |  |
| Parameters : | SetParam | Target | Field | Value | KeepAlive |
 |  | ExportToFile | FilePath | Value to set for the entry | True/False |
 |  |  |  | {%time%} |  |
 |  |  |  | {%date%} |  |
 |  |  | FileOutput | ASCII |  |
 |  |  |  | Unicode |  |
 |  |  | ExportType | HTML |  |
 |  |  |  | HTMLSelectedRows |  |
 |  |  |  | Excel19972003 |  |
 |  |  |  | Excel19972003SelectedRows |  |
 |  |  |  | Excel2010 |  |
 |  |  |  | Excel2010SelectedRows |  |
 |  |  |  | TextWYSIWYG |  |
 |  |  |  | TextChildren |  |
 |  |  |  | TextSelectedRows |  |
 |  |  |  | TextChildrenOfSelectedRows |  |
 |  |  |  | XMLWYSIWYG |  |
 |  |  |  | XMLChildren |  |
 |  |  |  | XMLSelectedRows |  |
 |  |  |  | XMLChildrenOfSelectedRows |  |
 |  |  | OpenFileOnceGenerated | True/False |  |
| Description | Export ACL Flags and Roles to File is the same as the regular Export action with parameter :
Type="FlagsAndRoles"

<Export Type="FlagsAndRoles">
<SetParam target="ExportToFile" field="FilePath" value="D:\test-saveChart\ExportACL-Flags&Roles"/>
<SetParam target="ExportToFile" field="ExportType" value="HTML"/>
<SetParam target="ExportToFile" field="FileOutput" value="Unicode"/>
<SetParam target="ExportToFile" field="OpenFileOnceGenerated" value="true"/>
</Export> |
|