Hi,
I have an enquirement that create an EDT or Table object in the AOT dynamiclly.
for example, there's the runnable class source code:
find a node in the AOT;
create EDT object;
save EDT obejct;
but when I do the save, there is the error which is "the file is read only", but I can create EDT object dynamiclly in Dynamics AX.(Update: sorry, it also not works in AX)
Does anyone have the experience about it?