Click or drag to resize

WorkOrderReleaseDate Property

Scheduled release date. Specifies the date when the order is planned/released to production. null means that still there is no plan for releasing the order.

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

Property Value

Type: NullableDateTime
See Also