Click or drag to resize

DocumentTypeAmountRequiredThruDate Property

When not null, specifies a date, up to which the amount is required for the current document type. The date is compared against the document date. [Filter(ge;le)]

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<DateTime> RequiredThruDate { get; set; }

Property Value

Type: NullableDateTime
See Also