Hi,
I'm setting up a module for a customer.
The main window is composed of 12 tables (we will call them 'core tables').
Besides, there are about 130 tables, which share the same design (mandatory columns, value, name, 2 checkboxes) ; let's call thel 'list tables'. They are used to give details to core tables records.
Each core table has many columns which refers to other list tables (Table direct).
(I couldn't use Reference list because users (with non System role) have to maintain those list).
Now, I will to create model classes for the core tables, which need X and I classes. That's ok.
My question is : am I forced to add to my project all of X and I classes of list tables (260 files) ?
I mean, i will never used them, but there are called by core model classes.
Is there a way to create a kind of generic X and I classes ?
Or something else ?
Thanks,
Nicolas