Skip to main content

system.kanoa.quality.event.getChkShtEventItems(paramsDict)

This function gets called by the chkShtEventEditor to build the check table. paramsDict keys are optional.


Parameters

paramsDict Dictionary

- chkItemGroupIdInteger
- chkItemGroupNameString
- chkItemIdInteger
- chkItemNameString
- chkItemTypeIdInteger
- chkItemTypeNameString
- chkShtEventIdInteger
- chkShtIdInteger
- chkShtStateIdsList of Integers
- chkShtTypeIdInteger
- enabledBoolean
- hasValueBoolean
- itemClassPathString
- itemIdInteger

Returns

chkShtEventData pyDataset


Example

paramsDict = {'chkShtEventId': 18, 'chkShtId': 3, 'chkItemId': 437, 'chkShtTypeId': 4, 'itemClassPath': 'some path', 'chkShtStateIds': [1, 2, 3], 'itemId': 45, 'enabled': True}
data = system.kanoa.quality.event.getChkShtEventItems(paramsDict)