ProdStatusType.isBefore Method [AX 2012]

Indicates whether the status of a production order is less than the _prodStatus parameter.

public boolean isBefore(ProdStatus _prodStatus)

Run On

Called

Parameters

_prodStatus
Type: ProdStatus Enumeration
An arbitrary status which will be compared to the status of a production order.

Return Value

Type: boolean
true if the status of a production order is less than status specified by the _prodStatus parameter; otherwise, false.

Community Additions

ADD
Show: