NOTE for new dictionary users.

I Just learned that you MUST you entity class names which start with uppercase T
TCustomer . If you use tCustomer -> dictionary is generated badly.
And you better use two uppercase letters in fieldname for example FId or FFactory, if you use fId names in dictionary are fieldnames (fId) but if you use FId -> dictionary has Id.
Hope I was clear :)
But this new dictionary is awesome. thanks Wagner.
I made an small app to build dictionary from sources. It's is easy to compile and run. and it's run first thing in our compile batch file.

1 Like

Indeed, thank you for the testimonial, Mika. We might add custom naming rules in future.

1 Like