PdcMaterial.PriceLinesOverruled

From External Bemet Wiki
Revision as of 09:27, 22 May 2012 by Mike (talk | contribs) (Created page with "== Declaration == PricelinesOverruled as Boolean == Description == == Notes == This property returns or sets the pricelinesoverruled property for the current material. This...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

PricelinesOverruled as Boolean

Description

Notes

This property returns or sets the pricelinesoverruled property for the current material. This propery is used when a material multiple suppliers and the default price has to be overruled.

Code example

This code example returns state of the pricelinesoverruled property for the first material.

dim objCalc

dim objMat

  set objCalc = pdc.ActiveCalculation
  set objMat = objCalc.MaterialList(0)
  msgbox objMat.pricelinesoverruled

Availability

Available since September 2008.