@ReplicaID (Formula Language)

Returns the replica ID of the current database.

Note: This @function is new with Release 6.

Syntax

@ReplicaID

Return value

title

Text. The replica ID of the current database.

Usage

The replica ID is a 16-character combination of letters and numbers that identifies a Notes® database. Any databases with the same replica ID are replicas of one another.

Examples

This agent mails the replica ID of the current database to the current user.
@MailSend(@UserName; ""; ""; "Replica ID"; @ReplicaID)