Native – Gen. Settings Buffer

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

Table Type: Company

Table Name: Native – Gen. Settings Buffer
Database Table Name: CRONUS UK Ltd_$Native – Gen_ Settings Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 2840

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 Native – Gen. Settings Buffer can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Native - Gen_ Settings Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT

FROM
   [CRONUS UK Ltd_$Native - Gen_ Settings Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Native - Gen_ Settings Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Native - Gen. Settings Buffer]
LEFT JOIN
   [CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language]
      ON
         [Native - Gen. Settings Buffer].[Language Code] = [Language].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Native - Gen. Settings Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Native - Gen. Settings Buffer].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Native – Gen. Settings Buffer table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Primary Key Primary Key SearchPrimary KeyNormalCode10Primary Keynvarchar(20)
2Currency Symbol SearchCurrency SymbolNormalText10Currency Symbolnvarchar(20)
3Paypal Email Address SearchPaypal Email AddressNormalText250Paypal Email Addressnvarchar(500)
4Country/Region Code SearchCountry/Region CodeNormalCode10Country_Region Codenvarchar(20)
Key to join to the Country/Region table.

Show/hide example query

SELECT
       [Native - Gen. Settings Buffer].[Country_Region Code]
       ,[Country/Region].[Code]
FROM
       [CRONUS UK Ltd_$Native - Gen_ Settings Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Native - Gen. Settings Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Country_Region$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Country/Region]
              ON
                     [Native - Gen. Settings Buffer].[Country_Region Code] = [Country/Region].[Code]
5Language Locale ID SearchLanguage Locale IDNormalInteger4Language Locale IDint
6Language Code SearchLanguage CodeNormalText50Language Codenvarchar(100)
Key to join to the Language table.

Show/hide example query

SELECT
       [Native - Gen. Settings Buffer].[Language Code]
       ,[Language].[Code]
FROM
       [CRONUS UK Ltd_$Native - Gen_ Settings Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Native - Gen. Settings Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language]
              ON
                     [Native - Gen. Settings Buffer].[Language Code] = [Language].[Code]
7Language Display Name SearchLanguage Display NameNormalText80Language Display Namenvarchar(160)
50Default Tax ID SearchDefault Tax IDNormalGUID16Default Tax IDuniqueidentifier
51Defauilt Tax Description SearchDefauilt Tax DescriptionNormalText100Defauilt Tax Descriptionnvarchar(200)
52Default Payment Terms ID SearchDefault Payment Terms IDNormalGUID16Default Payment Terms IDuniqueidentifier
53Def. Pmt. Term Description SearchDef. Pmt. Term DescriptionNormalText50Def_ Pmt_ Term Descriptionnvarchar(100)
54Default Payment Method ID SearchDefault Payment Method IDNormalGUID16Default Payment Method IDuniqueidentifier
55Def. Pmt. Method Description SearchDef. Pmt. Method DescriptionNormalText50Def_ Pmt_ Method Descriptionnvarchar(100)
56Amount Rounding Precision SearchAmount Rounding PrecisionNormalDecimal12Amount Rounding Precisiondecimal(38,38)
57Unit-Amount Rounding Precision SearchUnit-Amount Rounding PrecisionNormalDecimal12Unit-Amount Rounding Precisiondecimal(38,38)
58VAT/Tax Rounding Precision SearchVAT/Tax Rounding PrecisionNormalDecimal12VAT_Tax Rounding Precisiondecimal(38,38)
59Quantity Rounding Precision SearchQuantity Rounding PrecisionNormalDecimal12Quantity Rounding Precisiondecimal(38,38)
60EnableSync SearchEnableSyncNormalBoolean4EnableSynctinyint
61EnableSyncCoupons SearchEnableSyncCouponsNormalBoolean4EnableSyncCouponstinyint
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
       [Native - Gen. Settings Buffer].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Native - Gen_ Settings Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Native - Gen. Settings Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Native - Gen. Settings Buffer].[$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
       [Native - Gen. Settings Buffer].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Native - Gen_ Settings Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Native - Gen. Settings Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Native - Gen. Settings Buffer].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Native – Gen. Settings Buffer table

Leave a Reply

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