show all tables in AOT

vishal.vgargvishal.vgarg Member Posts: 12
edited 2006-03-16 in Dynamics AX
Hello everyone

I want to show list of all the tables in AOT, in a combo box or a dialog box.
Can anyone tell me how to achive this.

Thanks
Vishal

Comments

  • MugurMugur Member Posts: 93
    Hi,

    Seeing the UtilElements table will give you a hint :wink:
    Kind regards,

    Ciprian Dudau
    Axapta Developer
  • vishal.vgargvishal.vgarg Member Posts: 12
    Thank you it helped. Further adding to my previous query. I also want to have all the relations(to find out how the different tables are relate or what is the relation)

    Thanks
    Vishal


    Hello everyone

    I want to show list of all the tables in AOT, in a combo box or a dialog box.
    Can anyone tell me how to achive this.

    Thanks
    Vishal
  • MugurMugur Member Posts: 93
    Hi,

    You should check DictTable system class. This is ussually used to get various information about tables. There are similar API's for Classes, BaseEnums etc.

    HTH,
    Ciprian
    Kind regards,

    Ciprian Dudau
    Axapta Developer
Sign In or Register to comment.