Skip to main content

system.kanoa.quality.config.deleteAttributeLink(chkItemId, userId)

Deletes the attribute Id link for this check item if it exists


Parameters

chkItemId Integer: Id of check item
userId Integer


Returns

# of records modified Integer


Example

chkItemId = 1
userId = 5
retVal = system.kanoa.quality.config.deleteAttributeLink(chkItemId, userId)