Hello, everyone!
I wanted to create an extension of NumberSeqModule base enum to add value for creatin number seqeuncs for my custom model.
When I create an extension and click on it I get an error message:
Error msg is telling me that I'm trying to add a value that already exists, but I can't even get to adding value. When I look at AOT I see that there is value name /PRM/, but when opening that base enum in the designer it's not there:
XML file doesn't contain such value either:
My current module has a reference to a module which has extended NumberSeqModule base enum and has added value /PRM/. But why/how it's affecting my current module?
I have tried full sync, building reference packages, but nothing works so far.
Working on OnPrem devbox,
Any help is appreciated.
Wanted to add some more information.
In my custom model (M1) NumberSeqModule base enum extension show 2 values 'PRM', don't how it's even possible:
I guess that is the reason why I can't extend NumberSeqModule base enum in my other model(M2) which references the 'M1' model.
I tried to delete NumberseqModule enum with all it's values from DB and re-synchronized the DB, but still nothing changed.
I would really appreciate If someone could help me. I'm stuck don't really know what to do.
Kind regards,
Maris