ReqTrans.isDelayed Method
Checks whether the current order is delayed.
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
public boolean isDelayed([ReqPO _reqPO])
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean isDelayed()
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean isDelayed()
Microsoft Dynamics AX 2012 (FPK)
public boolean isDelayed()
Microsoft Dynamics AX 2012 (SYS)
public boolean isDelayed()
Run On
Called
Parameters
- _reqPO
Type: ReqPO Table
The planned order associated to the current record; optional.
Return Value
Type: boolean
true if the order is delayed; otherwise, false.
Exceptions
Exception | Condition |
---|---|
Error | An error is thrown if the specified planned order in the _reqPO parameter is not linked to this requirement. |
Remarks
If _reqPO parameter is not specified, it is calculated for planned order references.