system.kanoa.sheet.addSheetType(shtTypeInfo, userId)
Adds a new sheet type
Parameters
shtTypeInfo Dictionary
| - chkShtTypeName | String | |
| - description | String | |
| - enabled | Boolean | |
| - parentId | Integer |
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)