Skip to main content

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

Deletes all tolerances for an attribute.


Parameters

attributeToleranceId Integer: Id of attribute tolerance to delete
userId Integer


Returns

# of records modified Integer
message String None if success


Example

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