Config. Package Field

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

Table Type: Company

Table Name: Config. Package Field
Database Table Name: CRONUS UK Ltd_$Config_ Package Field$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 8616

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 Config. Package Field can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Config_ Package Field$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Package Code]
   ,[Table ID]
   ,[Field ID]
   ,[Field Name]
   ,[Field Caption]
   ,[Validate Field]
   ,[Include Field]
   ,[Localize Field]
   ,[Relation Table ID]
   ,[Dimension]
   ,[Primary Key]
   ,[Processing Order]
   ,[Create Missing Codes]
   ,[AutoIncrement]
   ,[XML Field Name]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Config_ Package Field$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

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

Show/hide columns in Config. Package Field table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Package Code Primary Key SearchPackage CodeNormalCode20Package Codenvarchar(40)
Key to join to the Config. Package table.

Show/hide example query

SELECT
       [Config. Package Field].[Package Code]
       ,[Config. Package].[Code]
FROM
       [CRONUS UK Ltd_$Config_ Package Field$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Config. Package Field]
LEFT JOIN
       [CRONUS UK Ltd_$Config_ Package$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Config. Package]
              ON
                     [Config. Package Field].[Package Code] = [Config. Package].[Code]
2Table ID Primary Key SearchTable IDNormalInteger4Table IDint
Key to join to the Data Exch. Mapping table.

Show/hide example query

SELECT
       [Config. Package Field].[Table ID]
       ,[Data Exch. Mapping].[Table ID]
FROM
       [CRONUS UK Ltd_$Config_ Package Field$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Config. Package Field]
LEFT JOIN
       [CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping]
              ON
                     [Config. Package Field].[Table ID] = [Data Exch. Mapping].[Table ID]
3Field ID Primary Key SearchField IDNormalInteger4Field IDint
4Field Name SearchField NameNormalText30Field Namenvarchar(60)
5Field Caption SearchField CaptionNormalText250Field Captionnvarchar(500)
6Validate Field SearchValidate FieldNormalBoolean4Validate Fieldtinyint
7Include Field SearchInclude FieldNormalBoolean4Include Fieldtinyint
8Localize Field SearchLocalize FieldNormalBoolean4Localize Fieldtinyint
9Relation Table ID SearchRelation Table IDNormalInteger4Relation Table IDint
10Relation Table Caption SearchRelation Table CaptionFlowFieldText250
11Dimension SearchDimensionNormalBoolean4Dimensiontinyint
12Primary Key SearchPrimary KeyNormalBoolean4Primary Keytinyint
13Processing Order SearchProcessing OrderNormalInteger4Processing Orderint
14Create Missing Codes SearchCreate Missing CodesNormalBoolean4Create Missing Codestinyint
15Mapping Exists SearchMapping ExistsFlowFieldBoolean4
16AutoIncrement SearchAutoIncrementNormalBoolean4AutoIncrementtinyint
20XML Field Name SearchXML Field NameNormalText30XML Field Namenvarchar(60)
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
       [Config. Package Field].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Config_ Package Field$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Config. Package Field]
LEFT JOIN
       [User] AS [User]
              ON
                     [Config. Package Field].[$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
       [Config. Package Field].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Config_ Package Field$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Config. Package Field]
LEFT JOIN
       [User] AS [User]
              ON
                     [Config. Package Field].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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