@ReplicaID (JavaScript)
Returns the replica ID of the current database.
Defined in
@Functions (JavaScript)Syntax
@ReplicaID() : string
Return value | Description |
---|---|
string |
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 computed field displays the replica ID for the current database.@ReplicaID()