EPPriceCalc.initFromPriceDisc Method
Initializes the values of a EPPriceCalc record by using a specified PriceDisc_Price class.
Syntax
public void initFromPriceDisc(
PriceDisc_Price _priceDisc,
[PriceDiscPolicyCheckPolicy _checkPolicy,
boolean _initDateFields])
Run On
Called
Parameters
- _priceDisc
Type: PriceDisc_Price Class
An instance of the PriceDisc_Price class that contains the price and discount information.
- _checkPolicy
Type: PriceDiscPolicyCheckPolicy Class
An instance of the PriceDiscPolicyCheckPolicy class that indicates whether the price and discount fields should be updated; optional.
- _initDateFields
Type: boolean
A Boolean value that indicates whether the dates related to the prices should be set; optional.