Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/420
Table Type: Company
Table Name: Handled IC Inbox Trans_
Database Table Name: CRONUS UK Ltd_$Handled IC Inbox Trans_$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 Handled IC Inbox Trans_ can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Handled IC Inbox Trans_$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[Transaction No_]
,[IC Partner Code]
,[Transaction Source]
,[Document Type]
,[Source Type]
,[Document No_]
,[Posting Date]
,[Document Date]
,[Status]
,[IC Partner G_L Acc_ No_]
,[Source Line No_]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Handled IC Inbox Trans_$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Handled IC Inbox Trans_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Handled IC Inbox Trans_]
LEFT JOIN
[CRONUS UK Ltd_$IC Partner$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Partner]
ON
[Handled IC Inbox Trans_].[IC Partner Code] = [IC Partner].[Code]
Show/hide columns in Handled IC Inbox Trans_ table
Column ID | Column Name | Data Type | ||||
---|---|---|---|---|---|---|
1 | timestamp ![]() | timestamp | ||||
2 | Transaction No_ ![]() ![]() | int | ||||
3 | IC Partner Code ![]() ![]() | nvarchar(40) | ||||
Key to join to the IC Partner table.Show/hide example querySELECT
[Handled IC Inbox Trans_].[IC Partner Code]
,[IC Partner].[Code]
FROM
[CRONUS UK Ltd_$Handled IC Inbox Trans_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Handled IC Inbox Trans_]
LEFT JOIN
[CRONUS UK Ltd_$IC Partner$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Partner]
ON
[Handled IC Inbox Trans_].[IC Partner Code] = [IC Partner].[Code] | ||||||
4 | Transaction Source ![]() ![]() | int | ||||
5 | Document Type ![]() ![]() | int | ||||
6 | Source Type ![]() | int | ||||
7 | Document No_ ![]() | nvarchar(40) | ||||
8 | Posting Date ![]() | datetime | ||||
9 | Document Date ![]() | datetime | ||||
10 | Status ![]() | int | ||||
11 | IC Partner G_L Acc_ No_ ![]() | nvarchar(40) | ||||
12 | Source Line No_ ![]() | int | ||||
13 | $systemId ![]() | uniqueidentifier | ||||
14 | $systemCreatedAt ![]() | datetime | ||||
15 | $systemCreatedBy ![]() | uniqueidentifier | ||||
16 | $systemModifiedAt ![]() | datetime | ||||
17 | $systemModifiedBy ![]() | uniqueidentifier |