MCRRoyaltyVendTable::cumulateRoyalties Method
Calculates the cumulative royalty amount.
Syntax
server public static void cumulateRoyalties(
VendAccount _vendAccount,
date _startDate,
date _endDate)
Run On
Server
Parameters
- _vendAccount
Type: VendAccount Extended Data Type
The vendor account number for whom the cumulate royalty amount is calculating.
- _startDate
Type: date
The starting date of the period.
- _endDate
Type: date
The ending date of the period.