自動化 - 自動化 aclEZ
 Print 

aclEZ Automation

Option

<Option Type="PresenceInNAB" Value="True"/>

Action :Option
Attributes :TypePresenceInNAB
GroupExpander
GroupExpanderUserCaching
GroupExpanderSynchronize
ValueTrue/False
ExpandNested or ExpandTopLevel or ExpandNone or SaveCurrentAsDefault
True/False
True/False
DescriptionThe 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 :TypeMemberPresence or MemberListing
ServerAbbreviated server as it appears in the Server list
DatabaseNAB Name as it appears in the "Look In" list
CurrentTrue/False
DescriptionThe 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 :TargetGrid Code
TypeFlagsAndRoles
Parameters :SetParamTargetFieldValueKeepAlive
ExportToFileFilePathValue to set for the entryTrue/False
{%time%}
{%date%}
FileOutputASCII
Unicode
ExportTypeHTML
HTMLSelectedRows
Excel19972003
Excel19972003SelectedRows
Excel2010
Excel2010SelectedRows
TextWYSIWYG
TextChildren
TextSelectedRows
TextChildrenOfSelectedRows
XMLWYSIWYG
XMLChildren
XMLSelectedRows
XMLChildrenOfSelectedRows
OpenFileOnceGeneratedTrue/False
DescriptionExport 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&amp;Roles"/>
<SetParam target="ExportToFile" field="ExportType" value="HTML"/>
<SetParam target="ExportToFile" field="FileOutput" value="Unicode"/>
<SetParam target="ExportToFile" field="OpenFileOnceGenerated" value="true"/>
</Export>