Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/2000000152
Table Type: System
Table Name: NAV App Data Archive
Database Table Name: NAV App Data Archive
Due to how Dynamics BC tables and columns are named, square brackets need to be wrapped around the table name and column names. Below are example queries showing how NAV App Data Archive can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[NAV App Data Archive]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[App ID]
,[Table ID]
,[Company Name]
,[Version Major]
,[Version Minor]
,[Version Build]
,[Version Revision]
,[Archive Table Name]
,[Metadata]
,[Table Blob Version]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[NAV App Data Archive]