Click or drag to resize

OfferAcceptedOn Property

The date on which the customer accepted the offer. null if the offer is not yet accepted or the date is unknown.

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

Property Value

Type: NullableDateTime
See Also