Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

TODO: Split user stories and methods into separate pages

PriceFx core back-end enhancements

API: Filter to find all contracts & rebates for the given customer(s) and product(s) criteria

As a configuration engineer, I want to be able to efficiently fetch contracts & rebates based customer group and product group so that I can display relevant records in a Gantt highchart in a dashboard

New Groovy API methods

  • Filter productToRelatedObjectsFilter(String relatedObjectTypeCode, ProductGroup productGroup);

  • Filter customerToRelatedObjectsFilter(String relatedObjectTypeCode, CustomerGroup customerGroup);

  • Object getCalculableLineItemCollection(String typedId);