Skip to main content

system.kanoa.quality.config.deleteTolerances(attribute, userId)

Deletes all tolerances for an attribute.


Parameters

attribute Integer: Id of attribute tolerance to delete
userId Integer:Id of the user executing the function


Returns

# of records modified Integer
message String None if success


Example

attributeId = 1
userId = 5
retVal, msg = system.kanoa.quality.config.deleteTolerances(attributeId, userId)