28

Currently the client calculates their customer rebates daily to ensure full visibility on the customer balance and also provide good customer service as when the customer contacts and asks what their rebate balance is, they should be able to provide it.


This missing functionality impacts the business capability in maintaining good customer relationships and provide accurate financial balances.


To run the Rebate management Process on a batch job daily with class name "TAMRebateCreateTransController",

1. We need to be able set the From and To dates to a today variable, currently we cannot set it to run 't' for today so it can fetch the day each time. Currently it immediately fetches todays date and cannot stay on 't'.


With the Rebate management Posting with class name "TAMRebatePostController":

1. To be able run the batch job daily with dates Posting date, From date, To date to 't' for today so it can fetch the day each time. Currently it immediately fetches todays date and cannot stay on 't'.

2. Also to be able to update the form and to date and posting date on the Batch job parameter page.

STATUS DETAILS
New