Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.