Due to rising issues with list pricing in 16.0 Major, the following interfaces have been reverted to the 15.5 version:
customListPrice
function in AbsPart
upcharge
function in ProdPart
basePrice
function in AbsPart
basePrice
function in DsPart
upcharge
function accounting for option specials in SpecOption
public double price(SpecOption[] specOs=null)
in DsPData
public double price(SpecOption[] specOs=null)
in OfmlPData
These changes were originally added to account for the new core PartSpecial
s system.
Impact of changes:
QueryDialog
will not account for special pricing for now (expected 16.0 Patch 1)Those who may be affected include:
PartSpecial
and/or OptionSpecial
systemQueryDialog
AbsPart
/ProdPart
/DsPart
Anyone affected may need to:
The new core QueryDialog
does still account for special part numbers and descriptions as well as special option codes and descriptions. The fields for special pricing have been removed for the time being.
Link to Merge Request with changes