Essential Business Headline

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

Table Type: Company

Table Name: Essential Business Headline
Database Table Name: CRONUS UK Ltd_$Essential Business Headline$2a89f298-7ffd-44a5-a7ce-e08dac98abce

Table Number: 1438

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 Essential Business Headline can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Essential Business Headline$2a89f298-7ffd-44a5-a7ce-e08dac98abce]

Show/hide an example select of all columns by name

SELECT
   [Headline Name]
   ,[Headline Text]
   ,[Headline Visible]
   ,[Headline Computation Date]
   ,[Headline Computation WorkDate]
   ,[Headline Computation Period]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Essential Business Headline$2a89f298-7ffd-44a5-a7ce-e08dac98abce]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Essential Business Headline$2a89f298-7ffd-44a5-a7ce-e08dac98abce] AS [Essential Business Headline]
LEFT JOIN
   [User] AS [User]
      ON
         [Essential Business Headline].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Essential Business Headline].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Essential Business Headline table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Headline Name Primary Key SearchHeadline NameNormalOption4Headline Nameint
Available options are:
  • “MostPopularItem”
  • “BusiestResource”
  • “LargestSale”
  • “LargestOrder”
  • “SalesIncrease”
  • “TopCustomer”
2Headline Text SearchHeadline TextNormalText250Headline Textnvarchar(500)
3Headline Visible SearchHeadline VisibleNormalBoolean4Headline Visibletinyint
4Headline Computation Date SearchHeadline Computation DateNormalDateTime8Headline Computation Datedatetime
5Headline Computation WorkDate SearchHeadline Computation WorkDateNormalDate4Headline Computation WorkDatedatetime
6Headline Computation Period SearchHeadline Computation PeriodNormalInteger4Headline Computation Periodint
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
       [Essential Business Headline].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Essential Business Headline$2a89f298-7ffd-44a5-a7ce-e08dac98abce] AS [Essential Business Headline]
LEFT JOIN
       [User] AS [User]
              ON
                     [Essential Business Headline].[$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
       [Essential Business Headline].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Essential Business Headline$2a89f298-7ffd-44a5-a7ce-e08dac98abce] AS [Essential Business Headline]
LEFT JOIN
       [User] AS [User]
              ON
                     [Essential Business Headline].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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