StoreOrderPlannedReleaseDate Property |
Date, when the respective store transaction document is scheduled to be released to the supplier or manufacturing. This is respected by all PAB (projected available balance) and ATP (available to promise) calculations as the date on which the store transaction is scheduled to occur. [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> PlannedReleaseDate { get; set; }
Public Property PlannedReleaseDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ PlannedReleaseDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member PlannedReleaseDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also