PdcCalculation.PriceAgreementsOverruled
Declaration
PriceAgreementsOverruled as Boolean
Description
Returns or changes if the priceagreements where overruled
Notes
This property returns or sets the 'PriceAgreementsOverruled' property of the current calculation. In the calculation form, it can be found on the 'Other' treenode of the calculation.
Code example
This code example returns the PriceAgreementsOverruled property of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.PriceAgreementsOverruled