system.kanoa.sheet.deleteSheetAlertGroups(chkShtId, userId)
Delete the alert group links for a check sheet.
Parameters
chkShtId Integer: Id of check sheet
userId Integer
Returns
# of records modified Integer
Example
chkShtId = 56
userId = 5
records_modified = system.kanoa.quality.sheet.deleteSheetAlertGroups(chkShtId, userId)