Whether you create a parallel table to a core table or add a column to an
existing table will depend on the relationship between the core table and
the data that you intend to store.
a. if there is a 1:1 relationship between the core table and the mod's data,
create an additional column in the core table
i. no need for unnecessary joins when displaying the contents of
that column together data from the core table
b. if there is a 1:n relationship between the core table the mod's data, you
will have to create a separate table and define a relationship
Christoph
-----Original Message-----
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of d_rede
Sent: 16 March 2006 10:57 AM
To: [email protected]
Subject: [development-axapta] Table Structures
Hi All, we are doing a lot and big customizations on Ax3 sp3.
>From a table point of view what should the customizations approach be?
Should we create extended tables for the EmplTable, Positionstable and
so on? Or should we make the changes on the native tables? What is the
view from implementation/ actual practice?
Yahoo! Groups Links
SPONSORED LINKS
| Computer part | Programming languages | Microsoft axapta |
| Support exchange |
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

