TAMActualCostDP Class [AX 2012]
The TAMActualCostDP class is the report data provider class that supports the TAMActualCost report.
| Method | Description | |
|---|---|---|
| calcActualAmt | Calculates the actual amounts. |
| calcActualBB | Calculates the actual amount of claims that have been approved for bill backs that are related to this promotion. |
| calcActualLumpSumCust | Calculates the actual lumpsum amount. |
| calcActualLumpSumTAM | Calculates the actual lumpsum amount. |
| calcIncurredActualOI | Calculates all shipped dollar amounts tied to an order that received the promotion. |
| calcIncurredAmt | Calculates the incurred amount. |
| calcIncurredBB | Adds together all shipped quantity amounts that are tied to a bill back on the trade promotion. |
| calcIncurredlLumpSumTAM | Calculates the incurred lumpsum amount. |
| calcIncurredLumpSumCust | Calculates the incurred lumpsum amount. |
| calcPlannedAmt | Gets the planned amount. |
| calcPlannedBB | Gets the cost of all bill backs on a promotion. |
| calcPlannedLS | Gets the cost of all lump sums on a promotion. |
| calcPlannedOI | Gets the cost of all off invoice merchandising events on a promotion. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| discountAmount | Calculates the estimated discount amounts for off invoice and bill back merch events based on the price level that has been marked as use for analytics. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTAMActualCostTmp | Returns the temp table used by the TAMActualCost report. |
| getTAMPromotion | Retrieves the trade promotion record. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| insertTAMActualCostTmp | Fills the TAMActualCostTmp table with details. |
| new | Initializes a new instance of the SRSReportDataProviderBase class. (Inherited from SRSReportDataProviderBase.) |
| 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.) |
| parmDataContract | Gets or sets the data contract for the RDP class. (Inherited from SRSReportDataProviderBase.) |
| parmMetadata | Gets or sets the Metadata parameter. (Inherited from SRSReportDataProviderBase.) |
| parmQuery | Gets or sets a Query object. (Inherited from SRSReportDataProviderBase.) |
| processReport | Processes the report business logic. (Overrides the processReport Method.) |
| setClassVars | Sets class variables for the TAMActualCostDP class |
| setParametersMap | Sets the parameter values. (Inherited from SRSReportDataProviderBase.) |
| 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.) |
| ::calcAmt | Sets class variables for the TAMActualCostDP class and returns the value calculated by the calcActualAmount. |
Community Additions
ADD
Show: