system.kanoa.inventory.updateInventoryBinField(inventoryBinId, field, value, userId)
Updates the inventory bin field with the passed value for the inventoryBinId
Parameters
inventoryBinId Integer: Id of inventory bin to update
field String: Valid options are inventoryLocationId, binCode, binDescription, isActive
value String: Value to update to
userId Integer:Id of the user executing the function
Returns
# of records modified Integer
message String None if success
Example