Skip to main content

system.kanoa.sheet.addItemSets(chkShtId, itemSetIdList, userId)

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


Parameters

chkShtId Integer: Id of check sheet
itemSetIdList List of Integers: list of itemSetId's
userId Integer


Returns

# of records created Integer


Example

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