Ess. Business Headline Per Usr

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

Table Type: Company

Table Name: Ess. Business Headline Per Usr
Database Table Name: CRONUS UK Ltd_$Ess_ Business Headline Per Usr$2a89f298-7ffd-44a5-a7ce-e08dac98abce

Table Number: 1436

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 Ess. Business Headline Per Usr can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Ess_ Business Headline Per Usr$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]
   ,[User Id]
   ,[VAT Return Period Record Id]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Ess_ Business Headline Per Usr$2a89f298-7ffd-44a5-a7ce-e08dac98abce]

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

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

Show/hide columns in Ess. Business Headline Per Usr 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”
  • “OpenVATReturn”
  • “OverdueVATReturn”
  • “RecentlyOverdueInvoices”
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
7User Id Primary Key SearchUser IdNormalGUID16User Iduniqueidentifier
20VAT Return Period Record Id SearchTax Return Period Record IdNormalRecordID448VAT Return Period Record Idvarbinary(448)
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
       [Ess. Business Headline Per Usr].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Ess_ Business Headline Per Usr$2a89f298-7ffd-44a5-a7ce-e08dac98abce] AS [Ess. Business Headline Per Usr]
LEFT JOIN
       [User] AS [User]
              ON
                     [Ess. Business Headline Per Usr].[$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
       [Ess. Business Headline Per Usr].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Ess_ Business Headline Per Usr$2a89f298-7ffd-44a5-a7ce-e08dac98abce] AS [Ess. Business Headline Per Usr]
LEFT JOIN
       [User] AS [User]
              ON
                     [Ess. Business Headline Per Usr].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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