ProductValuationGroup Property |
Valuation group of the product. Used in reconciliations when compensating pluses and minuses. Equal plus and minus amounts within a valuation group are allowed to be compensated with each other for zero net fiscal effect. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProductValuationGroup ValuationGroup { get; set; }
Public Property ValuationGroup As ProductValuationGroup
Get
Set
public:
property ProductValuationGroup^ ValuationGroup {
ProductValuationGroup^ get ();
void set (ProductValuationGroup^ value);
}
member ValuationGroup : ProductValuationGroup with get, set
Property Value
Type:
ProductValuationGroup
See Also