Config. Line

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

Table Type: Company

Table Name: Config. Line
Database Table Name: CRONUS UK Ltd_$Config_ Line$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 8622

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 Config. Line can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Config_ Line$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Line No_]
   ,[Line Type]
   ,[Table ID]
   ,[Name]
   ,[Promoted Table]
   ,[Dimensions as Columns]
   ,[Copying Available]
   ,[Page ID]
   ,[Starting Date]
   ,[Ending Date]
   ,[Responsible ID]
   ,[Status]
   ,[Vertical Sorting]
   ,[Data Origin]
   ,[Reference]
   ,[Parent Line No_]
   ,[Package Code]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Config_ Line$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Config_ Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Config. Line]
LEFT JOIN
   [CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping]
      ON
         [Config. Line].[Table ID] = [Data Exch. Mapping].[Table ID]
LEFT JOIN
   [Company] AS [Company]
      ON
         [Config. Line].[Company Filter] = [Company].[Name]
LEFT JOIN
   [Company] AS [Company]
      ON
         [Config. Line].[Company Filter (Source Table)] = [Company].[Name]
LEFT JOIN
   [CRONUS UK Ltd_$Inventory Period$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Period]
      ON
         [Config. Line].[Ending Date] = [Inventory Period].[Ending Date]
LEFT JOIN
   [User] AS [User]
      ON
         [Config. Line].[Responsible ID] = [User].[User Name]
LEFT JOIN
   [CRONUS UK Ltd_$Config_ Package$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Config. Package]
      ON
         [Config. Line].[Package Code] = [Config. Package].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Config. Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Config. Line].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Config. Line table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Line No. Primary Key SearchLine No.NormalInteger4Line No_int
2Line Type SearchLine TypeNormalOption4Line Typeint
Available options are:
  • “Area”
  • “Group”
  • “Table”
3Table ID SearchTable IDNormalInteger4Table IDint
Key to join to the Data Exch. Mapping table.

Show/hide example query

SELECT
       [Config. Line].[Table ID]
       ,[Data Exch. Mapping].[Table ID]
FROM
       [CRONUS UK Ltd_$Config_ Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Config. Line]
LEFT JOIN
       [CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping]
              ON
                     [Config. Line].[Table ID] = [Data Exch. Mapping].[Table ID]
4Name SearchNameNormalText250Namenvarchar(500)
5Company Filter SearchCompany FilterFlowFilterText30
6Company Filter (Source Table) SearchCompany Filter (Source Table)FlowFilterText30
8No. of Records SearchNo. of RecordsFlowFieldInteger4
9No. of Records (Source Table) SearchNo. of Records (Source Table)FlowFieldInteger4
10Licensed Table SearchLicensed TableFlowFieldBoolean4
11Promoted Table SearchPromoted TableNormalBoolean4Promoted Tabletinyint
12Dimensions as Columns SearchDimensions as ColumnsNormalBoolean4Dimensions as Columnstinyint
13Copying Available SearchCopying AvailableNormalBoolean4Copying Availabletinyint
14Page ID SearchPage IDNormalInteger4Page IDint
15Page Caption SearchPage CaptionFlowFieldText250
18Starting Date SearchStarting DateNormalDate4Starting Datedatetime
19Ending Date SearchEnding DateNormalDate4Ending Datedatetime
Key to join to the Inventory Period table.

Show/hide example query

SELECT
       [Config. Line].[Ending Date]
       ,[Inventory Period].[Ending Date]
FROM
       [CRONUS UK Ltd_$Config_ Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Config. Line]
LEFT JOIN
       [CRONUS UK Ltd_$Inventory Period$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Period]
              ON
                     [Config. Line].[Ending Date] = [Inventory Period].[Ending Date]
20Responsible ID SearchResponsible IDNormalCode50Responsible IDnvarchar(100)
Key to join to the User table.

Show/hide example query

SELECT
       [Config. Line].[Responsible ID]
       ,[User].[User Name]
FROM
       [CRONUS UK Ltd_$Config_ Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Config. Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [Config. Line].[Responsible ID] = [User].[User Name]
21Status SearchStatusNormalOption4Statusint
Available options are:
  • ” “
  • “In Progress”
  • “Completed”
  • “Ignored”
  • “Blocked”
25Vertical Sorting SearchVertical SortingNormalInteger4Vertical Sortingint
26Data Origin SearchData OriginNormalText50Data Originnvarchar(100)
28Reference SearchReferenceNormalText250Referencenvarchar(500)
30Licensed Page SearchLicensed PageFlowFieldBoolean4
31No. of Question Groups SearchNo. of Question GroupsFlowFieldInteger4
32Parent Line No. SearchParent Line No.NormalInteger4Parent Line No_int
36Package Code SearchPackage CodeNormalCode20Package Codenvarchar(40)
Key to join to the Config. Package table.

Show/hide example query

SELECT
       [Config. Line].[Package Code]
       ,[Config. Package].[Code]
FROM
       [CRONUS UK Ltd_$Config_ Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Config. Line]
LEFT JOIN
       [CRONUS UK Ltd_$Config_ Package$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Config. Package]
              ON
                     [Config. Line].[Package Code] = [Config. Package].[Code]
37Package Caption SearchPackage CaptionFlowFieldText50
38Package Exists SearchPackage ExistsFlowFieldBoolean4
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
       [Config. Line].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Config_ Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Config. Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [Config. Line].[$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
       [Config. Line].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Config_ Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Config. Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [Config. Line].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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