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.