Cash Flow Manual Expense

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

Table Type: Company

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

Table Number: 850

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Code]
   ,[Cash Flow Account No_]
   ,[Description]
   ,[Starting Date]
   ,[Ending Date]
   ,[Recurring Frequency]
   ,[Amount]
   ,[Global Dimension 1 Code]
   ,[Global Dimension 2 Code]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Cash Flow Manual Expense$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 Manual Expense$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cash Flow Manual Expense]
LEFT JOIN
   [CRONUS UK Ltd_$Inventory Period$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Period]
      ON
         [Cash Flow Manual Expense].[Ending Date] = [Inventory Period].[Ending Date]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Cash Flow Manual Expense].[Global Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Cash Flow Manual Expense].[Global Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Cash Flow Manual Expense].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Cash Flow Manual Expense].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Cash Flow Manual Expense table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
2Code Primary Key SearchCodeNormalCode10Codenvarchar(20)
3Cash Flow Account No. SearchCash Flow Account No.NormalCode20Cash Flow Account No_nvarchar(40)
Key to join to the Cash Flow Account table.

Show/hide example query

SELECT
       [Cash Flow Manual Expense].[Cash Flow Account No_]
       ,[Cash Flow Account].[No_]
FROM
       [CRONUS UK Ltd_$Cash Flow Manual Expense$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cash Flow Manual Expense]
LEFT JOIN
       [CRONUS UK Ltd_$Cash Flow Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cash Flow Account]
              ON
                     [Cash Flow Manual Expense].[Cash Flow Account No_] = [Cash Flow Account].[No_]
4Description SearchDescriptionNormalText100Descriptionnvarchar(200)
5Starting Date SearchStarting DateNormalDate4Starting Datedatetime
6Ending Date SearchEnding DateNormalDate4Ending Datedatetime
Key to join to the Inventory Period table.

Show/hide example query

SELECT
       [Cash Flow Manual Expense].[Ending Date]
       ,[Inventory Period].[Ending Date]
FROM
       [CRONUS UK Ltd_$Cash Flow Manual Expense$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cash Flow Manual Expense]
LEFT JOIN
       [CRONUS UK Ltd_$Inventory Period$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Period]
              ON
                     [Cash Flow Manual Expense].[Ending Date] = [Inventory Period].[Ending Date]
7Recurring Frequency SearchRecurring FrequencyNormalDateFormula32Recurring Frequencyvarchar(32)
8Amount SearchAmountNormalDecimal12Amountdecimal(38,38)
9Global Dimension 1 Code SearchGlobal Dimension 1 CodeNormalCode20Global Dimension 1 Codenvarchar(40)
Key to join to the Dimension table.

Show/hide example query

SELECT
       [Cash Flow Manual Expense].[Global Dimension 1 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$Cash Flow Manual Expense$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cash Flow Manual Expense]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [Cash Flow Manual Expense].[Global Dimension 1 Code] = [Dimension].[Code]
10Global Dimension 2 Code SearchGlobal Dimension 2 CodeNormalCode20Global Dimension 2 Codenvarchar(40)
Key to join to the Dimension table.

Show/hide example query

SELECT
       [Cash Flow Manual Expense].[Global Dimension 2 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$Cash Flow Manual Expense$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cash Flow Manual Expense]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [Cash Flow Manual Expense].[Global Dimension 2 Code] = [Dimension].[Code]
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 Manual Expense].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Cash Flow Manual Expense$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cash Flow Manual Expense]
LEFT JOIN
       [User] AS [User]
              ON
                     [Cash Flow Manual Expense].[$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 Manual Expense].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Cash Flow Manual Expense$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cash Flow Manual Expense]
LEFT JOIN
       [User] AS [User]
              ON
                     [Cash Flow Manual Expense].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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