BOMCalcProvider Class [AX 2012]
The BOMCalcProvider class is a provider for building the detailed structure for single level BOM calculations.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| cleanUp | Cleans up data in the BOMCalcTransDetail table. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getBOMCalcTable | Gets the BOMCalcTable record for a BOM calculation. |
| getLevelZero | Gets level zero for a BOM calculation. |
| getQuantityFactor | Gets the proportion used for quantity adjustment. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initialize | Initializes the BOMCalcProvider class. |
| initializeDetail | Initializes a BOMCalcTransDetail record. |
| insertDetail | Inserts a BOMCalcTransDetail record into a record sorted list. |
| new | Initializes a new instance of the BOMCalcProvider 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.) |
| parmTransactionId | Gets the TransactionId parameter. |
| priceExist | Determines whether the specified record exists in the InventItemPrice or InventItemPriceSim tables. |
| process | Processes all nested BOM calculations used for a single level BOM calculation. |
| processCostGroup | Processes cost group transactions. |
| processDetails | Processes one BOM calculation used for a single level BOM calculation. |
| 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.) |
| ::canShowDetails | Determines whether details can be shown for the BOM calculation. |
| ::cleanUpByTransactionId | Cleans up data in the BOMCalcTransDetail table for a given transaction Id. |
| ::cleanUpOldTransactions | Cleans up old transactions in the BOMCalcTransDetail table. |
| ::construct | Initializes a new instance of the BOMCalcProvider class. |
| ::createDetails | Creates calculation sub-level details. |
| ::isStandardCostPrice | Determines whether the specified record in the InventItemPrice or InventItemPriceSim table is a standard cost price. |
| ::newFromParameters | Creates an instance of the BOMCalcProvider class. |
Community Additions
ADD
Show: