LeanCostingFacadeBase Class [AX 2012]

The LeanCostFacadeBase class provides an interface between lean manufacturing on one side and lean costing and BOM calculation on the other.

Syntax

class LeanCostingFacadeBase

Run On

Called

Methods

  Method Description
Gg770031.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg770031.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg770031.pubmethod(en-us,AX.60).gif getActiveProductionFlow Retrieves the record ID of the active production flow for a specified item, site, and date.
Gg770031.pubmethod(en-us,AX.60).gif getDefaultDimensions Retrieves the dimensions that are associated with a LeanProductionFlowReference record.
Gg770031.pubmethod(en-us,AX.60).gif getKanbanQuantity Gets the kanban quantity for a specified production flow, item, and site.
Gg770031.pubmethod(en-us,AX.60).gif getProductionFlowFromInventTrans Gets the production flow for a specified inventory transaction originator.
Gg770031.pubmethod(en-us,AX.60).gif getProductionFlowFromPurchLine Determines the production flow for a specified purchase line.
Gg770031.pubmethod(en-us,AX.60).gif getProductionFlows Gets all production flows for a specified item, site, and date.
Gg770031.pubmethod(en-us,AX.60).gif getProductionGroup Gets the production group that is associated with a LeanProductionFlowReference record.
Gg770031.pubmethod(en-us,AX.60).gif getResourcesUsage Calculates the production flow operation resource usage for an item, date, and quantity.
Gg770031.pubmethod(en-us,AX.60).gif getResourcesUsageKanbanJob Calculates the resource usage of the production flow operation of a kanban job.
Gg770031.pubmethod(en-us,AX.60).gif getSubcontractedServicesUsage Calculates quantities of subcontracted services usage for an item, date, and quantity.
Gg770031.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg770031.pubmethod(en-us,AX.60).gif getUnusedQuantities Calculates the unused production flow quantities.
Gg770031.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg770031.pubmethod(en-us,AX.60).gif isDefaultProductionFlowActive Returns information about the default production flow for the product, site, and date for which the LeanCostFacadeBase.getActiveProductionFlow method was last called.
Gg770031.pubmethod(en-us,AX.60).gif isInventoryControlled Indicates whether an item is inventory controlled in a production flow at a specified site.
Gg770031.pubmethod(en-us,AX.60).gif isItemMadeInProductionFlow Indicates whether a specified item is produced in the specified production flow and date.
Gg770031.pubmethod(en-us,AX.60).gif mergeDefaultDimensions Merges the dimensions that are associated with a LeanProductionFlowReference record and the default dimension that is provided.
Gg770031.protmethod(en-us,AX.60).gif new Initializes a new instance of the LeanCostingFacadeBase class.
Gg770031.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg770031.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg770031.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg770031.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg770031.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg770031.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg770031.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg770031.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg770031.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Remarks

The LeanCostFacadeBase base class is abstract.

Inheritance Hierarchy

Object Class
  LeanCostingFacadeBase Class
    LeanCostingFacade Class