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.
Sets class variables for the TAMActualCostDP class and returns the value calculated by the calcActualAmount.
Syntax
server public static AmountCur calcAmt(TAMPromotionID _promotionID, CustAccount _custAccount)
Run On
Server
Parameters
- _promotionID
Type: TAMPromotionID Extended Data Type
The Promotion ID to calculate for
- _custAccount
Type: CustAccount Extended Data Type
The customer ID to calculate for
Return Value
Type: AmountCur Extended Data Type
This is the actual amount for the promotion.
Remarks
Created for the TAMPLanVsActualSalesGraph class.
Form used to use the TAMPlannedVsActual, but that class is no longer needed. So as to not duplicate code created this method.