-
Notifications
You must be signed in to change notification settings - Fork 286
Update CalculationBaseType.Enum.al #4124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Making an Enum extensible typically (but not always) requires adding events to handle possible custom values. Have you already checked where and how this Enum is used? |
|
@NKarolak The enum will be used in sales subscription line from Subscription package and after posting, subscription line and customer contract subscription line but I don't undestand your question. Why for an enum to be extensible should an event be defined? |
|
The standard code uses this Enum somewhere, I suppose. |
|
@NKarolak Thanks for the clarification. There are some parts that use this enum as a parameter(case or if). Should I create events for the parts that might be causing a problem? |
Yes please. If you are too unsure, maybe somebody else (Microsoft?) could close that gap later. |
|
@NKarolak It would be great if someone from Microsoft could help me with this. Thank you for your help as well :) |
|
@JesperSchulz Could you please help me with this issue. It's been a long time since I created this Pull and we really need to expand this enum because for migration from Singhammer to Microsoft, many of our programming depends on this enum extension. I would really appreciate it if you help us make this issue resolved. Thank you in advance |
Sorry, I've been on vacation the past month, but now I'm back and I'll try to get some traction on those PRs. |
|
Checked - we have events for handling new enum values. |
|
CI is failing. Could you try pulling from main to get your branch updated? |
|
@JesperSchulz I updated my Branch. |
Thanks 🙏 Let me try to run our pipeline once more! |
|
@JesperSchulz I updated my branch but I checked it again now and it says it is out-of-date. What I did was I went to AydinKelky/BCApps and updated Sync fork. Please let me know if I did the update correctly. if not, please tell me what to do |
|
Let's see what happens. If build passes, we're fine! |
Summary
Update CalculationBaseType.Enum.al to Extensible=True
Fixes #4092
Fixes AB#596253