Hello,
I've gotten an intresting question, we got 2 tables with the same name, diffrent ID off couse.
We now are getting unexpected behavior from a codeunit that uses 1 of these 2. We suspect that the record variable is pointing to the wrong one.
When we look into the global/local variables we get offcourse the variable name, its type (Record) and its susbtype, I want to know if there's a way to determine what the ID is of the table in the subtype
Thank you
0
Comments
It wont allow you to have objects with same name..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
A secondary problem is the mix between the use of the dutch or english names for tables by our people.
"The object name already exists.
Existing object: Table 3 Payment Terms
New object: Table 50003 Payment Terms"
So I'm unable to create 2 tables with the same name.