Share via


WHSInventStatus::convertStatus Method

Takes an inventDim and converts all inventory that is within that dim to the new status.

Syntax

client server public static void convertStatus(
    InventDim _inventDim, 
    WHSInventStatusId _newStatus, 
   [ItemId _itemId])

Run On

Called

Parameters

  • _inventDim
    Type: InventDim Table
    The InventDim ID that is being converted.
  • _itemId
    Type: ItemId Extended Data Type
    The item ID. Optional parameter that is used to convert only inventory for that item.

See Also

Reference

WHSInventStatus Table