TAMWhatIfAnalysis Class [AX 2012]
The TAMWhatIfAnalysis class calculates all fields on the what if calculation and planned analysis form.
| Method | Description | |
|---|---|---|
| calcAllValues | Calculates all values that are needed for this class. |
| calcExtAvgPrice | Calculates the extended average price. |
| calcExtBBDiscounts | Finds the total discount of bill back merchandising events. |
| calcExtNetDiscPrice | Calculates the planned total sales for a promotion after all promotional discounts are taken. |
| calcExtOIDiscounts | Calculates the extended off invoice discount amount. |
| calcIncrementalQty | Calculates the qty expected to sell during the promotion period with lift. |
| calcLumpSumCost | Calculates the cost of all lump sum events on a promotion. |
| calcNetIncrementalSales | Calculates sales above and beyond the amount of sales without the promotion. |
| calcNetPromotionSales | Calculates sales for the promotion. |
| calcOverriddenIncrementalQty | Calculates the incremental planned qty of sales based on the overridden ship qty. |
| calcSales | Calculates the total sales of all items on a promotion. |
| calcTotalAvgPrice | Calculates the average price of an item on the promotion in the promotion unit of measure. |
| calcTotalCost | Calculates all costs associated with a promotion. |
| calcTotalVariableCost | Calculates the total cost of bill backs and off invoices on a promotion. |
| calcTotalVariableExtDisc | Calculates the off invoice and bill back discounts multiplied by the total qty expected to be sold during the promotion. |
| calcTotalVariableUnitDisc | Calculates the bill back plus off invoice cost. |
| calcUnitBBDisc | Calculates the bill back discount cost. |
| calcUnitNetDiscPrice | Calculates the unit price after promotional discounts. |
| calcUnitOIDisc | Calculates the off invoice discount cost. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAvgUnitPrice | Gets the average unit price. |
| getExtAvgPrice | Gets the extended average price. |
| getExtBBDisc | Gets the extended bill back discount. |
| getExtNetDiscPrice | Gets the extended prices after discounts. |
| getExtOIDisc | Gets the extended off invoice discount. |
| getIncrementalQty | Gets the quantity that is planned to be sold above the normal levels due to the promotion. |
| getLSCost | Gets the lump sum cost. |
| getNetIncSales | Gets the sales above normal amount due to a promotion. |
| getNetPromoSales | Gets the sales for the promotionpromotion. |
| getOverriddenIncrementalQty | Gets the qty to be sold over the normal amount due to the promotion. |
| getSales | Gets the overall sales for the promotion. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTotalCost | Gets the total cost of the promotion. |
| getTotalExtDisc | Gets the total off invoice and bill back cost. |
| getTotalVarCost | Gets the total variable cost. |
| getTotalVarUnitDisc | Gets the unit discounts for off invoice and bill back. |
| getUnitBBDisc | Gets the bill back discounts. |
| getUnitNetDiscPrice | Gets the unit price after off invoice and bill back discounts. |
| getUnitOIDisc | Gets the off invoice discounts. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initValues | Initializes all values to 0. |
| new | Initializes values and sets the passed buffer. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: