AX 2012 - Where the properties of Table are stored.

Hi,

In AX 2012 where the Table/Forms properties are stored.

Like any SQL table / model store / layer which holds the “property details” of table or node

Thanks,

Extract it from sysDictTable class, there are many other classes which defines the behavior of different elements like dicttable, dicttype etc…

Thank you…

They are stored in the model store database. Dict*/SysDict* classes is just an API, nevertheless it’s what you should use. Such APIs hide implementation details, so you can use the same code regardless of whether metadata are physically saved in a model store or in AOD files (in older versions).