Share via


InventTransWMS_Register::updateInventOnServer Method [AX 2012]

Calls a server bound method to convert the proposed changes into real inventory updates for a given buffer.

Syntax

server protected static boolean updateInventOnServer(
    Common _movementRecord, 
    TmpInventTransWMS _tmpInventTransWMS, 
    container _mapQtyByTmpInventTransWMSPacked, 
    container _mapInventTransInventTransOriginPacked)

Run On

Server

Parameters

  • _movementRecord
    Type: Common Table
    A buffer for which items are being registered.
  • _mapQtyByTmpInventTransWMSPacked
    Type: container
    A packed map that contains detail information to the pending records.
  • _mapInventTransInventTransOriginPacked
    Type: container
    A packed map that contains inventory transaction to origin mapping.

Return Value

Type: boolean
true if the update succeeded; otherwise, false.

See Also

Reference

InventTransWMS_Register Class