Posted Payment Recon. Hdr

Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/1295

Table Type: Company

Table Name: Posted Payment Recon. Hdr
Database Table Name: CRONUS UK Ltd_$Posted Payment Recon_ Hdr$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 1295

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. Hdr can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Posted Payment Recon_ Hdr$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Bank Account No_]
   ,[Statement No_]
   ,[Statement Ending Balance]
   ,[Statement Date]
   ,[Bank Statement]
   ,[Is Reversed]
   ,[G_L Register No_]
   ,[Entries found with G_L Reg_]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Posted Payment Recon_ Hdr$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_ Hdr$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Posted Payment Recon. Hdr]
LEFT JOIN
   [User] AS [User]
      ON
         [Posted Payment Recon. Hdr].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Posted Payment Recon. Hdr].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Posted Payment Recon. Hdr table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Bank Account No. Primary Key SearchBank Account No.NormalCode20Bank Account No_nvarchar(40)
Key to join to the Bank Account table.

Show/hide example query

SELECT
       [Posted Payment Recon. Hdr].[Bank Account No_]
       ,[Bank Account].[No_]
FROM
       [CRONUS UK Ltd_$Posted Payment Recon_ Hdr$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Posted Payment Recon. Hdr]
LEFT JOIN
       [CRONUS UK Ltd_$Bank Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Account]
              ON
                     [Posted Payment Recon. Hdr].[Bank Account No_] = [Bank Account].[No_]
2Statement No. Primary Key SearchStatement No.NormalCode20Statement No_nvarchar(40)
3Statement Ending Balance SearchStatement Ending BalanceNormalDecimal12Statement Ending Balancedecimal(38,38)
4Statement Date SearchStatement DateNormalDate4Statement Datedatetime
6Bank Statement SearchBank StatementNormalBLOB8Bank Statementimage
10Is Reconciled SearchIs ReconciledFlowFieldBoolean4
11Is Reversed SearchIs ReversedNormalBoolean4Is Reversedtinyint
12G/L Register No. SearchG/L Register No.NormalInteger4G_L Register No_int
Key to join to the G/L Register table.

Show/hide example query

SELECT
       [Posted Payment Recon. Hdr].[G_L Register No_]
       ,[G/L Register].[No_]
FROM
       [CRONUS UK Ltd_$Posted Payment Recon_ Hdr$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Posted Payment Recon. Hdr]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Register$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Register]
              ON
                     [Posted Payment Recon. Hdr].[G_L Register No_] = [G/L Register].[No_]
13Entries found with G/L Reg. SearchEntries found with G/L RegisterNormalBoolean4Entries found with G_L Reg_tinyint
2000000000$systemId SearchSystem IDNormalGUID16$systemIduniqueidentifier
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8$systemCreatedAtdatetime
2000000002SystemCreatedBy SearchCreated ByNormalGUID16$systemCreatedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [Posted Payment Recon. Hdr].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Posted Payment Recon_ Hdr$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Posted Payment Recon. Hdr]
LEFT JOIN
       [User] AS [User]
              ON
                     [Posted Payment Recon. Hdr].[$systemCreatedBy] = [User].[User Security ID]
2000000003SystemModifiedAt SearchModified AtNormalDateTime8$systemModifiedAtdatetime
2000000004SystemModifiedBy SearchModified ByNormalGUID16$systemModifiedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [Posted Payment Recon. Hdr].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Posted Payment Recon_ Hdr$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Posted Payment Recon. Hdr]
LEFT JOIN
       [User] AS [User]
              ON
                     [Posted Payment Recon. Hdr].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

Your email address will not be published. Required fields are marked *