Skip to main content
Skip table of contents

SelectNAB (for Check Presence)

Tag: SelectNAB

The self-closing action SelectNAB lets you select a NAB for the Check Presence feature in aclEZ, agentEZ and databaseEZ.

Detailed Description

The action SelectNAB emulates the parameters available in the 'Select NAB for Check Presence' function found in the Options menu.


The attributes Server and Database refer to the abbreviated server name and the NAB Database name (respectively) as they appear in the Look In drop down list:


The attribute Current refers to the radio buttons at the top of the Select NAB for Check Presence dialog. <SelectNAB Current="True"/> selects Use all Notes Address Books on <Current NAB Server> option. The attributes Server and Database are not used in this case. <SelectNAB Current="False"/> is the default behavior. This is not mandatory and defining the Server and Database attributes will automatically proceed as if this option is selected.

Tag Attributes

AttributesAttribute ValuesValue Description
ServerUser DefinedAbbreviated server name as it appears in the 'Server' list - Not Required (See detailed description)
DatabaseUser DefinedNAB name as it appears in the 'Look In' list - Not Required (See detailed description)
CurrentTrue / False

N/A - Not Required (See detailed description)

Example Scripts

XML
<SelectNAB Server="Acme02/ACME" Database="Acme's Directory"/>


XML
<ytriaAutomation>
	<Load Server="ACME01/ACME" Partial="True">
		<Load Database="admin4.nsf"/>
		<Load Database="log.nsf" Select="True"/>
	</Load>
	<SelectNAB Current="True"/>
</ytriaAutomation>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.