Buffer IC Document Dimension

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

Table Type: Company

Table Name: Buffer IC Document Dimension
Database Table Name: CRONUS UK Ltd_$Buffer IC Document Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 604

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 Buffer IC Document Dimension can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Buffer IC Document Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Table ID]
   ,[Transaction No_]
   ,[IC Partner Code]
   ,[Transaction Source]
   ,[Line No_]
   ,[Dimension Code]
   ,[Dimension Value Code]
   ,[Operation ID]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Buffer IC Document Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Buffer IC Document Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Buffer IC Document Dimension]
LEFT JOIN
   [CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping]
      ON
         [Buffer IC Document Dimension].[Table ID] = [Data Exch. Mapping].[Table ID]
LEFT JOIN
   [CRONUS UK Ltd_$IC Partner$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Partner]
      ON
         [Buffer IC Document Dimension].[IC Partner Code] = [IC Partner].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Buffer IC Document Dimension].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Buffer IC Document Dimension].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Buffer IC Document Dimension table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Table ID Primary Key SearchTable IDNormalInteger4Table IDint
Key to join to the Data Exch. Mapping table.

Show/hide example query

SELECT
       [Buffer IC Document Dimension].[Table ID]
       ,[Data Exch. Mapping].[Table ID]
FROM
       [CRONUS UK Ltd_$Buffer IC Document Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Buffer IC Document Dimension]
LEFT JOIN
       [CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping]
              ON
                     [Buffer IC Document Dimension].[Table ID] = [Data Exch. Mapping].[Table ID]
2Transaction No. Primary Key SearchTransaction No.NormalInteger4Transaction No_int
3IC Partner Code Primary Key SearchIC Partner CodeNormalCode20IC Partner Codenvarchar(40)
Key to join to the IC Partner table.

Show/hide example query

SELECT
       [Buffer IC Document Dimension].[IC Partner Code]
       ,[IC Partner].[Code]
FROM
       [CRONUS UK Ltd_$Buffer IC Document Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Buffer IC Document Dimension]
LEFT JOIN
       [CRONUS UK Ltd_$IC Partner$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Partner]
              ON
                     [Buffer IC Document Dimension].[IC Partner Code] = [IC Partner].[Code]
4Transaction Source Primary Key SearchTransaction SourceNormalOption4Transaction Sourceint
Available options are:
  • “Rejected by Current Company”
  • “Created by Current Company”
5Line No. Primary Key SearchLine No.NormalInteger4Line No_int
6Dimension Code Primary Key SearchDimension CodeNormalCode20Dimension Codenvarchar(40)
7Dimension Value Code SearchDimension Value CodeNormalCode20Dimension Value Codenvarchar(40)
8100Operation ID SearchOperation IDNormalGUID16Operation IDuniqueidentifier
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
       [Buffer IC Document Dimension].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Buffer IC Document Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Buffer IC Document Dimension]
LEFT JOIN
       [User] AS [User]
              ON
                     [Buffer IC Document Dimension].[$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
       [Buffer IC Document Dimension].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Buffer IC Document Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Buffer IC Document Dimension]
LEFT JOIN
       [User] AS [User]
              ON
                     [Buffer IC Document Dimension].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Buffer IC Document Dimension table

Leave a Reply

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