Share via


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

  • _whsEnabled
    Type: boolean
    true if we want to enable item for WHS; otherwise, false.

See Also

Reference

WHSInventEnabled Table