EN 776 documents

Engine Help: N

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

27 documents found

@Name

Function Version 3.00

Basically analogous to Notes. Difference: The KEYWORD must be enclosed in quotation marks: Therefore, instead of [CN] "[CN]" must be specified etc. KEYWORD: [O] [C] [OU1] [OU2] [OU3] [OU4] [CN] [Canonicalize] [Abbreviate …

@Neg

Function Version 1.90

Negates FN/FNLIST FN1/FNLIST1, and returns the result as FLOAT/FLOATLIST.

@Newline

Function Version 1.90

Returns a line break that can be used in TEXT/TEXTLIST can be used.

@NewOID

Function Version 1.93

Returns a OID for a new document in a database with the DBHANDLE DBHANDLE1.

@NotesIDFileCloseCertifierCtx

Function Version 4.50

The @Funktion closes the Certifier NotesID Context-Handle VSPECCERTIFIERCTXHANDLE VSPECCERTIFIERCTXHANDLE1 and returns VSPECPOTVAR. Return value: On success VSPECPOTVAR is returned; otherwise @ERROR.

@NotesIDFileEncodePassword

Function Version 4.50

The @Funktion encodes the plain-text password TEXT TEXTPASSWORD1 and returns the encoded password as VSPECENCPASSWORD. In case of an error, @ERROR is returned.

@NotesIDFileGetInfo

Function Version 5.00

This @Funktion returns various information about the Notes ID file with the OSPATH OSPATH1. If the ID file is password-protected, @NotesIDFileGetInfo should not be used. In that case, the password is requested on the ser …

@NotesIDFileNewCertifier

Function Version 1.90

Creates a new Notes certifier ID. Optionally, an entry can also be created in the Name and Address Book, and a mail file can be created for the new user. The process is controlled primarily by FN IDTYPE and FN FLAGS. All …

@NotesIDFileNewServer

Function Version 4.60

Creates a new Notes server ID. Optionally, an entry can also be created in the Name and Address Book. The process is controlled primarily by FN IDTYPE and FN FLAGS. All other parameters are largely optional TEXT paramete …

@NotesIDFileNewWorkstation

Function Version 4.50

Creates a new Notes ID. Optionally, an entry can also be created in the Name and Address Book, and a mail file can be created for the new user. The process is controlled primarily by FN IDTYPE, FN MAILSYSTEM and FN FLAGS …

@NotesIDFileOpenCertifierCtx

Function Version 4.50

This @Funktion öffnet the Cdertifier Context (Certifier Notes ID) with the OSPATH OSPATH1. In parameter VSPECENCPASSWORD VSPECENCPASSWORD2 the encoded password must (see @NotesIDFileEncodePassword) be passed, if the Note …

@NotesIDFileReCertifyID

Function Version 5.00

This @Funktion recertifies the Notes ID with the OSPATH OSPATH4 of the certifier Notes ID that is assigned to the certifier context handle VSPECCERTIFIERCTXHANDLE VSPECCERTIFIERCTXHANDLE1 has been assigned (see @NotesIDF …

@NotesIDFileSetCtxExpirationTD

Function Version 4.50

With this @Funktion the certifier context handle VSPECCERTIFIERCTXHANDLE VSPECCERTIFIERCTXHANDLE1 an expiration date (TD TDEXPIRE2) for newly created Notes IDs. All IDs subsequently created with this certifier context ha …

@Now

Function Version 1.90

Returns the current date/time value. If the @Function with the optional parameter FN FN = 1 is called, the system time is returned instead of the Domino server time (these may differ!).

@NTRegistryDeleteKey

Function Version 4.60

Deletes the SUBKEY named TEXT TEXTSUBKEYNAME2 under the key path TEXT TEXTKEYPATH1 together with all values contained in it. Return value: On success TRUE, otherwise @ERROR.

@NTRegistryDeleteValue

Function Version 4.60

Deletes the value named TEXT TEXTVALUENAME2 under the key path TEXT TEXTKEYPATH1. Return value: On success TRUE, otherwise @ERROR.

@NTRegistryGetValue

Function Version 4.60

Retrieves the content of the value named TEXT TEXTVALUENAME2, under the key path TEXT TEXTKEYPATH1 and returns it in RETVALUE3 returned. The data type of RETVALUE3 depends on the data type of the registry value. The foll …

@NTRegistryScanSubKeys

Function Version 4.60

Retrieves the TEXT TEXTKEYPATH1 subkeys located under the key path and returns them as HUGETEXTLIST returned. Return value: On success HUGETEXTLIST, otherwise @ERROR.

@NTRegistryScanValues

Function Version 4.60

Retrieves the TEXT TEXTKEYPATH1 values located under the key path and returns their names as HUGETEXTLIST returned. Return value: On success HUGETEXTLIST, otherwise @ERROR.

@NTRegistrySetValue

Function Version 4.60

Sets the content of the value named TEXT TEXTVALUENAME2, under the key path TEXT TEXTKEYPATH1, to the content of the variable VALUE3. The following data types are supported (for VALUE3): TEXT TEXTLIST NUMBER (set as DWOR …

NOTECLASSES

Text Version 1.90

The NOTECLASS of a document indicates its type. This document can be a data document, a pictogram document or an ACL document, etc. The following table displays the different NOTECLASSES. NOTECLASSES: DEC   BIT   Meaning …

NOTEHANDLE

Text Version 1.90

A NOTEHANDLE uniquely identifies a document. It is used to address a field in a document, an entire document, or a variable group in a processing. Addressing a field in an Engine Script or Import Script program: Test[not …

Notes-Server

Text Version 1.90

The Engine is an add-in task for a Domino server (formerly Notes server). Therefore, a Domino server is required to run the Engine. Note : This text was machine-translated and may contain inaccuracies.

NOTES.INI

Text Version 1.90

The NOTES.INI is located by default in the Domino program path. When the Engine is started for the first time, all required entries are automatically added to or supplemented in the NOTES.INI as part of the installation …

NOTESPATH

Text Version 1.90

Denotes a path that is interpreted relative to the NOTES-DATA-ROOT and may contain directory or database links, as well as reside on another server. Examples: TEST_SERVER!!NAMES.NSF NAMES.NSF TEST_SERVER!!HELP\APIHELP.NS …