DateDeterminationMethod Class |
Namespace: Aloe.EnterpriseOne.Model.Core.Transformations
The DateDeterminationMethod type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CurrentDate |
The sub-documents are created with the current system date.
|
![]() ![]() | Default |
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.
|
![]() ![]() | DependingOnRelationship |
The date is determined based on the parent relationship. For sub-tasks, it is the parent date; for next tasks, it is today.
|
![]() ![]() | GenerationSpecific |
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.
|
![]() ![]() | Tomorrow |
The sub-documents are created for the next day after the current system date.
|
![]() ![]() | UseParentDocumentDate |
The sub-documents are created with the same date as the parent document.
|
![]() | value__ | |
![]() ![]() | Yesterday |
The sub-documents are created for the previous day before the current system date.
|