How to solve this problem? A standard enum was overlayered (customised) in AX 2012 and now I am upgrading the code to F&O. The problem is, this standard enum is not extensible in F&O, so I can't extend the enum with custom values.
Standard enum overlayered in AX 2012 upgrade to F&O standard enum is not extensible
You can either request Microsoft to make the enum extensible, or you need to redesign the solution (e.g. by using one more field).
Microsoft seems to be fine with making enum extensible, but it takes time (months).
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.