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:
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 Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Run ID | Run ID | Normal | Text | 50 | ||
2 | Start Time | Start Time | Normal | DateTime | 8 | ||
3 | End Time | End Time | Normal | DateTime | 8 | ||
4 | Replication Type | Replication Type | Normal | Option | 4 | ||
5 | Status | Status | Normal | Option | 4 | ||
6 | Tables Successful | Tables Successful | FlowField | Integer | 4 | ||
7 | Tables Failed | Tables Failed | FlowField | Integer | 4 | ||
8 | Cloud Ready | Cloud Ready | Normal | Boolean | 4 | ||
9 | Source | Source | Normal | Text | 250 | ||
10 | Trigger Type | Trigger Type | Normal | Option | 4 | ||
11 | ReplicationType | Migration Type | Normal | Option | 4 | ||
12 | Details | Details | Normal | BLOB | 8 | ||
13 | Tables with Warnings | Tables with Warnings | FlowField | Integer | 4 | ||
14 | Tables Remaining | Tables Remaining | FlowField | Integer | 4 | ||
20 | Companies Not Initialized | Companies Not Initialized | FlowField | Integer | 4 | ||
21 | Migration Stopped Reason | Migration Type | Normal | Option | 4 | ||
22 | Data Repair Status | Data Repair Status | Normal | Option | 4 | ||
38 | Synced Version | Synced Version | Normal | BigInteger | 8 | ||
39 | Upgrade Started DateTime | Upgrade Started DateTime | Normal | DateTime | 8 | ||
2000000000 | $systemId | System ID | Normal | GUID | 16 | ||
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | ||
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | ||
Key to join to the User table.Show/hide example querySELECT [Hybrid Replication Summary].[] ,[User].[User Security ID] FROM [] AS [Hybrid Replication Summary] LEFT JOIN [User] AS [User] ON [Hybrid Replication Summary].[] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | ||
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 |