Finance Cue

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

Table Type: Company

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

Table Number: 9054

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Primary Key]
   ,[Cash Accounts Balance]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Finance Cue$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 Cue$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Finance Cue]
LEFT JOIN
   [User] AS [User]
      ON
         [Finance Cue].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Finance Cue].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Finance Cue table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Primary Key Primary Key SearchPrimary KeyNormalCode10Primary Keynvarchar(20)
2Overdue Sales Documents SearchOverdue Sales DocumentsFlowFieldInteger4
3Purchase Documents Due Today SearchPurchase Documents Due TodayFlowFieldInteger4
4POs Pending Approval SearchPOs Pending ApprovalFlowFieldInteger4
5SOs Pending Approval SearchSOs Pending ApprovalFlowFieldInteger4
6Approved Sales Orders SearchApproved Sales OrdersFlowFieldInteger4
7Approved Purchase Orders SearchApproved Purchase OrdersFlowFieldInteger4
8Vendors – Payment on Hold SearchVendors – Payment on HoldFlowFieldInteger4
9Purchase Return Orders SearchPurchase Return OrdersFlowFieldInteger4
10Sales Return Orders – All SearchSales Return Orders – AllFlowFieldInteger4
11Customers – Blocked SearchCustomers – BlockedFlowFieldInteger4
16Overdue Purchase Documents SearchOverdue Purchase DocumentsFlowFieldInteger4
17Purchase Discounts Next Week SearchPurchase Discounts Next WeekFlowFieldInteger4
18Purch. Invoices Due Next Week SearchPurch. Invoices Due Next WeekFlowFieldInteger4
19Due Next Week Filter SearchDue Next Week FilterFlowFilterDate4
20Due Date Filter SearchDue Date FilterFlowFilterDate4
21Overdue Date Filter SearchOverdue Date FilterFlowFilterDate4
22New Incoming Documents SearchNew Incoming DocumentsFlowFieldInteger4
23Approved Incoming Documents SearchApproved Incoming DocumentsFlowFieldInteger4
24OCR Pending SearchOCR PendingFlowFieldInteger4
25OCR Completed SearchOCR CompletedFlowFieldInteger4
29Non-Applied Payments SearchNon-Applied PaymentsFlowFieldInteger4
30Cash Accounts Balance SearchCash Accounts BalanceNormalDecimal12Cash Accounts Balancedecimal(38,38)
31Last Depreciated Posted Date SearchLast Depreciated Posted DateFlowFieldDate4
33Outstanding Vendor Invoices SearchOutstanding Vendor InvoicesFlowFieldInteger4
4000Replication Success Rate SearchReplication Success RateNormalDecimal12
10120Bank Reconciliations to Post SearchBank Reconciliations to PostFlowFieldInteger4
10121Bank Acc. Reconciliations SearchBank Acc. ReconciliationsFlowFieldInteger4
10140Deposits to Post SearchDeposits to PostFlowFieldInteger4
10150Bank Deposits to Post SearchBank Deposits to PostFlowFieldInteger4
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 Cue].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Finance Cue$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Finance Cue]
LEFT JOIN
       [User] AS [User]
              ON
                     [Finance Cue].[$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 Cue].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Finance Cue$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Finance Cue]
LEFT JOIN
       [User] AS [User]
              ON
                     [Finance Cue].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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