Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/1296
Table Type: Company
Table Name: Posted Payment Recon. Line
Database Table Name: CRONUS UK Ltd_$Posted Payment Recon_ 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 Payment Recon. Line can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Posted Payment Recon_ Line$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Bank Account No_]
,[Statement No_]
,[Statement Line No_]
,[Document No_]
,[Transaction Date]
,[Description]
,[Statement Amount]
,[Difference]
,[Applied Amount]
,[Type]
,[Applied Entries]
,[Value Date]
,[Check No_]
,[Related-Party Name]
,[Additional Transaction Info]
,[Data Exch_ Entry No_]
,[Data Exch_ Line No_]
,[Account Type]
,[Account No_]
,[Applied Document No_]
,[Applied Entry No_]
,[Transaction ID]
,[Reconciled]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Posted Payment Recon_ 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 Payment Recon_ Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Posted Payment Recon. Line]
LEFT JOIN
[User] AS [User]
ON
[Posted Payment Recon. Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Posted Payment Recon. Line].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Posted Payment Recon. Line table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Bank Account No. | Bank Account No. | Normal | Code | 20 | Bank Account No_ | nvarchar(40) |
Key to join to the Bank Account table.Show/hide example querySELECT
[Posted Payment Recon. Line].[Bank Account No_]
,[Bank Account].[No_]
FROM
[CRONUS UK Ltd_$Posted Payment Recon_ Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Posted Payment Recon. Line]
LEFT JOIN
[CRONUS UK Ltd_$Bank Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Account]
ON
[Posted Payment Recon. Line].[Bank Account No_] = [Bank Account].[No_] | |||||||
2 | Statement No. | Statement No. | Normal | Code | 20 | Statement No_ | nvarchar(40) |
3 | Statement Line No. | Statement Line No. | Normal | Integer | 4 | Statement Line No_ | int |
4 | Document No. | Document No. | Normal | Code | 20 | Document No_ | nvarchar(40) |
5 | Transaction Date | Transaction Date | Normal | Date | 4 | Transaction Date | datetime |
6 | Description | Description | Normal | Text | 100 | Description | nvarchar(200) |
7 | Statement Amount | Statement Amount | Normal | Decimal | 12 | Statement Amount | decimal(38,38) |
8 | Difference | Difference | Normal | Decimal | 12 | Difference | decimal(38,38) |
9 | Applied Amount | Applied Amount | Normal | Decimal | 12 | Applied Amount | decimal(38,38) |
10 | Type | Type | Normal | Option | 4 | Type | int |
Available options are:
| |||||||
11 | Applied Entries | Applied Entries | Normal | Integer | 4 | Applied Entries | int |
12 | Value Date | Value Date | Normal | Date | 4 | Value Date | datetime |
14 | Check No. | Check No. | Normal | Code | 20 | Check No_ | nvarchar(40) |
15 | Related-Party Name | Related-Party Name | Normal | Text | 250 | Related-Party Name | nvarchar(500) |
16 | Additional Transaction Info | Additional Transaction Info | Normal | Text | 100 | Additional Transaction Info | nvarchar(200) |
17 | Data Exch. Entry No. | Data Exch. Entry No. | Normal | Integer | 4 | Data Exch_ Entry No_ | int |
Key to join to the Data Exch. table.Show/hide example querySELECT
[Posted Payment Recon. Line].[Data Exch_ Entry No_]
,[Data Exch.].[Entry No_]
FROM
[CRONUS UK Ltd_$Posted Payment Recon_ Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Posted Payment Recon. Line]
LEFT JOIN
[CRONUS UK Ltd_$Data Exch_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch.]
ON
[Posted Payment Recon. Line].[Data Exch_ Entry No_] = [Data Exch.].[Entry No_] | |||||||
18 | Data Exch. Line No. | Data Exch. Line No. | Normal | Integer | 4 | Data Exch_ Line No_ | int |
21 | Account Type | Account Type | Normal | Option | 4 | Account Type | int |
Available options are:
| |||||||
22 | Account No. | Account No. | Normal | Code | 20 | Account No_ | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT
[Posted Payment Recon. Line].[Account No_]
,[G/L Account].[No_]
FROM
[CRONUS UK Ltd_$Posted Payment Recon_ Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Posted Payment Recon. Line]
LEFT JOIN
[CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
ON
[Posted Payment Recon. Line].[Account No_] = [G/L Account].[No_] | |||||||
23 | Applied Document No. | Applied Document No. | Normal | Text | 250 | Applied Document No_ | nvarchar(500) |
24 | Applied Entry No. | Applied Entry No. | Normal | Text | 250 | Applied Entry No_ | nvarchar(500) |
70 | Transaction ID | Transaction ID | Normal | Text | 250 | Transaction ID | nvarchar(500) |
71 | Reconciled | Reconciled | Normal | Boolean | 4 | Reconciled | 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
[Posted Payment Recon. Line].[$systemCreatedBy]
,[User].[User Security ID]
FROM
[CRONUS UK Ltd_$Posted Payment Recon_ Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Posted Payment Recon. Line]
LEFT JOIN
[User] AS [User]
ON
[Posted Payment Recon. Line].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT
[Posted Payment Recon. Line].[$systemModifiedBy]
,[User].[User Security ID]
FROM
[CRONUS UK Ltd_$Posted Payment Recon_ Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Posted Payment Recon. Line]
LEFT JOIN
[User] AS [User]
ON
[Posted Payment Recon. Line].[$systemModifiedBy] = [User].[User Security ID] |