GetLinePrice Procedure
Get the Line Price for a given Contract Line.
Overloads
Name | Description |
---|---|
GetLinePrice(Decimal; Decimal; Decimal; Decimal) | Get the Line Price for a given Contract Line. |
GetLinePrice(Decimal; Decimal; Decimal; Decimal; Date) | Get the Line Price for a given Contract Line. |
GetLinePrice(Decimal; Decimal; Decimal; Decimal) Procedure
Get the Line Price for a given Contract Line.
Signature
GetLinePrice(var pvUnitPrice: Decimal; var pvLineDiscPercent: Decimal; var pvLineAmount: Decimal; pQuantity: Decimal)
Parameters
var pvUnitPrice
Decimal
The Unit Price that will be calculated.
var pvLineDiscPercent
Decimal
The Line Discount Percent that will be calculated.
var pvLineAmount
Decimal
The Line Amount that will be calculated.
pQuantity
Decimal
The Quantity used when calculating the amount.
GetLinePrice(Decimal; Decimal; Decimal; Decimal; Date) Procedure
Get the Line Price for a given Contract Line.
Signature
GetLinePrice(var pvUnitPrice: Decimal; var pvLineDiscPercent: Decimal; var pvLineAmount: Decimal; pQuantity: Decimal; pPriceCalculationDate: Date)
Parameters
var pvUnitPrice
Decimal
The Unit Price that will be calculated.
var pvLineDiscPercent
Decimal
The Line Discount Percent that will be calculated.
var pvLineAmount
Decimal
The Line Amount that will be calculated.
pQuantity
Decimal
The Quantity used when calculating the price.
pPriceCalculationDate
Date
The date used to calculate the amount.
This documentation is generated from Parrot v23.0.208813.0