Activities Cue

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

Table Type: Company

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

Table Number: 1313

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Primary Key]
   ,[Sales This Month]
   ,[Top 10 Customer Sales YTD]
   ,[Overdue Purch_ Invoice Amount]
   ,[Overdue Sales Invoice Amount]
   ,[Average Collection Days]
   ,[Uninvoiced Bookings]
   ,[Last Date_Time Modified]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Activities 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_$Activities Cue$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Activities Cue]
LEFT JOIN
   [User] AS [User]
      ON
         [Activities Cue].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Activities Cue].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Activities Cue table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Primary Key Primary Key SearchPrimary KeyNormalCode10Primary Keynvarchar(20)
2Due Date Filter SearchDue Date FilterFlowFilterDate4
3Overdue Date Filter SearchOverdue Date FilterFlowFilterDate4
4Ongoing Sales Invoices SearchOngoing Sales InvoicesFlowFieldInteger4
5Ongoing Purchase Invoices SearchOngoing Purchase InvoicesFlowFieldInteger4
6Sales This Month SearchSales This MonthNormalDecimal12Sales This Monthdecimal(38,38)
7Top 10 Customer Sales YTD SearchTop 10 Customer Sales YTDNormalDecimal12Top 10 Customer Sales YTDdecimal(38,38)
8Overdue Purch. Invoice Amount SearchOverdue Purch. Invoice AmountNormalDecimal12Overdue Purch_ Invoice Amountdecimal(38,38)
9Overdue Sales Invoice Amount SearchOverdue Sales Invoice AmountNormalDecimal12Overdue Sales Invoice Amountdecimal(38,38)
10Average Collection Days SearchAverage Collection DaysNormalDecimal12Average Collection Daysdecimal(38,38)
11Ongoing Sales Quotes SearchOngoing Sales QuotesFlowFieldInteger4
13Sales Inv. – Pending Doc.Exch. SearchSales Invoices – Pending Document ExchangeFlowFieldInteger4
14Sales CrM. – Pending Doc.Exch. SearchSales Credit Memos – Pending Document ExchangeFlowFieldInteger4
17Due Next Week Filter SearchDue Next Week FilterFlowFilterDate4
20My Incoming Documents SearchMy Incoming DocumentsFlowFieldInteger4
21Non-Applied Payments SearchNon-Applied PaymentsFlowFieldInteger4
22Purch. Invoices Due Next Week SearchPurch. Invoices Due Next WeekFlowFieldInteger4
23Sales Invoices Due Next Week SearchSales Invoices Due Next WeekFlowFieldInteger4
24Ongoing Sales Orders SearchOngoing Sales OrdersFlowFieldInteger4
25Inc. Doc. Awaiting Verfication SearchInc. Doc. Awaiting VerficationFlowFieldInteger4
26Purchase Orders SearchPurchase OrdersFlowFieldInteger4
27Uninvoiced Bookings SearchUninvoiced BookingsNormalInteger4Uninvoiced Bookingsint
28IC Inbox Transactions SearchIC Inbox TransactionsFlowFieldInteger4
29IC Outbox Transactions SearchIC Outbox TransactionsFlowFieldInteger4
31Outstanding Vendor Invoices SearchOutstanding Vendor InvoicesFlowFieldInteger4
32Coupled Data Synch Errors SearchCoupled Data Synch ErrorsFlowFieldInteger4
33CDS Integration Errors SearchDataverse Integration ErrorsFlowFieldInteger4
110Last Date/Time Modified SearchLast Date/Time ModifiedNormalDateTime8Last Date_Time Modifieddatetime
4000Replication Success Rate SearchReplication Success RateNormalDecimal12
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
       [Activities Cue].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Activities Cue$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Activities Cue]
LEFT JOIN
       [User] AS [User]
              ON
                     [Activities 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
       [Activities Cue].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Activities Cue$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Activities Cue]
LEFT JOIN
       [User] AS [User]
              ON
                     [Activities Cue].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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