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