ProdTableType.pmfCanSplit Method [AX 2012]
Determine if the split option should be available for this production order.
Syntax
public boolean pmfCanSplit()
Run On
Called
Return Value
Type: boolean
true if the split option should be shown; false if it should not be shown.
Remarks
This determines if the split order option should be available to the user. The base implementation always returns true.