system.kanoa.asset.addStateCategory
Description
Adds a State Category to the stateCategory table.Syntax
addStateCategory(stateCategoryName, userId)Parameters:
Returns:
Code Examples
# Example Usage:
stateCategoryId = system.kanoa.asset.addStateCategory('CategoryName', 789)