ProductAllowVariableMeasurementRatios Property |
Allow variable (dynamic) measurement ratios for each transaction. If specified, each store transaction could specify different measurement ratio between the used measurement unit and the base measurement unit. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool AllowVariableMeasurementRatios { get; set; }
Public Property AllowVariableMeasurementRatios As Boolean
Get
Set
public:
property bool AllowVariableMeasurementRatios {
bool get ();
void set (bool value);
}
member AllowVariableMeasurementRatios : bool with get, set
Property Value
Type:
Boolean
See Also