Click or drag to resize

PurchaseProductPriceDeterminePurchaseProductPrice Method

Determines the purchase product price.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static PurchaseProductPrice DeterminePurchaseProductPrice(
	Nullable<DateTime> calendarDate,
	Supplier supplier,
	Product product,
	Quantity quantity,
	EnterpriseCompany enterpriseCompany = null,
	PurchasePriceList priceList = null,
	PurchaseProductPrice currentPrice = null
)

Parameters

calendarDate
Type: SystemNullableDateTime
The calendar date.
supplier
Type: Aloe.EnterpriseOne.Model.Logistics.ProcurementSupplier
The supplier.
product
Type: Aloe.EnterpriseOne.Model.General.ProductsProduct
The product.
quantity
Type: Aloe.EnterpriseOne.ModelQuantity
The quantity.
enterpriseCompany (Optional)
Type: Aloe.EnterpriseOne.Model.GeneralEnterpriseCompany
The enterprise company.
priceList (Optional)
Type: Aloe.EnterpriseOne.Model.Logistics.ProcurementPurchasePriceList
The price list.
currentPrice (Optional)
Type: Aloe.EnterpriseOne.Model.Logistics.ProcurementPurchaseProductPrice
The current price.

Return Value

Type: PurchaseProductPrice
See Also