How do you refactor calls to CommonRules.StringMaxLength for multiple BOs that look at the same database table? I can not see how to do this when using managed fields.
TIA
Devman
Thanks for the quick response.
We are thinking of using the string overload for the MaxLengthRuleArgs. That way we could avoid the need for an interface. We would pass the ValidationRules collection to a static method in a custom rules manager class.
Copyright (c) Marimer LLC