LeanConversionCostUpd_CalcProdFlow Class [AX 2012]
The LeanConversionCostUpd_CalcProdFlow class reverses the indirect and direct manufacturing cost during a backflush costing.
| Method | Description | |
|---|---|---|
| addDirectManufacturingConsumption | Adds a direct manufacturing cost ProdRouteTrans record to the corresponding map based on the site. (Inherited from LeanConversionCostUpd.) |
| addDirectManufacturingToLedger | Adds the direct manufacturing transactions to the ledger voucher. (Overrides the addDirectManufacturingToLedger Method.) |
| addDirectMaterialConsumption | Adds direct material consumption to the internal map for calculating indirect cost on it. (Inherited from LeanConversionCostUpd.) |
| addDirectMaterialFinished | Adds materials that are reported as finished to the internal storage structures to calculate indirect cost. During backflush costing, no additional direct materials are reported as finished. (Overrides the addDirectMaterialFinished Method.) |
| addDirectOutsourcing | (Inherited from LeanConversionCostUpd.) |
| addDirectOutsourcingToInternalMap | (Inherited from LeanConversionCostUpd.) |
| addDirectOutsourcingToLedger | (Overrides the addDirectOutsourcingToLedger Method.) |
| addIndirectCostToLedger | Adds the indirect cost transactions to the ledger voucher |
| addLedger | Creates a new ledger posting. (Inherited from LeanConversionCostUpd.) |
| addProdRouteTransConsumption | Adds a ProdRouteTrans record to the internal map for calculating indirect cost when finishing. (Inherited from LeanConversionCostUpd.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkOnDate | Indicates whether a check on the period date should be performed or if it is okay not to check the date. (Overrides the checkOnDate Method.) |
| checkTransDate | Validates the transaction date of the LedgerVoucher object. (Inherited from LeanConversionCostUpd.) |
| clearIndirectWIPAccount | Clears WIP accounts for indirect cost. |
| clearMaterialWIPAccount | Clears a WIP account for direct material cost. |
| clearOutsourcingWIPAccount | Clears WIP accounts for direct outsourcing cost. |
| clearResourcesWIPAccount | Clears WIP accounts for direct manufacturing cost. |
| clearWIPAccounts | Clears WIP accounts for conversion and indirect cost. |
| createAndPostUnusedOutsourcing | Creates and posts a new ProdRouteTrans record for the unused subcontracted service item for a production flow. (Inherited from LeanConversionCostUpd.) |
| createDirectManufacturingCost | Creates direct manufacturing cost records per site and per finished good. (Inherited from LeanConversionCostUpd.) |
| createIndirectConsumption | Triggers the calculation of the indirect cost. (Overrides the createIndirectConsumption Method.) |
| createIndirectFinished | Calculates indirect cost for finished goods in the finished items indirect cost map. (Inherited from LeanConversionCostUpd.) |
| createIndirectRoute | Calculates indirect cost for all route transactions in the route indirect cost map. (Inherited from LeanConversionCostUpd.) |
| createProdRouteTrans | Creates a list of ProdRouteTrans records for each resource consumption reported by the LeanCostingFacade.getResourcesUsageKanbanJob method.Updates the indirect cost for the records in the list. (Inherited from LeanConversionCostUpd.) |
| endLeanSubcontractingPosting | Triggers direct and indirect outsourcing cost creation. (Inherited from LeanConversionCostUpd.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findItemPriceOrThrowError | |
| getLeanCostOutsourcing | (Inherited from LeanConversionCostUpd.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initProdRouteTrans | Initializes a new ProdRouteTrans record. (Inherited from LeanConversionCostUpd.) |
| new | Initializes a new instance of the LeanConversionCostUpd class. (Inherited from LeanConversionCostUpd.) |
| 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.) |
| parmKanbanJob | Gets or sets the KanbanJob parameter. (Inherited from LeanConversionCostUpd.) |
| parmLeanCostingFacade | Gets or sets the LeanCostingFacade parameter. (Inherited from LeanConversionCostUpd.) |
| parmLedgerVoucher | Gets or sets the LedgerVoucher parameter. (Inherited from LeanConversionCostUpd.) |
| parmProductionFlowReference | Gets or sets the ProductionFlowReference parameter. (Inherited from LeanConversionCostUpd.) |
| parmReversal | Gets or sets the Reversal parameter. (Inherited from LeanConversionCostUpd.) |
| processDirectManufacturing | Processes the direct manufacturing cost. (Overrides the processDirectManufacturing Method.) |
| processDirectOutsourcing | Processes the direct outsourcing cost. (Overrides the processDirectOutsourcing Method.) |
| processIndirect | Processes the indirect cost. (Overrides the processIndirect Method.) |
| reset | Resets the indirect cost maps. (Inherited from LeanConversionCostUpd.) |
| 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.) |
| updateDirectManufacturing | Updates the direct manufacturing cost to be calculated in bulk. |
| updateDirectManufacturingTrans | |
| updateDirectOutsourcing | Updates the direct outsourcing cost to be calculated in bulk. |
| updateDirectOutsourcingTrans | |
| updateIndirect | Updates the indirect cost to be calculated in bulk. |
| updateIndirectTrans | Updates the ProdIndirectTrans table with a ledger dimension. |
| updateNow | Creates conversion cost and resets the internal indirect cost maps. (Inherited from LeanConversionCostUpd.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Validates class parameters. (Inherited from LeanConversionCostUpd.) |
| 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 LeanConversionCostUpd_CalcProdFlow class. |
| ::newFromParameters | Creates a new LeanConversionCostUpd_CalcProdFlow object. |
Community Additions
ADD
Show: