Skip to main content

system.kanoa.sheet.addSheetType(shtTypeInfo, userId)

Adds a new sheet type


Parameters

shtTypeInfo Dictionary

- chkShtTypeNameString
- descriptionString
- enabledBoolean
- parentIdInteger

userId Integer


Returns

chkShtTypeId Integer


Example

shtTypeInfo = {'chkShtTypeName': 'Quality', 'parentId': 1, 'description': None, 'enabled': True}
userId = 5
chkShtTypeId = system.kanoa.quality.sheet.addSheetType(shtTypeInfo, userId)