ReplicaID (NotesDatabase - JavaScript™)
Read-only. A 16-digit hexadecimal number that represents the replica ID of a Notes® database. Databases with the same replica ID are replicas of one another.
Defined in
NotesDatabaseSyntax
getReplicaID() : string
Usage
A database does not need to be open to use this property.Examples
This computed field displays the replica ID of the current database.return "Replica ID of current database: " + database.getReplicaID()