Hi all,
I have implemented a IValidation class for some custom logic to validate some predefined properties.
I found that the code is called if the property is set to "Mandatory", but NOT called when the property is not mandatory.
Is this the expected behaviour that only mandatory properties will trigger the IValidation class?