Skip to main content

system.kanoa.sheet.addTooling(chkShtId, toolingIdList, userId)

Adds links between a check sheet and a list of tools. An entry in this table indicates that this check sheet is valid for this tool.


Parameters

chkShtId Integer: Id of check sheet
toolingIdList List of Integers: list of toolingId's
userId Integer: Id of user executing the function


Returns

# of records created Integer


Example

chkShtId = 56
toolingIdList = [1, 2, 3]
userId = 5
retVal = system.kanoa.quality.sheet.addTooling(chkShtId, toolingIdList, userId)