Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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:
- Check the spelling and quoting of the object name. Object names with spaces must be quoted, for example
Page "Customer Card". - If the object belongs to another extension, add that extension to the
dependenciesin app.json. - Confirm the object still exists and wasn't renamed or removed.
- Use IntelliSense or Go to Definition (F12) to verify the object name.