I have a requirement where I need to have a List of all the tables in the AOT, but I would like to add the specific AOT Table's Model as well.
I retrieved the table list by using the SysTableIdView, and then determined the Table Properties using SYSDictable. How can I determine what the name of the model is for the given table.
All internet comments indicate that I should use SysModelElements, but that is empty in 365F&O.
Would appreciate if someone can help.