-
Notifications
You must be signed in to change notification settings - Fork 631
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
[Extensibility Bug] Extending Application Areas #19758
Comments
I checked the documenation again and found some note, that only alphanumeric characters are allowed for the ApplicationArea property. Therefore anything else should be removed from the field name: |
Hi @pri-kise, we're trying to get our backlog under control, and this issue didn't make the cut. Do you consider this an important fix? In that case, I could fight for this bug to remain opened. It's 2 years old and it's not something we've heard about except in this issue. What do you think? |
Hi @JesperSchulz, Since this does not seem to be on the priority list to prevent RunTime Crashes, I now have created the following idea. https://experience.dynamics.com/ideas/idea/?ideaid=162ca15c-c702-ef11-a73c-6045bdb93e93 Maybe I'll have some spare time to get this fixed in the BaseApp Pilot. In my opinion this is an importaned fix. Alterantively the Plattfrom Team could improve their ApplicationArea handling and support more Characters. |
Runtime crashes should be on the short-list (at least if it's a likely scenario). I'll try to repro. Depending on my findings, I will reactivate the bug. I guess it shouldn't be an idea - that just doesn't seem right 😉 |
@JesperSchulz here is a small repro:
|
The procedure
GetApplicationAreas
incodeunit 9177 "Application Area Cache"
does only remove spaces from the fieldref name.We have used - in our comined prefix, which leads to errors when the plattform procedure
ApplicationArea
is called.Maybe all other special characters should be removed too.
And you should maybe improve the documentaiton, too.
https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-extending-application-areas#adding-an-application-area
Internal Work Item: AB#445142
The text was updated successfully, but these errors were encountered: