Click or drag to resize

DateDeterminationMethod Fields

The DateDeterminationMethod type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCurrentDate
The sub-documents are created with the current system date.
Public fieldStatic memberDefault
The default method is currently equal to the DependingOnRelationship method. But, depending on changing business requirements, it can change or be amended with additional conditions in future versions.
Public fieldStatic memberDependingOnRelationship
The date is determined based on the parent relationship. For sub-tasks, it is the parent date; for next tasks, it is today.
Public fieldStatic memberGenerationSpecific
A generation specific algorithm is used to determine the generated documents date. Most generations provide the same as the default algorithm, but some provide complex date determination algorithms. See the specific generation documentation for details on the provided algorithm when using this choice.
Public fieldStatic memberTomorrow
The sub-documents are created for the next day after the current system date.
Public fieldStatic memberUseParentDocumentDate
The sub-documents are created with the same date as the parent document.
Public fieldvalue__
Public fieldStatic memberYesterday
The sub-documents are created for the previous day before the current system date.
Top
See Also