Categories
Dynamics NAV Microsoft

Cannot build the page {PageNo}. The metadata object Table {TableNo} was not found.

When you try to run an imported page in Nav 2013 you receive the following error:

Microsoft Dynamics NAV
—————————

Cannot build the page {PageNo}.
The metadata object Table {TableNo} was not found.
—————————
OK
—————————

The metadata object Table {TableNo} was not found.

Cause 1:
The table {TableNo} is not compiled.

Solution 1:
Compile the table {TableNo}.

Cause 2:
TableRelation property of any field is having {TableNo}.

Solution 2:
In the Development Environment design the SourceTable of the page {PageNo}.
Check all fields table relations that have the {TableNo} as TableRelation and fix them up writing the correct table.

Did my solution solve your problem? Leave a reply.

2 replies on “Cannot build the page {PageNo}. The metadata object Table {TableNo} was not found.”

In my Case the Table{TableNo} was not compiled. After compiling it worked fine. I got the same error message though.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.