I have set the properties of a column with a minimum and maximum value, and that column appears in a form in a model-driven app. If I enter a value outside the allowed range and save the data, I get a pop-up box that says "Decimal Value Out Of Range. A validation error occurred. A decimal value provided is outside of the allowed values," followed by a long set of error codes and diagnostic information.
Is there a way to present a more user-friendly dialog box? Ideally, it would say something like "The value for [column name] must be between [minimum] and [maximum]," but at the very least I'd like to identify which column is causing the error because there are multiple columns on the data entry form.