Share via


InventTransWMS_Pick::updateInventServer Method [AX 2012]

Converts the pending picking records to actual updates.

Syntax

server protected static boolean updateInventServer(
    TmpInventTransWMS _tmpInventTransWMS, 
    container _mapQtyByTmpInventTransWMSPacked, 
    container _mapInventTransInventTransOriginPacked)

Run On

Server

Parameters

  • _tmpInventTransWMS
    Type: TmpInventTransWMS Table
    The TmpInventTransWMS table containing pending changes to temporary table.
  • _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_Pick Class