Formula (NotesReplicationEntry - JavaScript™)
Read-write. The replication formula.
Defined in
NotesReplicationEntrySyntax
getFormula() : string
setFormula(formula:string)
: void
Usage
"@All" is the replication formula in a new replication entry.The formula must be a valid replication formula.
After setting this property, you must call save for the changes to take effect. If you do not call save, your changes are lost.