ProdStatusType.runCopy Method [AX 2012]

Performs copying of the bills of materials or route of a production order.

public boolean runCopy([boolean _ask])

Run On

Called

Parameters

_ask
Type: boolean
A value of TRUE indicates that method will only check whether copying is allowed. A value of FALSE indicates that the method will also perform the copy.; optional

Return Value

Type: boolean
true if the _ask parameter is false; otherwise, false.

This method has no meaningful implementation and is intended to be implemented in derived classes.

Community Additions

ADD
Show: