Hello,
please let me describe an example of situation I mean:
- we have extension 1, it has a flowfield on some table, flowfield sums up lines amounts, line can have a type of A, B or C, type is an enum
- we install extension 2, which extends Type enum with new value D
My question: how does the flowfield behave after enum extension? We still want it to sum amount with type A,B,C. Should our flowfield be replaced by a new flowfield in extension 2, with where clause Type<>D, since we cannot modify calc formula?
Thank you for all suggestions.
Bartek