Share via


ReqPO::reqPoType2ReqRefType Method

Gets a master planning reference type based on an order type.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static ReqRefType reqPoType2ReqRefType(ReqPOType _reqPOType, [boolean _isFormulaItem])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static ReqRefType reqPoType2ReqRefType(ReqPOType _reqPOType, [boolean _isFormulaItem])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static ReqRefType reqPoType2ReqRefType(ReqPOType _reqPOType, [boolean _isFormulaItem])

  Microsoft Dynamics AX 2012 (FPK)
          client server public static ReqRefType reqPoType2ReqRefType(ReqPOType _reqPOType)

  Microsoft Dynamics AX 2012 (SYS)
          client server public static ReqRefType reqPoType2ReqRefType(ReqPOType _reqPOType)

Run On

ClientOrServer

Parameters

  • _isFormulaItem
    Type: boolean
    A Boolean value that indicates whether the item for which to get the order type is a formula item; optional.

Return Value

Type: ReqRefType Enumeration
A master planning reference type.

See Also

Reference

ReqPO Table