ProductPlanningDemandTimeFenceDays Property |
Period in the future, in which changes to the MPS are not accepted due to the high cost of changing. Demand for the period is calculated based entirely on the customer orders. Abbr. - DTF (null = Default of 30 days).
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> PlanningDemandTimeFenceDays { get; set; }
Public Property PlanningDemandTimeFenceDays As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ PlanningDemandTimeFenceDays {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member PlanningDemandTimeFenceDays : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also