ProductDimensionConvertToBaseDivisor Property |
This was intended to be the divisor, but due to a historical bug actually contains the multiplier of the convertion ratio from the non-base measurement category to the base measurement category. This should be automatically calculated by the system. [Required]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal ConvertToBaseDivisor { get; set; }
Public Property ConvertToBaseDivisor As Decimal
Get
Set
public:
property Decimal^ ConvertToBaseDivisor {
Decimal^ get ();
void set (Decimal^ value);
}
member ConvertToBaseDivisor : decimal with get, set
Property Value
Type:
Decimal
See Also