system.kanoa.quality.config.sheets.deleteItemSets
Description
Deletes item set links for a check sheet.Syntax
deleteItemSets(chkShtId, userId)Parameters:
Returns:
Code Examples
# Usage example
chk_sht_id = 56
user_id = 123
records_modified = system.kanoa.quality.config.sheets.deleteItemSets(chkShtId=chk_sht_id, userId=user_id)
print(records_modified)