Skip to main content

system.kanoa.sheet.deleteItemSets(chkShtId, userId)

Delete the item set links for a check sheet.


Parameters

chkShtId Integer: Id of check sheet
userId Integer


Returns

# of records modified Integer


Example

chkShtId = 56
userId = 5
retVal = system.kanoa.quality.sheet.deleteItemSets(chkShtId, userId)