Share via


InventTransWMS_Register.createFromInventTrans Method [AX 2012]

Creates a new record in the pending records table that is based on an inventory transaction.

Syntax

public boolean createFromInventTrans(InventTrans _inventTrans, InventDim _inventDim)

Run On

Client

Parameters

  • _inventDim
    Type: InventDim Table
    The InventDim record that is related to the inventory transaction.

Return Value

Type: boolean
true if the record was created successfully; otherwise, false.

See Also

Reference

InventTransWMS_Register Class