Click or drag to resize

OfferRequiredDeliveryDate Property

When not null, specifies required delivery date for all offer lines. When the lines contain different delivery dates, this is null.

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

Property Value

Type: NullableDateTime
See Also