Skip to main content

system.kanoa.inventory.updateInventoryBin(inventoryBinInfo, userId)

Updates a inventory bin record.


Parameters

inventoryBinInfo Dictionary

- binCodeString
- binDescriptionString
- inventoryBinIdInteger
- inventoryLocationIdInteger
- isActiveBoolean

userId Integer:Id of the user executing the function


Returns

# of records modified Integer
message String None if success


Example