Generic Chart Setup

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

Table Type: Company

Table Name: Generic Chart Setup
Database Table Name: CRONUS UK Ltd_$Generic Chart Setup$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 9180

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 Generic Chart Setup can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Generic Chart Setup$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [ID]
   ,[Source Type]
   ,[Name]
   ,[Title]
   ,[Filter Text]
   ,[Type]
   ,[Source ID]
   ,[Object Name]
   ,[X-Axis Field ID]
   ,[X-Axis Field Name]
   ,[X-Axis Field Caption]
   ,[X-Axis Title]
   ,[X-Axis Show Title]
   ,[Y-Axis Title]
   ,[Y-Axis Show Title]
   ,[Z-Axis Field ID]
   ,[Z-Axis Field Name]
   ,[Z-Axis Field Caption]
   ,[Z-Axis Title]
   ,[Z-Axis Show Title]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Generic Chart 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_$Generic Chart Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Generic Chart Setup]
LEFT JOIN
   [User] AS [User]
      ON
         [Generic Chart Setup].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Generic Chart Setup].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Generic Chart Setup table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
2ID Primary Key SearchIDNormalCode20IDnvarchar(40)
3Source Type SearchSource TypeNormalOption4Source Typeint
Available options are:
  • ” “
  • “Table”
  • “Query”
10Name SearchNameNormalText50Namenvarchar(100)
11Title SearchTitleNormalText250Titlenvarchar(500)
12Filter Text SearchFilter TextNormalText250Filter Textnvarchar(500)
15Type SearchTypeNormalOption4Typeint
Available options are:
  • “Column”
  • “Point”
16Source ID SearchSource IDNormalInteger4Source IDint
17Object Name SearchObject NameNormalText30Object Namenvarchar(60)
20X-Axis Field ID SearchX-Axis Field IDNormalInteger4X-Axis Field IDint
21X-Axis Field Name SearchX-Axis Field NameNormalText80X-Axis Field Namenvarchar(160)
22X-Axis Field Caption SearchX-Axis Field CaptionNormalText250X-Axis Field Captionnvarchar(500)
23X-Axis Title SearchX-Axis TitleNormalText250X-Axis Titlenvarchar(500)
24X-Axis Show Title SearchX-Axis Show TitleNormalBoolean4X-Axis Show Titletinyint
30Y-Axis Fields SearchY-Axis FieldsFlowFieldInteger4
31Y-Axis Title SearchY-Axis TitleNormalText250Y-Axis Titlenvarchar(500)
32Y-Axis Show Title SearchY-Axis Show TitleNormalBoolean4Y-Axis Show Titletinyint
34Z-Axis Field ID SearchZ-Axis Field IDNormalInteger4Z-Axis Field IDint
35Z-Axis Field Name SearchZ-Axis Field NameNormalText80Z-Axis Field Namenvarchar(160)
36Z-Axis Field Caption SearchZ-Axis Field CaptionNormalText250Z-Axis Field Captionnvarchar(500)
38Z-Axis Title SearchZ-Axis TitleNormalText250Z-Axis Titlenvarchar(500)
39Z-Axis Show Title SearchZ-Axis Show TitleNormalBoolean4Z-Axis Show Titletinyint
40Chart Exists SearchChart ExistsFlowFieldBoolean4
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
       [Generic Chart Setup].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Generic Chart Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Generic Chart Setup]
LEFT JOIN
       [User] AS [User]
              ON
                     [Generic Chart 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
       [Generic Chart Setup].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Generic Chart Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Generic Chart Setup]
LEFT JOIN
       [User] AS [User]
              ON
                     [Generic Chart Setup].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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