SalesLinePotencyPriceCache Class [AX 2012]
The SalesLinePotencyPriceCache class builds and caches sales order line potency pricing details.
| 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.) |
| exists | Validates does the record exist in the cache. |
| fillPotencyCache | Fills the cache with calculated pricing information in the current sales order. |
| fillPotencyCacheIfUninitialized | |
| getActiveLineCalculatedAmount | Gets the adjusted net amount for the specified sales line. |
| getActiveLineCalculatedUnitPrice | Gets the adjusted unit price if this is an advanced pricing order. |
| getActiveLineCalculationId | Gets the calculation ID if this is an advanced pricing order. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isItemPotencyEnabled | Gets whether the specified item is potency enabled. |
| new | Initializes a new instance of the SalesLinePotencyPriceCache class. |
| 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.) |
| parmSalesId | Gets or sets the SalesId parameter. |
| recalculatePotencyPricingCache | Recalculate the potency cached values of the selected sales line. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| shouldCalculatePotencyPricing | Determines whether the specified item ID should have potency pricing information calculated. |
| 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.) |
| ::buildPotencyCache | |
| ::newFromSalesId | Creates and initializes the SalesLinePotencyPriceCache instance based on a sales order ID. |
Community Additions
ADD
Show: