ProdStatusType_Scheduled.runSplit Method [AX 2012]

Splits a production order into several production orders.

public boolean runSplit(
    ProdParmSplit _prodParmSplit, 
   [boolean _ask, 
    RunbaseRecsMapable _multi])

Run On

Called

Parameters

_prodParmSplit
Type: ProdParmSplit Table
The production split parameter that is used to split a production order.
_ask
Type: boolean
A value of TRUE indicates that method will only check whether splitting is allowed. A value of FALSE indicates that the method will also perform the split.; optional
_multi
Type: RunbaseRecsMapable Interface
A parameter that is used to split multiple production orders at the same time; optional.

Return Value

Type: boolean
A value indicating whether the production order is not a sub production if the _ask parameter is true; otherwise, true.

Community Additions

ADD
Show: