system.kanoa.quality.config.getChkShtTriggers(paramsDict)
Returns all check sheets triggers that meet the passed criteria. paramsDict keys are optional.
Parameters
paramsDict Dictionary
| - chkShtId | Integer | |
| - chkShtName | String | |
| - chkShtTriggerId | Integer | |
| - enabled | Boolean | |
| - shiftName | String | |
| - shiftNameId | Integer | |
| - triggerTypeName | String |
Returns
chkShtTriggerEData pyDataset
Example
paramsDict = {'enabled': True}
chkShtTriggerEData = system.kanoa.quality.config.getChkShtTriggers(paramsDict)