MCRPriceHistoryUpdate Class [AX 2012]
The MCRPriceHistoryUpdate class.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| combineLists | Combines two lists into a single list. |
| deleteNoLongerFoundReferences | Deletes any references that the price history line has to price history records that are no longer applicable for the line. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findOrCreateHistory | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initPriceDisc_LineDisc | Creates a new PriceDisc_LineDisc object from the price history line. |
| initPriceDisc_Price | Creates a new PriceDisc_LineDisc object from the price history line. |
| initSetCurrentPriceHistoryRecId | Initializes a set containing RecIds of MCRPriceHistory records to which the price history line currently refers. |
| insertNewlyFoundReferences | Inserts references to price history records that are found in the latest price/discount search and did not apply before. |
| insertNewOrderLineReference | Inserts a new MCROrderLine2PriceHistoryRef record and updates the price history line's field from the newly inserted record. |
| new | Creates a new MCRPriceHistoryUpdate 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.) |
| update | Updates the price history and, if necessary, any price history references for the record that was recently updated and requires a price history. |
| updateInventTableModule | Updates price history, if necessary, from InventTableModule. |
| updateMerchEventPricing | |
| updateMultiline | Update the price history records. |
| updatePriceDisc | Updates history (if necessary) for trade agreements. |
| updatePriceHistoryLineReferences | Inserts or deletes references for the price history line based on the line's current references and the results of the price/discount search. |
| 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.) |
| ::construct | Instantiates class MCRPriceHistoryUpdate. |
| ::constructNoThrow | Instantiates class MCRPriceHistoryUpdate. |
| ::isPriceHistoryUpdateEnabled | Returns whether price history is enabled and whether a price history update should ever be called. |
Community Additions
ADD
Show: