Edit

Compiler Error AL0185

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!

{0} '{1}' is missing.

Description

The referenced application object does not exist.

How to fix this diagnostic?

The referenced application object (such as a table, page, or codeunit) can't be found.

To fix it:

  1. Check the spelling and quoting of the object name. Object names with spaces must be quoted, for example Page "Customer Card".
  2. If the object belongs to another extension, add that extension to the dependencies in app.json.
  3. Confirm the object still exists and wasn't renamed or removed.
  4. Use IntelliSense or Go to Definition (F12) to verify the object name.

Get Started with AL
Developing Extensions