Previous Thread:   Using XMLHttpRequest Class

9/28/2005 11:02:02 AM    Table group properties
There are seven tables groups in the system:  
  
- Parameters  
  
- Main  
  
- WorksheetHeader  
  
- Miscellaneous  
  
- Group  
  
- Transaction  
  
- WorksheetLine  
  
These are all the value that we can set for a table when we create it.  
  
Anyone knows the details of it?  
  
I understand the table type of "Parameters", but not the others.



9/29/2005 10:30:37 AM    Re: Table group properties
Hi,  
  
You found information about the table groups in the Navision Axapta  
  
Developer's Guide.  
  
Search here for "table groups: What they are".  
  
Best regards  
  
Michael  
  
-----Ursprüngliche Nachricht-----  
  
Von: Peter CCH [mailto:PeterCCH@discussions.microsoft.com]  
  
Bereitgestellt: Mittwoch, 28. September 2005 20:02  
  
Bereitgestellt in: microsoft.public.axapta.application  
  
Unterhaltung: Table group properties  
  
Betreff: Table group properties  
  
There are seven tables groups in the system:  
  
- Parameters  
  
- Main  
  
- WorksheetHeader  
  
- Miscellaneous  
  
- Group  
  
- Transaction  
  
- WorksheetLine  
  
These are all the value that we can set for a table when we create it.  
  
Anyone knows the details of it?  
  
I understand the table type of "Parameters", but not the others.

9/30/2005 1:28:42 PM    Re: Table group properties
Peter CCH wrote:  
  
These groups are used for example in Import/Export schemas. You define  
  
in import/export groups which tables should be included in schema by  
  
these table groups indeed. See some standard tables how they are defined  
  
for example to follow the logic.  
  
Parameters sounds as you noticed obvious.  
  
Main tables are main dictionary tables like LedgerTable for example  
  
WorksheetHeader example is SalesTable  
  
WorksheetLine example is SalesLine  
  
Transaction are most *Trans tables  
  
and so on..  
  
best regards,  
  
Daniel