PmfProdCoByStatus.runStatusDecrease Method [AX 2012]

Reverses the effects of a transition to a higher status.

public boolean runStatusDecrease(ProdParmStatusDecrease _prodParmStatusDecrease)

Run On

Called

Parameters

_prodParmStatusDecrease
Type: ProdParmStatusDecrease Table
A ProdParmStatusDecrease record that contains the parameters for the status decrease operation.

Return Value

Type: boolean
true if the decrease of the status was successful; otherwise, false.

ExceptionCondition
Error

This method has not been overridden by a derived class.

When a status decrease should be allowed for a co-byproduct production batch line the derived status class must override this method.The PmfProdCoByStatus class does not allow for the decrease and throws an error.

Community Additions

ADD
Show: