Cash Flow Forecast

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

Table Type: Company

Table Name: Cash Flow Forecast
Database Table Name: CRONUS UK Ltd_$Cash Flow Forecast$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 840

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 Cash Flow Forecast can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Cash Flow Forecast$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [No_]
   ,[Search Name]
   ,[Description]
   ,[Description 2]
   ,[Consider Discount]
   ,[Creation Date]
   ,[Created By]
   ,[Manual Payments To]
   ,[No_ Series]
   ,[Manual Payments From]
   ,[G_L Budget From]
   ,[G_L Budget To]
   ,[Consider CF Payment Terms]
   ,[Consider Pmt_ Disc_ Tol_ Date]
   ,[Consider Pmt_ Tol_ Amount]
   ,[Overdue CF Dates to Work Date]
   ,[Default G_L Budget Name]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Cash Flow Forecast$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Cash Flow Forecast$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cash Flow Forecast]
LEFT JOIN
   [User] AS [User]
      ON
         [Cash Flow Forecast].[Created By] = [User].[User Name]
LEFT JOIN
   [User] AS [User]
      ON
         [Cash Flow Forecast].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Cash Flow Forecast].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Cash Flow Forecast table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1No. Primary Key SearchNo.NormalCode20No_nvarchar(40)
2Search Name SearchSearch NameNormalCode100Search Namenvarchar(200)
3Description SearchDescriptionNormalText100Descriptionnvarchar(200)
4Description 2 SearchDescription 2NormalText50Description 2nvarchar(100)
5Consider Discount SearchConsider DiscountNormalBoolean4Consider Discounttinyint
6Creation Date SearchCreation DateNormalDate4Creation Datedatetime
7Created By SearchCreated ByNormalCode50Created Bynvarchar(100)
Key to join to the User table.

Show/hide example query

SELECT
       [Cash Flow Forecast].[Created By]
       ,[User].[User Name]
FROM
       [CRONUS UK Ltd_$Cash Flow Forecast$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cash Flow Forecast]
LEFT JOIN
       [User] AS [User]
              ON
                     [Cash Flow Forecast].[Created By] = [User].[User Name]
8Manual Payments To SearchManual Payments ToNormalDate4Manual Payments Todatetime
9Comment SearchCommentFlowFieldBoolean4
10No. Series SearchNo. SeriesNormalCode20No_ Seriesnvarchar(40)
Key to join to the No. Series table.

Show/hide example query

SELECT
       [Cash Flow Forecast].[No_ Series]
       ,[No. Series].[Code]
FROM
       [CRONUS UK Ltd_$Cash Flow Forecast$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cash Flow Forecast]
LEFT JOIN
       [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series]
              ON
                     [Cash Flow Forecast].[No_ Series] = [No. Series].[Code]
11Manual Payments From SearchManual Payments FromNormalDate4Manual Payments Fromdatetime
12G/L Budget From SearchG/L Budget FromNormalDate4G_L Budget Fromdatetime
13G/L Budget To SearchG/L Budget ToNormalDate4G_L Budget Todatetime
14Consider CF Payment Terms SearchConsider CF Payment TermsNormalBoolean4Consider CF Payment Termstinyint
15Consider Pmt. Disc. Tol. Date SearchConsider Pmt. Disc. Tol. DateNormalBoolean4Consider Pmt_ Disc_ Tol_ Datetinyint
16Consider Pmt. Tol. Amount SearchConsider Pmt. Tol. AmountNormalBoolean4Consider Pmt_ Tol_ Amounttinyint
17Account No. Filter SearchAccount No. FilterFlowFilterCode20
18Source Type Filter SearchSource Type FilterFlowFilterOption4
19Cash Flow Date Filter SearchCash Flow Date FilterFlowFilterDate4
20Amount (LCY) SearchAmount ($)FlowFieldDecimal12
21Positive Filter SearchPositive FilterFlowFilterBoolean4
22Overdue CF Dates to Work Date SearchOverdue CF Dates to Work DateNormalBoolean4Overdue CF Dates to Work Datetinyint
23Default G/L Budget Name SearchDefault G/L Budget NameNormalCode10Default G_L Budget Namenvarchar(20)
Key to join to the G/L Budget Name table.

Show/hide example query

SELECT
       [Cash Flow Forecast].[Default G_L Budget Name]
       ,[G/L Budget Name].[Name]
FROM
       [CRONUS UK Ltd_$Cash Flow Forecast$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cash Flow Forecast]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Budget Name$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Budget Name]
              ON
                     [Cash Flow Forecast].[Default G_L Budget Name] = [G/L Budget Name].[Name]
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
       [Cash Flow Forecast].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Cash Flow Forecast$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cash Flow Forecast]
LEFT JOIN
       [User] AS [User]
              ON
                     [Cash Flow Forecast].[$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
       [Cash Flow Forecast].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Cash Flow Forecast$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cash Flow Forecast]
LEFT JOIN
       [User] AS [User]
              ON
                     [Cash Flow Forecast].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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