Share via


WHSWorkCreate.splitTmpWorkLine Method [AX 2012]

Takes the quantity to leave on the current line, then splits the remaining quantity off onto its own line.

Syntax

public void splitTmpWorkLine(
    WHSTmpWorkLine _tmpWorkLine, 
    InventQty _maxInventQty, 
    InventQty _remInventQty, 
    LineNum _lineNum)

Run On

Server

Parameters

See Also

Reference

WHSWorkCreate Class