Skip to main content

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

Delete the item class 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.deleteItemClasses(chkShtId, userId)