system.kanoa.sheet.addItems(chkShtId, itemIdList, userId)
Adds links between a check sheet and a list of items (products). An entry in this table indicates that this check sheet is valid for this item.
Parameters
chkShtId Integer: Id of check sheet
itemIdList list[iunt]: list of itemId's
userId Integer
Returns
# of records created Integer
Example
chkShtId = 56
itemIdList = [1, 2, 3]
userId = 5
retVal = system.kanoa.quality.sheet.addItems(chkShtId, itemIdList, userId)