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 planned amounts for the passed in category tied to a fund based on the status defined on the parameters.
Syntax
private AmountCur calcPlanned(MCRMerchandisingEventCategory _category)
Run On
Server
Parameters
- _category
Type: MCRMerchandisingEventCategory Enumeration
Value used to determine what planned category is being calculated for; lump sum, bill back, or off invoice.
Return Value
Type: AmountCur Extended Data Type
The calculated amount for the passed category
Remarks
Use query instead of while select here to use the list of valid statuses as a filtering criteria.