system.kanoa.sheet.deleteSheetWithHistory(chkShtId, userId)
Deletes a check sheet and any associated checkEvent data
Parameters
chkShtId Integer: Id of check sheet to delete
userId Integer
Returns
success Boolean
Example
chkShtId = 56
userId = 5
success = system.kanoa.quality.sheet.deleteSheetWithHistory(chkShtId, userId)