Acc. Sched. KPI Web Srv. Setup

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

Table Type: Company

Table Name: Acc. Sched. KPI Web Srv. Setup
Database Table Name: CRONUS UK Ltd_$Acc_ Sched_ KPI Web Srv_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 135

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 Acc. Sched. KPI Web Srv. Setup can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Acc_ Sched_ KPI Web Srv_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Primary Key]
   ,[Forecasted Values Start]
   ,[G_L Budget Name]
   ,[Period]
   ,[View By]
   ,[Web Service Name]
   ,[Data Last Updated]
   ,[Last G_L Entry Included]
   ,[Data Time To Live (hours)]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Acc_ Sched_ KPI Web Srv_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Acc_ Sched_ KPI Web Srv_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Acc. Sched. KPI Web Srv. Setup]
LEFT JOIN
   [User] AS [User]
      ON
         [Acc. Sched. KPI Web Srv. Setup].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Acc. Sched. KPI Web Srv. Setup].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Acc. Sched. KPI Web Srv. Setup table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Primary Key Primary Key SearchPrimary KeyNormalCode10Primary Keynvarchar(20)
2Forecasted Values Start SearchForecasted Values StartNormalOption4Forecasted Values Startint
Available options are:
  • “After Latest Closed Period”
  • “After Current Date”
3G/L Budget Name SearchG/L Budget NameNormalCode10G_L Budget Namenvarchar(20)
Key to join to the G/L Budget Name table.

Show/hide example query

SELECT
       [Acc. Sched. KPI Web Srv. Setup].[G_L Budget Name]
       ,[G/L Budget Name].[Name]
FROM
       [CRONUS UK Ltd_$Acc_ Sched_ KPI Web Srv_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Acc. Sched. KPI Web Srv. Setup]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Budget Name$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Budget Name]
              ON
                     [Acc. Sched. KPI Web Srv. Setup].[G_L Budget Name] = [G/L Budget Name].[Name]
4Period SearchPeriodNormalOption4Periodint
Available options are:
  • “Fiscal Year – Last Locked Period”
  • “Current Fiscal Year”
  • “Current Calendar Year”
  • “Current Calendar Quarter”
  • “Current Month”
  • “Today”
  • “Current Period”
  • “Last Locked Period”
  • “Current Fiscal Year + 3 Previous Years”
5View By SearchView ByNormalOption4View Byint
Available options are:
  • “Day”
  • “Week”
  • “Month”
  • “Quarter”
  • “Year”
  • “Period”
6Web Service Name SearchWeb Service NameNormalText240Web Service Namenvarchar(480)
7Published SearchPublishedFlowFieldBoolean4
8Data Last Updated SearchData Last UpdatedNormalDateTime8Data Last Updateddatetime
9Last G/L Entry Included SearchLast G/L Entry IncludedNormalInteger4Last G_L Entry Includedint
10Data Time To Live (hours) SearchData Time To Live (hours)NormalInteger4Data Time To Live (hours)int
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
       [Acc. Sched. KPI Web Srv. Setup].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Acc_ Sched_ KPI Web Srv_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Acc. Sched. KPI Web Srv. Setup]
LEFT JOIN
       [User] AS [User]
              ON
                     [Acc. Sched. KPI Web Srv. Setup].[$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
       [Acc. Sched. KPI Web Srv. Setup].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Acc_ Sched_ KPI Web Srv_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Acc. Sched. KPI Web Srv. Setup]
LEFT JOIN
       [User] AS [User]
              ON
                     [Acc. Sched. KPI Web Srv. Setup].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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