Validation checking in the web client
When you attempt to save an object that is missing required data, those fields are highlighted. A message dialog or tooltip lists the fields that are missing data.
Validation on the web client has been set to a default of .NET version 2.0. Users can specify any kind of string in text fields and boxes. This includes the strings that .NET 4.0 normally consider insecure, such as the strings that are formatted like html tags.
To apply .NET 4.0 validation to your environment, follow these steps. Switch to Security Mode 4.0 only if you are going to expose Optiva outside of your firewall.