Skip to main content

system.kanoa.quality.config.deleteItemSet(itemSetId, userId)

Deletes an item set. FKs between the chkShtItemSetLink and itemsetLink tables will prevent the deletion of this itemSetLink if it is being used


Parameters

itemSetId Integer: Id of itemset to delete
userId Integer:Id of the user executing the function


Returns

# of records modified Integer
message String None if success


Example

itemSetId = 1
userId = 5
retVal, message = system.kanoa.quality.config.deleteItemSet(itemSetId, userId)