Click or drag to resize

WorkOrderItemReleaseDate Property

The date, when the item is released to production. null means that still there is no plan when the item will be released to production.

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