system.kanoa.quality.config.sheets.addSheetAlertGroups
Description
Adds links between a check sheet and a list of alert groups.Syntax
addSheetAlertGroups(chkShtId, alertGroupIdList, userId)Parameters:
Returns:
Code Examples
# Usage example
chk_sht_id = 56
alert_group_id_list = [1, 2, 3]
user_id = 123
records_created = system.kanoa.quality.config.sheets.addSheetAlertGroups(chkShtId=chk_sht_id, alertGroupIdList=alert_group_id_list, userId=user_id)
print(records_created)