i am working on BC version 16.0, as in BC 16.0 option field is replaced with enum. i am extending a "Sales Line Type" enum and adding a new value to it enter image description here. But when i deploy the extension the value which i add is not showing in the Type field of sales line ?
enumextension 50130 MyEnumExtension extends "Sales Line Type"
{
value(50130; Test)
{
Caption = 'Test';
}
}
@#s
