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 vendor.
Syntax
server public static void cumulateRebates(
VendAccount _vendAccount,
date _startDate,
date _endDate)
Run On
Server
Parameters
- _vendAccount
Type: VendAccount Extended Data Type
The vendor account number for whom the cumulate rebate amount is calculating.
- _startDate
Type: date
The starting date of the period for which to cumulate.
- _endDate
Type: date
The ending date of the period for which to cumulate.