system.kanoa.sheet.deleteTooling(chkShtId, userId)
Delete the tooling 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 = 5
retVal = system.kanoa.quality.sheet.deleteTooling(chkShtId, userId)