In AX 2012 what is macro DataContainerTypes used for? Is it just a list of all AOT macros or is it someting else?
I used to have an error in the class AfDataItemMetaData saying that macro “X” doesn’t exist. There was no “X” macro in AOT. But I saw that this macro “X” was listed in DataContainerTypes macro and when I deleted “X” from DataContainer, error disappeared. So my impression is that AX expects that every macro in the DataContainerTypes should be existing AOT macro and since it couldn’t find the “X” macro in the AOT, it showed the error. Am I right?