BOMProdFlowSubcontractedServicesUsage Class [AX 2012]
The BOMProdFlowSubcontractedServicesUsage class is used to calculate the cost of the subcontracted services for a given item and dimension pair during the BOM calculation.
| Method | Description | |
|---|---|---|
| calc | Performs the calculation for the current object. |
| calcCost | Finds the cost of the service item according to the setup of the BOM calculation. |
| 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.) |
| initParameters | Initializes member variables that are used during the calculation. |
| new | Initializes a new instance of the BOMProdFlowSubcontractedServicesUsage 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.) |
| parmConsumedQty | Gets or sets the ConsumedQty parameter. |
| parmInventDimId | Gets or sets the InventDimId parameter. |
| parmItemId | Gets or sets the ItemId parameter. |
| 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.) |
| updateCostPriceModelUsed | Updates the CostPriceModelUsed field in the _bufferCalcTrans record. |
| updatePerQtyPrices | Updates the CostPriceQty , CostMarkupQty , SalesPriceQty, and SalesMarkupQty fields by using the current consumption values in the result record. |
| updateSalesPriceModelUsed | Updates the SalesPriceModelUsed field in the _bufferCalcTrans record. |
| updateWarnings | Checks the warning conditions and updates the messages in the BOMCalcTrans record. |
| 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 | Initializes a new instance of the BOMProdFlowSubcontractedServicesUsage class. |
Community Additions
ADD
Show: