WHSInventEnabled::updateItem Method
Adds the record to the WHSInventEnabled table with the specified item ID if we want to enable the item for WHS Removes the record from the WHSInventEnabled table with the specified item ID if we want to disable the item for WHS
Syntax
client server public static void updateItem(ItemId _itemId, boolean _whsEnabled)
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The item ID of the InventTable to update.
- _whsEnabled
Type: boolean
true if we want to enable item for WHS; otherwise, false.