Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/2158
Table Type: Company
Table Name: O365 Document Sent History
Database Table Name: CRONUS UK Ltd_$O365 Document Sent History$437dbf0e-84ff-417a-965d-ed2bb9650972
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 O365 Document Sent History can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$O365 Document Sent History$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Document Type]
,[Document No_]
,[Posted]
,[Created Date-Time]
,[Source Type]
,[Source No_]
,[Job Queue Entry ID]
,[Job Last Status]
,[Job Completed]
,[Notified]
,[NotificationCleared]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$O365 Document Sent History$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$O365 Document Sent History$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [O365 Document Sent History]
LEFT JOIN
[CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
ON
[O365 Document Sent History].[Document Type] = [Sales Header Archive].[Document Type]
AND
[O365 Document Sent History].[Document No_] = [Sales Header Archive].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Sales Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header]
ON
[O365 Document Sent History].[Document Type] = [Sales Header].[Document Type]
AND
[O365 Document Sent History].[Document No_] = [Sales Header].[No_]
LEFT JOIN
[User] AS [User]
ON
[O365 Document Sent History].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[O365 Document Sent History].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in O365 Document Sent History table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Document Type | Document Type | Normal | Option | 4 | Document Type | int |
Available options are:
| |||||||
2 | Document No. | Document No. | Normal | Code | 20 | Document No_ | nvarchar(40) |
3 | Posted | Posted | Normal | Boolean | 4 | Posted | tinyint |
4 | Created Date-Time | Created Date-Time | Normal | DateTime | 8 | Created Date-Time | datetime |
7 | Source Type | Source Type | Normal | Option | 4 | Source Type | int |
Available options are:
| |||||||
8 | Source No. | Source No. | Normal | Code | 20 | Source No_ | nvarchar(40) |
11 | Job Queue Entry ID | Job Queue Entry ID | Normal | GUID | 16 | Job Queue Entry ID | uniqueidentifier |
12 | Job Last Status | Job Last Status | Normal | Option | 4 | Job Last Status | int |
Available options are:
| |||||||
13 | Job Completed | Job Completed | Normal | DateTime | 8 | Job Completed | datetime |
14 | Notified | Notified | Normal | Boolean | 4 | Notified | tinyint |
15 | NotificationCleared | NotificationCleared | Normal | Boolean | 4 | NotificationCleared | tinyint |
2000000000 | $systemId | System ID | Normal | GUID | 16 | $systemId | uniqueidentifier |
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | $systemCreatedAt | datetime |
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | $systemCreatedBy | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [O365 Document Sent History].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$O365 Document Sent History$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [O365 Document Sent History] LEFT JOIN [User] AS [User] ON [O365 Document Sent History].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |