ProductPlanningTimeFenceDays Property |
Period in the future inside of which changes to the MPS are carefully evaluated to prevent costly schedule disruption. Demand for the period between DTF and PTF is calculated as the bigger of customer orders and sales forecast. Abbr. - PTF. (null = Default of 90 days).
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> PlanningTimeFenceDays { get; set; }
Public Property PlanningTimeFenceDays As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ PlanningTimeFenceDays {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member PlanningTimeFenceDays : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also