Python Toolbox hasBeenValidated clears all Error Messages
I have a Python Toolbox that uses a spreadsheet as input. When the spreadsheet is set by the user, I have the UpdateParameters def test it to make sure it has the correct columns. To prevent this happening repeatedly, I use the hasBeenValidated of the parameter to just test once. This works fine, ...