ReqSetupDim.plannedOrderTypeReq Method [AX 2012]
Retrieves the planned order type for an item ID and coverage dimensions.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
public ReqRefType plannedOrderTypeReq([ReqIsDerivedDirectly _derivedDirectly, boolean _isBOMCalc])
Microsoft Dynamics AX 2012 R2 (SYS)
public ReqRefType plannedOrderTypeReq([ReqIsDerivedDirectly _derivedDirectly])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public ReqRefType plannedOrderTypeReq([ReqIsDerivedDirectly _derivedDirectly])
Microsoft Dynamics AX 2012 (FPK)
public ReqRefType plannedOrderTypeReq([ReqIsDerivedDirectly _derivedDirectly])
Microsoft Dynamics AX 2012 (SYS)
public ReqRefType plannedOrderTypeReq([ReqIsDerivedDirectly _derivedDirectly])
Run On
CalledParameters
- _derivedDirectly
- Type: ReqIsDerivedDirectly Extended Data Type
A Boolean value that indicates whether this relates to a directly derived issue.
- _isBOMCalc
- Type: boolean
Return Value
Type: ReqRefType EnumerationA ReqRefType enumeration value that represents the planned order type.
Community Additions
ADD
Show:
Note