Share via


LeanCostingFacadeBase.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 abstract UnknownNoYes isDefaultProductionFlowActive()

Run On

Called

Return Value

Type: UnknownNoYes Enumeration
The UnknownNoYes::Unknown enumeration value if there is no default production flow or 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

LeanCostingFacadeBase Class