RecipePricePerLot Property |
Price for one lot of the product (according to Lot_Size_Quantity_Base). [Currency: Product.CostingCurrency] [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount PricePerLot { get; set; }
Public Property PricePerLot As Amount
Get
Set
public:
property Amount^ PricePerLot {
Amount^ get ();
void set (Amount^ value);
}
member PricePerLot : Amount with get, set
Property Value
Type:
Amount
See Also