Finance Charge Terms

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

Table Type: Company

Table Name: Finance Charge Terms
Database Table Name: CRONUS UK Ltd_$Finance Charge Terms$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 5

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 Finance Charge Terms can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Finance Charge Terms$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Code]
   ,[Interest Rate]
   ,[Minimum Amount (LCY)]
   ,[Additional Fee (LCY)]
   ,[Description]
   ,[Interest Calculation Method]
   ,[Interest Period (Days)]
   ,[Grace Period]
   ,[Due Date Calculation]
   ,[Interest Calculation]
   ,[Post Interest]
   ,[Post Additional Fee]
   ,[Line Description]
   ,[Add_ Line Fee in Interest]
   ,[Detailed Lines Description]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Finance Charge Terms$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns including those from all joined tables

SELECT
   *
FROM
   [CRONUS UK Ltd_$Finance Charge Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Finance Charge Terms]
LEFT JOIN
   [User] AS [User]
      ON
         [Finance Charge Terms].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Finance Charge Terms].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Finance Charge Terms table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Code Primary Key SearchCodeNormalCode10Codenvarchar(20)
2Interest Rate SearchInterest RateNormalDecimal12Interest Ratedecimal(38,38)
3Minimum Amount (LCY) SearchMinimum Amount ($)NormalDecimal12Minimum Amount (LCY)decimal(38,38)
5Additional Fee (LCY) SearchAdditional Fee ($)NormalDecimal12Additional Fee (LCY)decimal(38,38)
7Description SearchDescriptionNormalText100Descriptionnvarchar(200)
8Interest Calculation Method SearchInterest Calculation MethodNormalOption4Interest Calculation Methodint
Available options are:
  • “Average Daily Balance”
  • “Balance Due”
9Interest Period (Days) SearchInterest Period (Days)NormalInteger4Interest Period (Days)int
10Grace Period SearchGrace PeriodNormalDateFormula32Grace Periodvarchar(32)
11Due Date Calculation SearchDue Date CalculationNormalDateFormula32Due Date Calculationvarchar(32)
12Interest Calculation SearchInterest CalculationNormalOption4Interest Calculationint
Available options are:
  • “Open Entries”
  • “Closed Entries”
  • “All Entries”
13Post Interest SearchPost InterestNormalBoolean4Post Interesttinyint
14Post Additional Fee SearchPost Additional FeeNormalBoolean4Post Additional Feetinyint
15Line Description SearchLine DescriptionNormalText100Line Descriptionnvarchar(200)
16Add. Line Fee in Interest SearchAdd. Line Fee in InterestNormalBoolean4Add_ Line Fee in Interesttinyint
30Detailed Lines Description SearchDetailed Lines DescriptionNormalText100Detailed Lines Descriptionnvarchar(200)
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
       [Finance Charge Terms].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Finance Charge Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Finance Charge Terms]
LEFT JOIN
       [User] AS [User]
              ON
                     [Finance Charge Terms].[$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
       [Finance Charge Terms].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Finance Charge Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Finance Charge Terms]
LEFT JOIN
       [User] AS [User]
              ON
                     [Finance Charge Terms].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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