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
| - chkItemGroupId | Integer | |
| - chkItemGroupName | String | |
| - chkItemId | Integer | |
| - chkItemName | String | |
| - chkItemTypeId | Integer | |
| - chkItemTypeName | String | |
| - chkShtEventId | Integer | |
| - chkShtId | Integer | |
| - chkShtStateIds | List of Integers | |
| - chkShtTypeId | Integer | |
| - enabled | Boolean | |
| - hasValue | Boolean | |
| - itemClassPath | String | |
| - itemId | Integer |
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)