ProductFlushingMethod Property |
Consumption method for work orders. M=Manual, using Consuption Journals, F=Forward (on release), B=Backward (on finish). [Required] [Default("M")]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProductsRepositoryFlushingMethod FlushingMethod { get; set; }
Public Property FlushingMethod As ProductsRepositoryFlushingMethod
Get
Set
public:
property ProductsRepositoryFlushingMethod^ FlushingMethod {
ProductsRepositoryFlushingMethod^ get ();
void set (ProductsRepositoryFlushingMethod^ value);
}
member FlushingMethod : ProductsRepositoryFlushingMethod with get, set
Property Value
Type:
ProductsRepositoryFlushingMethod
See Also