Domino Integration Built In Functions

LANSA Technical

Domino Integration Built-In Functions

Built-In Function

Description

DOM_ADD_FIELD

Adds a field to an open data note using the item name.

DOM_ADD_ITEM

Adds an item to an open data note using the item name.

DOM_CLOSE_DATABASE

Closes an opened Domino/Notes Database on a local or remote Domino server.

DOM_CLOSE_FILE

Closes an opened Domino/Notes File on a local or remote Domino server.

DOM_CLOSE_DOCUMENT

Closes an open document when no longer required.

DOM_CREATE_DOCUMENT

Creates a new document/data note in memory within an opened database.

DOM_DELETE_DOCUMENT

Deletes a document/data note from the database using the given Note ID.

DOM_DELETE_FIELD

Deletes a field from an open document/data note using the item name.

DOM_DELETE_ITEM

Deletes an item from an open document/data note using the item name.

DOM_END_SEARCH_DOCS

Releases all memory that was allocated for search process.

DOM_EXECUTE_AGENT

Executes an Agent.

DOM_GET_FIELD

Gets a field from an open data note using the item name.

DOM_GET_ITEM

Gets an item from an open data note using the item name.

DOM_GET_NXT_DOCUMENT

Retrieves Note ID from the ID Table.

DOM_CLOSE_DATABASE

Closes a Domino/Notes Database on a local or remote Domino server.

DOM_CLOSE_FILE

Closes a Domino/Notes File on a local or remote Domino server.

DOM_OPEN_DATABASE

Opens a Domino/Notes Database on a local or remote Domino server

DOM_OPEN_DOCUMENT

Opens the specified document within a database using the given Note ID.

DOM_SEARCH_DOCUMENTS

Searches a database for documents/data notes matching selection criteria or using a previously created view.

DOM_UPDATE_DOCUMENT

Updates a document/data note in the database.

DOM_UPDATE_FIELD

Updates an existing field to an open data note using the item name.

DOM_UPDATE_ITEM

Updates an existing item to an open data note using the item name.