Hi,
I want to apply logic to the modified method of datasource's field.
I created a formdatafieldstr extension class.
Placed the COC modified method there, but it is not executed (breakpoint isn't hit).
Probably this is because, that on the form itself the modified method isn't overriden (?).
So, how can I have the modified method? I thought maybe I should just have it in my extension class without calling the "next", but in this case I have an error that CoC needs the call to next.