Customer Posting Group

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

Table Type: Company

Table Name: Customer Posting Group
Database Table Name: CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 92

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 Customer Posting Group can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Code]
   ,[Receivables Account]
   ,[Service Charge Acc_]
   ,[Payment Disc_ Debit Acc_]
   ,[Invoice Rounding Account]
   ,[Additional Fee Account]
   ,[Interest Account]
   ,[Debit Curr_ Appln_ Rndg_ Acc_]
   ,[Credit Curr_ Appln_ Rndg_ Acc_]
   ,[Debit Rounding Account]
   ,[Credit Rounding Account]
   ,[Payment Disc_ Credit Acc_]
   ,[Payment Tolerance Debit Acc_]
   ,[Payment Tolerance Credit Acc_]
   ,[Add_ Fee per Line Account]
   ,[Description]
   ,[View All Accounts on Lookup]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Customer 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_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
LEFT JOIN
   [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
      ON
         [Customer Posting Group].[Receivables Account] = [G/L Account].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
      ON
         [Customer Posting Group].[Invoice Rounding Account] = [G/L Account].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
      ON
         [Customer Posting Group].[Additional Fee Account] = [G/L Account].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
      ON
         [Customer Posting Group].[Interest Account] = [G/L Account].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
      ON
         [Customer Posting Group].[Debit Rounding Account] = [G/L Account].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
      ON
         [Customer Posting Group].[Credit Rounding Account] = [G/L Account].[No_]
LEFT JOIN
   [User] AS [User]
      ON
         [Customer Posting Group].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Customer Posting Group].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Customer Posting Group table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Code Primary Key SearchCodeNormalCode20Codenvarchar(40)
2Receivables Account SearchReceivables AccountNormalCode20Receivables Accountnvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [Customer Posting Group].[Receivables Account]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [Customer Posting Group].[Receivables Account] = [G/L Account].[No_]
7Service Charge Acc. SearchService Charge Acc.NormalCode20Service Charge Acc_nvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [Customer Posting Group].[Service Charge Acc_]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [Customer Posting Group].[Service Charge Acc_] = [G/L Account].[No_]
8Payment Disc. Debit Acc. SearchPayment Disc. Debit Acc.NormalCode20Payment Disc_ Debit Acc_nvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [Customer Posting Group].[Payment Disc_ Debit Acc_]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [Customer Posting Group].[Payment Disc_ Debit Acc_] = [G/L Account].[No_]
9Invoice Rounding Account SearchInvoice Rounding AccountNormalCode20Invoice Rounding Accountnvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [Customer Posting Group].[Invoice Rounding Account]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [Customer Posting Group].[Invoice Rounding Account] = [G/L Account].[No_]
10Additional Fee Account SearchAdditional Fee AccountNormalCode20Additional Fee Accountnvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [Customer Posting Group].[Additional Fee Account]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [Customer Posting Group].[Additional Fee Account] = [G/L Account].[No_]
11Interest Account SearchInterest AccountNormalCode20Interest Accountnvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [Customer Posting Group].[Interest Account]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [Customer Posting Group].[Interest Account] = [G/L Account].[No_]
12Debit Curr. Appln. Rndg. Acc. SearchDebit Curr. Appln. Rndg. Acc.NormalCode20Debit Curr_ Appln_ Rndg_ Acc_nvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [Customer Posting Group].[Debit Curr_ Appln_ Rndg_ Acc_]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [Customer Posting Group].[Debit Curr_ Appln_ Rndg_ Acc_] = [G/L Account].[No_]
13Credit Curr. Appln. Rndg. Acc. SearchCredit Curr. Appln. Rndg. Acc.NormalCode20Credit Curr_ Appln_ Rndg_ Acc_nvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [Customer Posting Group].[Credit Curr_ Appln_ Rndg_ Acc_]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [Customer Posting Group].[Credit Curr_ Appln_ Rndg_ Acc_] = [G/L Account].[No_]
14Debit Rounding Account SearchDebit Rounding AccountNormalCode20Debit Rounding Accountnvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [Customer Posting Group].[Debit Rounding Account]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [Customer Posting Group].[Debit Rounding Account] = [G/L Account].[No_]
15Credit Rounding Account SearchCredit Rounding AccountNormalCode20Credit Rounding Accountnvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [Customer Posting Group].[Credit Rounding Account]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [Customer Posting Group].[Credit Rounding Account] = [G/L Account].[No_]
16Payment Disc. Credit Acc. SearchPayment Disc. Credit Acc.NormalCode20Payment Disc_ Credit Acc_nvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [Customer Posting Group].[Payment Disc_ Credit Acc_]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [Customer Posting Group].[Payment Disc_ Credit Acc_] = [G/L Account].[No_]
17Payment Tolerance Debit Acc. SearchPayment Tolerance Debit Acc.NormalCode20Payment Tolerance Debit Acc_nvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [Customer Posting Group].[Payment Tolerance Debit Acc_]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [Customer Posting Group].[Payment Tolerance Debit Acc_] = [G/L Account].[No_]
18Payment Tolerance Credit Acc. SearchPayment Tolerance Credit Acc.NormalCode20Payment Tolerance Credit Acc_nvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [Customer Posting Group].[Payment Tolerance Credit Acc_]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [Customer Posting Group].[Payment Tolerance Credit Acc_] = [G/L Account].[No_]
19Add. Fee per Line Account SearchAdd. Fee per Line AccountNormalCode20Add_ Fee per Line Accountnvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [Customer Posting Group].[Add_ Fee per Line Account]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [Customer Posting Group].[Add_ Fee per Line Account] = [G/L Account].[No_]
20Description SearchDescriptionNormalText100Descriptionnvarchar(200)
21View All Accounts on Lookup SearchView All Accounts on LookupNormalBoolean4View All Accounts on Lookuptinyint
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
       [Customer Posting Group].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
LEFT JOIN
       [User] AS [User]
              ON
                     [Customer Posting Group].[$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
       [Customer Posting Group].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
LEFT JOIN
       [User] AS [User]
              ON
                     [Customer Posting Group].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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