Share via


InventTransWMS_Register.writeTmpInventTransWMS Method [AX 2012]

Writes a record to the pending records table.

Syntax

public boolean writeTmpInventTransWMS(
    TmpInventTransWMS _tmpInventTransWMS, 
    InventTrans _inventTrans, 
    InventDim _inventDim)

Run On

Client

Parameters

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

Return Value

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

See Also

Reference

InventTransWMS_Register Class