EnterpriseCompanyDefaultCostingMethod Property |
Default method for cost evaluation (if not specified in the product). Currently supported: EXP - Explicit lot specifying; AVG - Average cost. [Required] [Default("AVG")]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic EnterpriseCompaniesRepositoryDefaultCostingMethod DefaultCostingMethod { get; set; }
Public Property DefaultCostingMethod As EnterpriseCompaniesRepositoryDefaultCostingMethod
Get
Set
public:
property EnterpriseCompaniesRepositoryDefaultCostingMethod^ DefaultCostingMethod {
EnterpriseCompaniesRepositoryDefaultCostingMethod^ get ();
void set (EnterpriseCompaniesRepositoryDefaultCostingMethod^ value);
}
member DefaultCostingMethod : EnterpriseCompaniesRepositoryDefaultCostingMethod with get, set
Property Value
Type:
EnterpriseCompaniesRepositoryDefaultCostingMethod
See Also