LeanCostingFacade Class [AX 2012]
The LeanCostingFacade class provides an interface between lean manufacturing on one side and lean costing and BOM calculation on the other.
| 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.) |
| getActiveProductionFlow | Determines the active production flow for a specified item, site, and date. (Overrides the getActiveProductionFlow Method.) |
| getDefaultDimensions | Retrieves the dimensions that are associated with a LeanProductionFlowReference record. (Overrides the getDefaultDimensions Method.) |
| getKanbanQuantity | Determines the kanban quantity for the specified production flow, item, and site. (Overrides the getKanbanQuantity Method.) |
| getProductionFlowFromInventTrans | Determines the production flow for a specified inventory transaction originator. (Overrides the getProductionFlowFromInventTrans Method.) |
| getProductionFlowFromPurchLine | Determines the production flow for a specified purchase line. (Overrides the getProductionFlowFromPurchLine Method.) |
| getProductionFlows | Determines all production flows for a specified item, site, and date. (Overrides the getProductionFlows Method.) |
| getProductionGroup | Retrieves the production group that is associated with a LeanProductionFlowReference record. (Overrides the getProductionGroup Method.) |
| getResourcesUsage | Calculates the usage of the internal operation resource related to the production flow for an item, date, and quantity. (Overrides the getResourcesUsage Method.) |
| getResourcesUsageKanbanJob | Calculates the resource usage of the production flow operation for a kanban job. (Overrides the getResourcesUsageKanbanJob Method.) |
| getSubcontractedServicesUsage | Calculates quantities of subcontracted services usage for an item, date, and quantity. (Overrides the getSubcontractedServicesUsage Method.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getUnusedQuantities | Calculates unused production flow quantities. (Overrides the getUnusedQuantities Method.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isDefaultProductionFlowActive | Returns information about the default production flow for the product, site, and date for which the LeanCostFacadeBase.getActiveProductionFlow method was last called. (Overrides the isDefaultProductionFlowActive Method.) |
| isInventoryControlled | Determines whether an item is inventory controlled in a production flow at a specified site. (Overrides the isInventoryControlled Method.) |
| isItemMadeInProductionFlow | Determines whether a specified item is produced in the given production flow and date. (Overrides the isItemMadeInProductionFlow Method.) |
| mergeDefaultDimensions | Merges the dimensions that are associated with a LeanProductionFlowReference record and the default dimension that is provided. (Overrides the mergeDefaultDimensions Method.) |
| new | Initializes a new instance of the LeanCostingFacadeBase class. (Inherited from LeanCostingFacadeBase.) |
| 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.) |
| 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 LeanCostingFacade class. |
Community Additions
ADD
Show: