
Hello everyone,
When we migrate code from C/AL to AL, if we have some options agregated to an option field in a standard table, It is said that they will mark the fields of some tables as "Extensible", to make it able to extend using enums.
The question is: Is it possible to know which tables and fields will have this property available to extend in the future?
For example, I'm really interested in the field "Totalling type" in the table "Acc. Schedule Line", so It could be great to know if I wait to the next release to make my solution by enums or I need to think another way to do it...
Thank you!
If you are using on-premise, you can change standard field to enum and from there extend it using extension. for saas i think you need to wait until they have released it.