Table group
|
Use this group for a table with these characteristics
|
Examples
|
Parameter
|
The table contains data primarily used as parameters or setup
information for one of the main tables (a table that has a TableGroup
property of Main).
The table typically contains only one record per company.
|
CustParameters, VendParameters
|
Group
|
The table contains data primarily used to categorize one of the main
tables (a table that has a TableGroup property of Main).
There is a one-to-many relationship between a Group table and a Main
table.
|
CustGroup, VendGroup
|
Main
|
The table is one of the principal tables in the application and
contains data for a central business object.
The table typically holds static, base information.
There is a one-to-many relationship between the Main table and a
Transaction table.
|
CustTable, VendTable
|
Transaction
|
The table contains transaction data.
The table is typically not used for data entry directly.
|
CustTrans, VendTrans
|
WorksheetHeader
|
The table typically categorizes information in the WorkSheetLine
tables.
There is a one-to-many relationship between a WorkSheetHeader table
and a WorkSheetLine table.
|
SalesTable
|
WorksheetLine
|
The table contains information to be validated and made into transactions.
In comparison to the data contained in a Transaction table, the data
in WorkSheetLine tables is temporary and may be deleted without affecting
system stability.
|
SalesLine
|
Miscellaneous
|
The table does not fit in any of the other categories. This is the
default value for a new table.
|
TableExpImpDef
|
HTML
Enter the key words to find the related topics
Table properties : TableGroup
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment