ReqSetupDim.checkPlannedOrderType Method [AX 2012]

Indicates whether the specified planned order type is valid.

public boolean checkPlannedOrderType(ReqPOType _reqPOType, [boolean _showWarning])

Run On

Called

Parameters

_reqPOType
Type: ReqPOType Enumeration
A ReqPOType enumeration value that holds the planned order type to be checked.
_showWarning
Type: boolean
A Boolean that indicates whether warnings should be presented; optional.

Return Value

Type: boolean
true if the specified planned order type is valid; otherwise false.

Community Additions

ADD
Show: