Skip to main content

system.kanoa.inventory.addInventoryTransactionType(inventoryTransactionTypeInfo, userId)

Adds a new inventory transaction type record.


Parameters

inventoryTransactionTypeInfo Dictionary

- inventoryTransactionTypeIdInteger
- quantitySignString
- transactionTypeCodeString
- transactionTypeNameString

userId Integer:Id of the user executing the function


Returns

inventorytransactiontypeId Integer
message String None if success


Example