system.kanoa.sheet.deleteItems(chkShtId, userId)
Delete the item links for a check sheet.
Parameters
chkShtId Integer: Id of check sheet
userId Integer: Id of user executing the function
Returns
# of records modified Integer
Example
chkShtId = 56
userId = 123
retVal = system.kanoa.quality.sheet.deleteItems(chkShtId, userId)