Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the cumulative rebate amount for the customer.
Syntax
server public static void cumulateRebates(
CustAccount _custAccount,
date _startDate,
date _endDate)
Run On
Server
Parameters
- _custAccount
Type: CustAccount Extended Data Type
A customer account number for which the cumulate rebate amount will be calculated.
- _startDate
Type: date
The starting date of the period.
- _endDate
Type: date
The ending date of the period.