Duplicate
Details
Assignee
Carlos RuizCarlos RuizReporter
Nicolas MicoudNicolas MicoudComponents
Priority
Major
Details
Details
Assignee
Carlos Ruiz
Carlos RuizReporter
Nicolas Micoud
Nicolas MicoudComponents
Priority
Created July 23, 2013 at 8:25 PM
Updated March 13, 2014 at 2:18 PM
Resolved July 23, 2013 at 10:15 PM
Hi,
When you launch a GenerateModel, if the table has an official ID, it is set in the interface class ; eg : public static final int Table_ID = 333;
When the id is non official (>999999), then then we have :
public static final int Table_ID = MTable.getTable_ID(Table_Name);
This is not consistent with reference which always give directly the ID.
I don't know how this can be done ; perhaps the same way as table (using Reference name) or UUID ?
Nevertheless, having hardcoded non official ID could lead to issues, so i guess it must be handled.
WDYT ?
Regards,
Nicolsa