Master Data Mgt. Coupling

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

Table Type: Company

Table Name: Master Data Mgt. Coupling
Database Table Name:

Table Number: 7231

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 Master Data Mgt. Coupling can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   []

Show/hide an example select of all columns by name

SELECT
   [Last Synch_ Modified On]
   ,[Last Synch_ Int_ Modified On]
   ,[Table ID]
   ,[Last Synch_ Result]
   ,[Last Synch_ Int_ Result]
   ,[Last Synch_ Job ID]
   ,[Last Synch_ Int_ Job ID]
   ,[Skipped]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   []

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Master Data Mgt_ Coupling$a01864f8-9c3f-42f6-8328-8d7be1ce3e20] AS [Master Data Mgt. Coupling]
LEFT JOIN
   [CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping]
      ON
         [Master Data Mgt. Coupling].[Table ID] = [Data Exch. Mapping].[Table ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Master Data Mgt. Coupling].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Master Data Mgt. Coupling].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Master Data Mgt. Coupling table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
2Integration System ID Primary Key SearchIntegration System IDNormalGUID16
3Local System ID Primary Key SearchLocal System IDNormalGUID16
4Last Synch. Modified On SearchLast Synch. Modified OnNormalDateTime8Last Synch_ Modified Ondatetime
5Last Synch. Int. Modified On SearchLast Synch. Int. Modified OnNormalDateTime8Last Synch_ Int_ Modified Ondatetime
6Table ID SearchTable IDNormalInteger4Table IDint
Key to join to the Data Exch. Mapping table.

Show/hide example query

SELECT
       [Master Data Mgt. Coupling].[Table ID]
       ,[Data Exch. Mapping].[Table ID]
FROM
       [] AS [Master Data Mgt. Coupling]
LEFT JOIN
       [CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping]
              ON
                     [Master Data Mgt. Coupling].[Table ID] = [Data Exch. Mapping].[Table ID]
7Last Synch. Result SearchLast Synch. ResultNormalOption4Last Synch_ Resultint
Available options are:
  • “”
  • “Success”
  • “Failure”
8Last Synch. Int. Result SearchLast Synch. Int. ResultNormalOption4Last Synch_ Int_ Resultint
Available options are:
  • “”
  • “Success”
  • “Failure”
9Last Synch. Job ID SearchLast Synch. Job IDNormalGUID16Last Synch_ Job IDuniqueidentifier
10Last Synch. Int. Job ID SearchLast Synch. Int. Job IDNormalGUID16Last Synch_ Int_ Job IDuniqueidentifier
11Skipped SearchSkippedNormalBoolean4Skippedtinyint
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
       [Master Data Mgt. Coupling].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [] AS [Master Data Mgt. Coupling]
LEFT JOIN
       [User] AS [User]
              ON
                     [Master Data Mgt. Coupling].[$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
       [Master Data Mgt. Coupling].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [] AS [Master Data Mgt. Coupling]
LEFT JOIN
       [User] AS [User]
              ON
                     [Master Data Mgt. Coupling].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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