CAL Test Result

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

Table Type: Company

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

Table Number: 130405

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [No_]
   ,[Test Run No_]
   ,[Codeunit ID]
   ,[Codeunit Name]
   ,[Function Name]
   ,[Platform]
   ,[Result]
   ,[Restore]
   ,[Execution Time]
   ,[Error Code]
   ,[Error Message]
   ,[File]
   ,[Call Stack]
   ,[User ID]
   ,[Start Time]
   ,[Finish Time]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$CAL Test Result$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 Result$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CAL Test Result]
LEFT JOIN
   [User] AS [User]
      ON
         [CAL Test Result].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [CAL Test Result].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in CAL Test Result table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1No. Primary Key SearchNo.NormalInteger4No_int
2Test Run No. SearchTest Run No.NormalInteger4Test Run No_int
3Codeunit ID SearchCodeunit IDNormalInteger4Codeunit IDint
4Codeunit Name SearchCodeunit NameNormalText30Codeunit Namenvarchar(60)
5Function Name SearchFunction NameNormalText128Function Namenvarchar(256)
6Platform SearchPlatformNormalOption4Platformint
Available options are:
  • “Classic”
  • “ServiceTier”
7Result SearchResultNormalOption4Resultint
Available options are:
  • “Passed”
  • “Failed”
  • “Inconclusive”
  • “Incomplete”
8Restore SearchRestoreNormalBoolean4Restoretinyint
9Execution Time SearchExecution TimeNormalDuration8Execution Timebigint
10Error Code SearchError CodeNormalText250Error Codenvarchar(500)
11Error Message SearchError MessageNormalText250Error Messagenvarchar(500)
12File SearchFileNormalText250Filenvarchar(500)
14Call Stack SearchCall StackNormalBLOB8Call Stackimage
15User ID SearchUser IDNormalCode50User IDnvarchar(100)
16Start Time SearchStart TimeNormalDateTime8Start Timedatetime
17Finish Time SearchFinish TimeNormalDateTime8Finish Timedatetime
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 Result].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$CAL Test Result$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CAL Test Result]
LEFT JOIN
       [User] AS [User]
              ON
                     [CAL Test Result].[$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 Result].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$CAL Test Result$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CAL Test Result]
LEFT JOIN
       [User] AS [User]
              ON
                     [CAL Test Result].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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