Click or drag to resize

ProductCostingMethod Property

Specifies the costing method for the product. null means to use the Enterprise Company default. Currently supported methods are: EXP - Explicitly specify lot; AVG - Average cost.

Namespace:  Aloe.EnterpriseOne.Model.General.Products
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<ProductsRepositoryCostingMethod> CostingMethod { get; set; }

Property Value

Type: NullableProductsRepositoryCostingMethod
See Also