Codeunit "Price Calculation - Undefined"
ID 7005
Namespace: Microsoft.Pricing.Calculation
Implements
Methods
GetLine
procedure GetLine(var Line: Variant)
Parameters
| Name |
Type |
Description |
|
Line
|
Variant
|
|
Init
procedure Init(LineWithPrice: Interface "Line With Price", PriceCalculationSetup: Record "Price Calculation Setup")
Parameters
ApplyDiscount
procedure ApplyDiscount()
ApplyPrice
procedure ApplyPrice(CalledByFieldNo: Integer)
Parameters
| Name |
Type |
Description |
|
CalledByFieldNo
|
Integer
|
|
CountDiscount
procedure CountDiscount(ShowAll: Boolean): Integer
Parameters
| Name |
Type |
Description |
|
ShowAll
|
Boolean
|
|
Returns
CountPrice
procedure CountPrice(ShowAll: Boolean): Integer
Parameters
| Name |
Type |
Description |
|
ShowAll
|
Boolean
|
|
Returns
FindDiscount
procedure FindDiscount(var TempPriceListLine: Record "Price List Line", ShowAll: Boolean): Boolean
Parameters
Returns
FindPrice
procedure FindPrice(var TempPriceListLine: Record "Price List Line", ShowAll: Boolean): Boolean
Parameters
Returns
IsDiscountExists
procedure IsDiscountExists(ShowAll: Boolean): Boolean
Parameters
| Name |
Type |
Description |
|
ShowAll
|
Boolean
|
|
Returns
IsPriceExists
procedure IsPriceExists(ShowAll: Boolean): Boolean
Parameters
| Name |
Type |
Description |
|
ShowAll
|
Boolean
|
|
Returns
PickDiscount
PickPrice
ShowPrices
procedure ShowPrices(var TempPriceListLine: Record "Price List Line")
Parameters
See also