Runtime/Behavior Changes

OfmlPData

UPDATE (May 19, 2025):

Due to rising issues with list pricing in 16.0 Major, the following interfaces have been reverted to the 15.5 version:

  • override to customListPrice function in AbsPart
  • override to upcharge function in ProdPart
  • modification to basePrice function in AbsPart
  • modification to 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 PartSpecials system.

Impact of changes:

  • the new core QueryDialog will not account for special pricing for now (expected 16.0 Patch 1)
  • any modifications made to account for previous changes may need reversion

Those who may be affected include:

  • anyone who had migrated to the new core PartSpecial and/or OptionSpecial system
  • anyone who had migrated to the new core QueryDialog
  • anyone who made changes to pricing for parts extending AbsPart/ProdPart/DsPart

Anyone affected may need to:

  • re-test pricing to ensure accuracy
  • re-approach any changes made to the above interfaces
  • implement their own overrides to handle special pricing
  • wait until the core implementation for special pricing is implemented (expected 16.0 Patch 1).

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