Szerkesztés

Megosztás a következőn keresztül:


Compiler Warning (Future Error) AL0803

Note

The AL diagnostics topics are in preview. If you have input for this topic, we'd love to hear from you. Use our GitHub repo to create a PR and add content to this topic by going to here. To read about contributing, see Contribute to the Help. Thanks!

The name of {0} '{1}' conflicts with {0} '{2}' defined in {3} '{4}' by the extension '{5}'. Choose another name for one of them. Otherwise, this might cause runtime issues.

Important

This warning will become an error with Business Central 2025 release wave 1.

Description

White spaces in names are internally replaced with an underscore during compilation, so that two different names can collide. This diagnostic is specific to event and event subscriber methods.

See Also

Getting Started with AL
Developing Extensions