Hi guys,
In AX 7 we can extend Tables and Forms to avoid customization in base objects. Is the same possible in Classes ? The reason is, I have separate package where I am extending base Tables and Forms for customization. But I can't do the same in Classes. I want to make my package independent of base package and that's the goal of it.
Also is there any possibility I can refer the base Classes from my own package. Say I want to access the "ReqCalc" class and to do some customization in the class in my own package.
Yes, It is possible to go with over-layering (for classes) and it needs the base package to be used. But to go with my own package how to do it.
Please help me, Thanks in advance.
*This post is locked for comments
I have the same question (0)