system.kanoa.quality.event.getChkShtEvents(paramsDict)
Returns scheduled checkSheets. paramsDict keys are optional.
Parameters
paramsDict Dictionary
| - activeState | Boolean | |
| - assetId | Integer | |
| - assetPath | String | |
| - auto | Boolean | |
| - chkItemId | Integer | |
| - chkShtEventId | Integer | |
| - chkShtId | Integer | |
| - chkShtStateIds | List of Integers | |
| - chkShtStateNames | List of Strings | |
| - chkShtTypeId | Integer | |
| - endDate | DateTime | |
| - itemClassPath | String | |
| - itemId | Integer | |
| - shiftNameId | Integer | |
| - startDate | datetiem |
Returns
chkShtEventData pyDataset
Example
paramsDict = {
'startDate': system.date.addDays(system.date.now(), -5),
'endDate': system.date.addDays(system.date.now()),
'chkShtId': 18
}
chkShtEventData = system.kanoa.quality.event.getChkShtEvents(paramsDict)