How to handle Price Change during Billing Period for Usage Base Service Contract
We have a requirement wherein price has changed in between the billing period for an usage based contract now when the Service Contracts main billing program runs it takes the price of the date of program run/sysdate.
So, consider an example where we are billing a customer for month of Aug so 1-Aug-16 to 31-Aug-16
Effective Start Date | Effective End Date | Price |
01-Aug-16 | 15-Aug-16 | 10 |
16-Aug-16 | 31-Aug-16 | 8 |
Counter Reading Date | Qty |
14-Aug-16 | 50 |
20-Aug-16 | 50 |
Actual Pricing Calculate by System | Expected Price Calculation for Business |
(100x8) | (50x8+50x10) |
Total Price 800 | 900 |
The Counter Type is Change.
How To Price Usage Using A Dynamic Pricing Formula with a Custom Function (