Advanced Intrastat Checklist

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

Table Type: Company

Table Name: Advanced Intrastat Checklist
Database Table Name: CRONUS UK Ltd_$Advanced Intrastat Checklist$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 8452

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 Advanced Intrastat Checklist can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Advanced Intrastat Checklist$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Object Type]
   ,[Object Id]
   ,[Field No_]
   ,[Filter Expression]
   ,[Record View String]
   ,[Reversed Filter Expression]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Advanced Intrastat Checklist$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Advanced Intrastat Checklist$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Advanced Intrastat Checklist]
LEFT JOIN
   [User] AS [User]
      ON
         [Advanced Intrastat Checklist].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Advanced Intrastat Checklist].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Advanced Intrastat Checklist table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Object Type Primary Key SearchObject TypeNormalOption4Object Typeint
Available options are:
  • “”
  • “ReportCodeunit”
2Object Id Primary Key SearchObject IdNormalInteger4Object Idint
3Object Name SearchObject NameFlowFieldText250
4Field No. Primary Key SearchField No.NormalInteger4Field No_int
5Field Name SearchField NameFlowFieldText250
6Filter Expression SearchFilter ExpressionNormalText1024Filter Expressionnvarchar(2048)
7Record View String SearchRecord View StringNormalText1024Record View Stringnvarchar(2048)
8Reversed Filter Expression SearchReversed Filter ExpressionNormalBoolean4Reversed Filter Expressiontinyint
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
       [Advanced Intrastat Checklist].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Advanced Intrastat Checklist$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Advanced Intrastat Checklist]
LEFT JOIN
       [User] AS [User]
              ON
                     [Advanced Intrastat Checklist].[$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
       [Advanced Intrastat Checklist].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Advanced Intrastat Checklist$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Advanced Intrastat Checklist]
LEFT JOIN
       [User] AS [User]
              ON
                     [Advanced Intrastat Checklist].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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