Skip to main content

system.kanoa.inventory.updateInventoryTransactionTypeField(inventoryTransactionTypeId, field, value, userId)

Updates the inventory transaction type field with the passed value for the inventoryTransactionTypeId


Parameters

inventoryTransactionTypeId Integer: Id of inventory transaction type to update
field String: Valid options are inventoryTransactionTypeId, transactionTypeCode, transactionTypeName, quantitySign
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