With arrival of AX7, as we have got two approaches of development, a new development approach i.e. Extension allows us to extend AOT Elements.
For each element there is a property called isExtensible, which is either false or true.
Incase isExtensible=false, for an AOT element, that element cannot be extended.
An example let’s take a base enumeration LedgerTransTxt, which is part of Application Suite. Because of any reason such as for any of my ISV solution, I may think to extend this Base Enum, but I cannot extend it, as it is set to isExtensible=false
My question is simply, what made Microsoft to keep some elements extendable whereas other non-extendable?
*This post is locked for comments
I have the same question (0)