PrincipalRecipeIngredientUsageQuantityFormula Property |
Specifies formula for the usage quantity. The formula can reference properties in [<Prop_Name>] style, just like products name and description mask. The formula can contain *, /, + and - operators. The formula can also be simple number, directly specifying quantity.
Namespace:
Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string UsageQuantityFormula { get; set; }
Public Property UsageQuantityFormula As String
Get
Set
public:
property String^ UsageQuantityFormula {
String^ get ();
void set (String^ value);
}
member UsageQuantityFormula : string with get, set
Property Value
Type:
String
See Also