Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.