Bewerken

Delen via


Compiler Error AL0570

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 symbol '{0}' results in the same translation ID as one or more other symbols. Rename symbol to resolve the problem.

Remarks

This diagnostic typically happens when you have multiple labels or variables with the same name within the same codeunit or scope. To resolve this error, you need to rename the conflicting symbols to ensure each has a unique translation ID.

Get Started with AL
Developing Extensions