Share via


LeanCostingFacade.isDefaultProductionFlowActive Method [AX 2012]

Returns information about the default production flow for the product, site, and date for which the LeanCostFacadeBase.getActiveProductionFlow method was last called.

Syntax

public UnknownNoYes isDefaultProductionFlowActive()

Run On

Called

Return Value

Type: UnknownNoYes Enumeration
A UnknownNoYes::Unknown enumeration value if there is no default production flow or the LeanCostFacadeBase.getActiveProductionFlow method was not called. The UnknownNoYes::Yes enumeration value if the default production flow is active. The UnknownNoYes::No enumeration value if the default production flow is not active.

See Also

Reference

LeanCostingFacade Class