Share via


InventMovement::construct Method [AX 2012]

Creates an instance of the inventMovement class.

Syntax

client server public static InventMovement construct(
    Common _buffer, 
   [InventMovSubType _subType, 
    Common _childBuffer])

Run On

Called

Parameters

Return Value

Type: InventMovement Class
An InventMovement object.

Remarks

The method calls the constructNoThrow method, which, depending on the buffertype, initializes the movement class.

See Also

Reference

InventMovement Class