IsIncludeFormulas (ReplicationEntry - Java)

Read-write. Includes the replication formula in replications.

Defined in

ReplicationEntry

Data type

boolean

Syntax

public boolean isIncludeFormulas()
    throws NotesException
public void setIncludeFormulas(boolean flag)
    throws NotesException

Legal values

  • true to include formulas
  • false to exclude formulas

Usage

After setting this property, you must call save for the changes to take effect. If you do not call save, your changes are lost.

Example