TAMActualQuantities Class [AX 2012]
The TAMActualQuantities class is designed to get the actual quantity purchased during the time of a given promotion.
| Method | Description | |
|---|---|---|
| calcActualBaseQty | Calculates actual base quantity. |
| calcAllQuantities | Calculates and sets all actual quantity values. |
| calcBBInvoiceAmt | Finds all amounts related to bill back merchandise events that have not already been evaluated for off invoice merchandise events on the same promotion to calculate the bill back invoiced quantity. |
| calcBBShipQty | Finds all quantities related to bill back merchandise events that have not already been evaluated for off invoice merchandise events on the same promotion to calculate the bill back shipped quantity. |
| calcLiftPercent | Calculates the actual lift percent for a promotion. |
| calcOIInvoiceAmt | Gets all invoiced amounts for off invoice events on a promotion. |
| calcOIShipQty | Gets all shipped quantities for off invoice events on a promotion. |
| calcShipQty | Calculates the overall shipped quantity for a promotion. |
| 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.) |
| getActualBaseQty | Gets the actual base qty. |
| getInvoiceAmt | Gets the actual invoiced amount. |
| getLiftPercent | Gets the actual lift percent. |
| getsalesorderInventTransId | Gets the list of InventTransId values for the sale order used to find the correct shipment records in the shipment tab. |
| getSalesOrderInvoiceRecId | Gets the list of RecId values for the sales order invoice used to find the correct invoice records in the invoice tab. |
| getShipQty | Gets the actual ship qty. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Passes in the trade promotion that is being evaluated for actual ship quantity. |
| 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.) |
| ::getCustInvoiceTmpRecords | Gets the temporary sales order invoice records found from the list of RecId values. |
| ::getInventTransTmpRecords | Gets the temporary invent trans records found from the list of inventory transaction ID's. |
Community Additions
ADD
Show: