Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This article explains how to resolve the compilation error that you get for codeunit 8620 Config. Tmpl. Selection Rules when converting a Microsoft Dynamics NAV 2018 database to Business Central.
Resolution
On the Page ID - OnValidate() trigger, replace the following code:
VALIDATE("Table ID",PageMetadata.EntitySetName);
With the following code:
VALIDATE("Table ID",PageMetadata.SourceTable);
Related information
Converting a Database
Resolving Compilation Errors When Converting a Dynamics NAV 2018 Database