ProductSupplyManufacturingPolicy Property |
MTS=Make-To-Stock; MTO=Make-To-Order; ATO=Assemble-To-Order;ETO=Engineer-To-Order. [Required] [Default("MTS")]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProductSupplyRepositoryManufacturingPolicy ManufacturingPolicy { get; set; }
Public Property ManufacturingPolicy As ProductSupplyRepositoryManufacturingPolicy
Get
Set
public:
property ProductSupplyRepositoryManufacturingPolicy^ ManufacturingPolicy {
ProductSupplyRepositoryManufacturingPolicy^ get ();
void set (ProductSupplyRepositoryManufacturingPolicy^ value);
}
member ManufacturingPolicy : ProductSupplyRepositoryManufacturingPolicy with get, set
Property Value
Type:
ProductSupplyRepositoryManufacturingPolicy
See Also