Hello guys,
I need to find the table names, table ID and so on of some tables in AX12. I used the table SQLDICTIONARY to find the required info. It works fine, however I noticed, that some of the tables are missing in SQLDICTIONARY, for example table AifOutboundPort. This table exists in AOT, but I can not get the table ID and name from SQLDICTIONARY, the table is just not there.
Is there please any reason, why some of the tables are missing in SQLDICTIONARY? And is there some other table that might be used to get required data? I need to get the data using SQL, not x++ code.
Many thanks, regards Sayid.