CAL Test Line

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

Table Type: Company

Table Name: CAL Test Line
Database Table Name: CRONUS UK Ltd_$CAL Test Line$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 130401

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Test Suite]
   ,[Line No_]
   ,[Line Type]
   ,[Test Codeunit]
   ,[Name]
   ,[Function]
   ,[Run]
   ,[Result]
   ,[First Error]
   ,[Start Time]
   ,[Finish Time]
   ,[Level]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$CAL Test 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_$CAL Test Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CAL Test Line]
LEFT JOIN
   [CRONUS UK Ltd_$CAL Test Suite$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CAL Test Suite]
      ON
         [CAL Test Line].[Test Suite] = [CAL Test Suite].[Name]
LEFT JOIN
   [User] AS [User]
      ON
         [CAL Test Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [CAL Test Line].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in CAL Test Line table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Test Suite Primary Key SearchTest SuiteNormalCode10Test Suitenvarchar(20)
Key to join to the CAL Test Suite table.

Show/hide example query

SELECT
       [CAL Test Line].[Test Suite]
       ,[CAL Test Suite].[Name]
FROM
       [CRONUS UK Ltd_$CAL Test Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CAL Test Line]
LEFT JOIN
       [CRONUS UK Ltd_$CAL Test Suite$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CAL Test Suite]
              ON
                     [CAL Test Line].[Test Suite] = [CAL Test Suite].[Name]
2Line No. Primary Key SearchLine No.NormalInteger4Line No_int
3Line Type SearchLine TypeNormalOption4Line Typeint
Available options are:
  • “Group”
  • “Codeunit”
  • “Function”
4Test Codeunit SearchTest CodeunitNormalInteger4Test Codeunitint
5Name SearchNameNormalText128Namenvarchar(256)
6Function SearchFunctionNormalText128Functionnvarchar(256)
7Run SearchRunNormalBoolean4Runtinyint
8Result SearchResultNormalOption4Resultint
Available options are:
  • ” “
  • “Failure”
  • “Success”
  • “Skipped”
9First Error SearchFirst ErrorNormalText250First Errornvarchar(500)
10Start Time SearchStart TimeNormalDateTime8Start Timedatetime
11Finish Time SearchFinish TimeNormalDateTime8Finish Timedatetime
12Level SearchLevelNormalInteger4Levelint
13Hit Objects SearchHit ObjectsFlowFieldInteger4
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
       [CAL Test Line].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$CAL Test Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CAL Test Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [CAL Test 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
       [CAL Test Line].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$CAL Test Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CAL Test Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [CAL Test Line].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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