PriceDiscSalesTmpPrintoutHelper Class [AX 2012]
The PriceDiscSalesTmpPrintoutHelper class allows for price-discount services logic in building up data required by services.
| Method | Description | |
|---|---|---|
| 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.) |
| 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 | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| ::buildDateBreakerSetForLineDiscount | Creates a set that contains price discount date breakers for line discounts registered in the system. |
| ::buildDateBreakerSetForMultilineDiscount | Creates a set that contains multiline discount date breakers for price discounts that are registered in the system. |
| ::buildDateBreakerSetForPriceList | Creates a set that contains price discount date breakers for price discounts that are registered in the system. |
| ::buildDateBreakerSetForTotalDiscount | Builds a set of date breakers that are based on the total discounts registered in the system. |
| ::buildJoinedInventTableQueryForLineDisc | Builds a query object that accesses the InventTable table by AxdLineDiscount service execution when it populates a temporary table with relevant data. |
| ::buildJoinedInventTableQueryForPriceList | Builds a query object that accesses the InventTable table by AxdPricelist service execution when it populates a temporary table with relevant data. |
| ::buildQuantityBreakerSetForLineDiscount | Creates a set that contains quantity breakers for price discounts registered in the system. |
| ::buildQuantityBreakerSetForPriceList | Creates a set that contains quantity breakers for prices that are registered in the system. |
| ::buildQuantityBreakerSetForTotalDiscount | Instantiates, populates, and returns a set that contains quantity breakers for total discount agreements that are registered in the system. |
| ::buildQuantityBreakerSetMultilineDiscount | Creates a set that contains quantity breakers for multiline discounts that are registered in the system. |
| ::buildUnitIdBreakerSetForItemLineDisc | Creates a set of UnitOfMeasureSymbol instances that are defined for line discount entries applicable for the provided item and customer settings throughout a specified date interval. |
| ::buildUnitIdBreakerSetForItemPrice | Creates a set of UnitOfMeasureSymbol instances that are defined for price entries applicable for provided item, customer and customer price group settings throughout a specified date interval. |
| ::getInventDimCombValues | Gets a map of combination values applicable to a given item. |
| ::getInventDimTableValues | Gets all known values of a product dimension field of a given item. |
Community Additions
ADD
Show: