i am working on BC version 16.0
as in BC 16.0 option field is replaced with enum, as you can see below that i am extending a "Sales Line Type" enum and adding a new value to it
But when i inspect the "Sale Line" table it is showing that the field Type is option and not an enum
So the value i have added to enum is not displayed.
How can i extend "Sales Line Type"? am i doing something wrong?