Hybrid Replication Summary

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

Table Type: System

Table Name: Hybrid Replication Summary
Database Table Name:

Table Number: 4001

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 Hybrid Replication Summary 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 [Hybrid Replication Summary]
LEFT JOIN
   [User] AS [User]
      ON
         [Hybrid Replication Summary].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Hybrid Replication Summary].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Hybrid Replication Summary table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Run ID Primary Key SearchRun IDNormalText50
2Start Time SearchStart TimeNormalDateTime8
3End Time SearchEnd TimeNormalDateTime8
4Replication Type SearchReplication TypeNormalOption4
5Status SearchStatusNormalOption4
6Tables Successful SearchTables SuccessfulFlowFieldInteger4
7Tables Failed SearchTables FailedFlowFieldInteger4
8Cloud Ready SearchCloud ReadyNormalBoolean4
9Source SearchSourceNormalText250
10Trigger Type SearchTrigger TypeNormalOption4
11ReplicationType SearchMigration TypeNormalOption4
12Details SearchDetailsNormalBLOB8
13Tables with Warnings SearchTables with WarningsFlowFieldInteger4
14Tables Remaining SearchTables RemainingFlowFieldInteger4
20Companies Not Initialized SearchCompanies Not InitializedFlowFieldInteger4
21Migration Stopped Reason SearchMigration TypeNormalOption4
22Data Repair Status SearchData Repair StatusNormalOption4
38Synced Version SearchSynced VersionNormalBigInteger8
39Upgrade Started DateTime SearchUpgrade Started DateTimeNormalDateTime8
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 *