20
At the moment every procedure without access modifier is set to public. When developing an app only a few procedures should be useable for other extensions. Setting the modifier to local or internal could easily be forgotten. This leads to breaking changes when procedures (which should not be public) where changed.
Category: Development
STATUS DETAILS
Needs Votes
Ideas Administrator

Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future.

Best regards,
Business Central Team

Comments

P

In the old "C/AL" world, when you created a new function in a codeunit, the default value of the function property Local was Yes (just tested in a Business Central 14.0.37587 Development Environment). I don't know with which version this was introduced, but I think it was a good idea! A comparable functionality would be a good idea as well today.

Category: Development