TODO: add code samples
...
Promotion Calendar capability “brings” these 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 on 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);
API: Filter to find all contracts & rebates for the given customer(s) and product(s) criteria
Allow customer/productToRelatedObjectsFilter() to accept the customer/product picker
...