Migration Table Mapping

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

Table Type: System

Table Name: Migration Table Mapping
Database Table Name:

Table Number: 4009

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 Migration Table Mapping can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   []

Show/hide an example select of all columns by name

SELECT

FROM
   []

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

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

Show/hide columns in Migration Table Mapping table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1App ID Primary Key SearchApp IDNormalGUID16
2Table ID Primary Key SearchTable IDNormalInteger4
3Table Name SearchTable NameNormalText30
4Source Table Name SearchSource Table NameNormalText128
5Data Per Company SearchData Per CompanyNormalBoolean4
6Locked SearchLockedNormalBoolean4
8Extension Name SearchExtension NameFlowFieldText250
9Extension Package ID SearchExtension Package IDFlowFieldGUID16
10Target Table Type SearchTarget Table TypeNormalOption4
2000000000$systemId SearchSystem IDNormalGUID16
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8
2000000002SystemCreatedBy SearchCreated ByNormalGUID16
2000000003SystemModifiedAt SearchModified AtNormalDateTime8
2000000004SystemModifiedBy SearchModified ByNormalGUID16

Leave a Reply

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