I have a number of verifiers in my model. A lot of which return warnings which are then logged into the database.
What I am looking to do is work out what the name of the verifier was that made the warning so that I can log it into the database.
In the Verifier Result Collection most of my errors come up not showing the original class that they are from ( Ie just saying they are delegate verifier)
Is there a way that this can be done easily? Is there a property I missed that I can set to name a custom verifier?
thanks
Murray