Click or drag to resize

ReceivingOrderLineGetPurchasePriceFromPurchasePriceList Method

Calculates a price in the specified currency from the price in the Purchase product price. It calls GetPurchasePrice method of the Purchase Product Price. For use in Recalc Expressions.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Amount GetPurchasePriceFromPurchasePriceList(
	PurchaseProductPrice purchaseProductPrice,
	MeasurementUnit destinationMeasurementUnit
)

Parameters

purchaseProductPrice
Type: Aloe.EnterpriseOne.Model.Logistics.ProcurementPurchaseProductPrice
The Purchase Product Price
destinationMeasurementUnit
Type: Aloe.EnterpriseOne.Model.GeneralMeasurementUnit
The measurement unit that the price is necessary for.

Return Value

Type: Amount
See Also