Recommended Apps

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

Table Type: Company

Table Name: Recommended Apps
Database Table Name: CRONUS UK Ltd_$Recommended Apps$a53a4bb0-aa53-8ff8-77d6-fe3388db0eb8

Table Number: 4750

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 Recommended Apps can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Recommended Apps$a53a4bb0-aa53-8ff8-77d6-fe3388db0eb8]

Show/hide an example select of all columns by name

SELECT
   [Id]
   ,[SortingId]
   ,[Name]
   ,[Publisher]
   ,[Short Description]
   ,[Long Description]
   ,[Logo]
   ,[Recommended By]
   ,[Language Code]
   ,[PubId]
   ,[AId]
   ,[PAppId]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Recommended Apps$a53a4bb0-aa53-8ff8-77d6-fe3388db0eb8]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Recommended Apps$a53a4bb0-aa53-8ff8-77d6-fe3388db0eb8] AS [Recommended Apps]
LEFT JOIN
   [CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language]
      ON
         [Recommended Apps].[Language Code] = [Language].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Recommended Apps].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Recommended Apps].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Recommended Apps table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Id Primary Key SearchIdNormalGUID16Iduniqueidentifier
2SortingId SearchIdNormalInteger4SortingIdint
3Name SearchNameNormalText250Namenvarchar(500)
4Publisher SearchPublisherNormalText250Publishernvarchar(500)
5Short Description SearchShort DescriptionNormalText250Short Descriptionnvarchar(500)
6Long Description SearchLong DescriptionNormalText2048Long Descriptionnvarchar(4096)
7Logo SearchLogoNormalMedia16Logouniqueidentifier
8Recommended By SearchRecommended ByNormalOption4Recommended Byint
Available options are:
  • “Your Microsoft Reseller”
9Language Code SearchLanguage CodeNormalText5Language Codenvarchar(10)
Key to join to the Language table.

Show/hide example query

SELECT
       [Recommended Apps].[Language Code]
       ,[Language].[Code]
FROM
       [CRONUS UK Ltd_$Recommended Apps$a53a4bb0-aa53-8ff8-77d6-fe3388db0eb8] AS [Recommended Apps]
LEFT JOIN
       [CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language]
              ON
                     [Recommended Apps].[Language Code] = [Language].[Code]
10PubId SearchPubIdNormalText100PubIdnvarchar(200)
11AId SearchAIdNormalText100AIdnvarchar(200)
12PAppId SearchPAppIdNormalText100PAppIdnvarchar(200)
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
       [Recommended Apps].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Recommended Apps$a53a4bb0-aa53-8ff8-77d6-fe3388db0eb8] AS [Recommended Apps]
LEFT JOIN
       [User] AS [User]
              ON
                     [Recommended Apps].[$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
       [Recommended Apps].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Recommended Apps$a53a4bb0-aa53-8ff8-77d6-fe3388db0eb8] AS [Recommended Apps]
LEFT JOIN
       [User] AS [User]
              ON
                     [Recommended Apps].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Recommended Apps table

Leave a Reply

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