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 AbsPartupcharge function in ProdPartbasePrice function in AbsPartbasePrice function in DsPartupcharge function accounting for option specials in SpecOptionpublic double price(SpecOption[] specOs=null) in DsPDatapublic double price(SpecOption[] specOs=null) in OfmlPDataThese changes were originally added to account for the new core PartSpecials 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 systemQueryDialogAbsPart/ProdPart/DsPartAnyone 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