NAV App Tenant Add-In

Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/2000000169

Table Type: System

Table Name: NAV App Tenant Add-In
Database Table Name: NAV App Tenant Add-In

Table Number: 2000000169

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 Tenant Add-In can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [NAV App Tenant Add-In]

Show/hide an example select of all columns by name

SELECT
   [App ID]
   ,[Add-In Name]
   ,[Public Key Token]
   ,[Version]
   ,[Category]
   ,[Description]
   ,[Resource]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [NAV App Tenant Add-In]

Show/hide an example select of all columns including those from all joined tables

SELECT
   *
FROM
   [NAV App Tenant Add-In] AS [NAV App Tenant Add-In]
LEFT JOIN
   [CRONUS UK Ltd_$Guided Experience Item$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Guided Experience Item]
      ON
         [NAV App Tenant Add-In].[Version] = [Guided Experience Item].[Version]
LEFT JOIN
   [CRONUS UK Ltd_$Workflow Category$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflow Category]
      ON
         [NAV App Tenant Add-In].[Category] = [Workflow Category].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [NAV App Tenant Add-In].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [NAV App Tenant Add-In].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in NAV App Tenant Add-In table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1App ID Primary Key SearchApp IDNormalGUID16App IDuniqueidentifier
2Add-In Name Primary Key SearchAdd-In NameNormalText220Add-In Namenvarchar(440)
3Public Key Token Primary Key SearchPublic Key TokenNormalText20Public Key Tokennvarchar(40)
4Version Primary Key SearchVersionNormalText25Versionnvarchar(50)
Key to join to the Guided Experience Item table.

Show/hide example query

SELECT
       [NAV App Tenant Add-In].[Version]
       ,[Guided Experience Item].[Version]
FROM
       [NAV App Tenant Add-In] AS [NAV App Tenant Add-In]
LEFT JOIN
       [CRONUS UK Ltd_$Guided Experience Item$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Guided Experience Item]
              ON
                     [NAV App Tenant Add-In].[Version] = [Guided Experience Item].[Version]
5Category SearchCategoryNormalOption4Categoryint
Key to join to the Workflow Category table.

Show/hide example query

SELECT
       [NAV App Tenant Add-In].[Category]
       ,[Workflow Category].[Code]
FROM
       [NAV App Tenant Add-In] AS [NAV App Tenant Add-In]
LEFT JOIN
       [CRONUS UK Ltd_$Workflow Category$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflow Category]
              ON
                     [NAV App Tenant Add-In].[Category] = [Workflow Category].[Code]
Available options are:
  • “JavaScript Control Add-in”
  • “DotNet Control Add-in”
  • “DotNet Interoperability”
  • “Language Resource”
6Description SearchDescriptionNormalText250Descriptionnvarchar(500)
7Resource SearchResourceNormalBLOB8Resourceimage
2000000000$systemId SearchSystem IDNormalGUID16$systemIduniqueidentifier
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8$systemCreatedAtdatetime
2000000002SystemCreatedBy SearchCreated ByNormalGUID16$systemCreatedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [NAV App Tenant Add-In].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [NAV App Tenant Add-In] AS [NAV App Tenant Add-In]
LEFT JOIN
       [User] AS [User]
              ON
                     [NAV App Tenant Add-In].[$systemCreatedBy] = [User].[User Security ID]
2000000003SystemModifiedAt SearchModified AtNormalDateTime8$systemModifiedAtdatetime
2000000004SystemModifiedBy SearchModified ByNormalGUID16$systemModifiedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [NAV App Tenant Add-In].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [NAV App Tenant Add-In] AS [NAV App Tenant Add-In]
LEFT JOIN
       [User] AS [User]
              ON
                     [NAV App Tenant Add-In].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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