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