system.kanoa.quality.config.deleteTolerance(attributeToleranceId, userId)
Deletes an attribute tolerance.
Parameters
attributeToleranceId Integer: Id of attribute tolerance to delete
userId Integer
Returns
# of records modified Integer
message String None if success
Example
attributeToleranceId = 1
userId = 5
retVal, msg = system.kanoa.quality.config.deleteTolerance(attributeToleranceId, userId)