ProdStatusType_Completed.previousProdStatus Method [AX 2012]

Defines the previous status for a completed production order.

public ProdStatus previousProdStatus()

Run On

Called

Return Value

Type: ProdStatus Enumeration
The ProdStatus field on an underlying ProdTable buffer.

Although setting a previous status for a completed production order is not allowed, this method never throws an exception.

Instead, an exception is thrown in the ProdStatusType_Completed.setPreviousStatus method.

Community Additions

ADD
Show: