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