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