Cue Setup

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

Table Type: Company

Table Name: Cue Setup
Database Table Name: CRONUS UK Ltd_$Cue Setup$63ca2fa4-4f03-4f2b-a480-172fef340d3f

Table Number: 9701

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

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Cue Setup$63ca2fa4-4f03-4f2b-a480-172fef340d3f]

Show/hide an example select of all columns by name

SELECT
   [User Name]
   ,[Table ID]
   ,[Field No_]
   ,[Low Range Style]
   ,[Threshold 1]
   ,[Middle Range Style]
   ,[Threshold 2]
   ,[High Range Style]
   ,[Personalized]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Cue Setup$63ca2fa4-4f03-4f2b-a480-172fef340d3f]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Cue Setup$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Cue Setup]
LEFT JOIN
   [CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping]
      ON
         [Cue Setup].[Table ID] = [Data Exch. Mapping].[Table ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Cue Setup].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Cue Setup].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Cue Setup table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1User Name Primary Key SearchUser NameNormalCode50User Namenvarchar(100)
2Table ID Primary Key SearchTable IDNormalInteger4Table IDint
Key to join to the Data Exch. Mapping table.

Show/hide example query

SELECT
       [Cue Setup].[Table ID]
       ,[Data Exch. Mapping].[Table ID]
FROM
       [CRONUS UK Ltd_$Cue Setup$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Cue Setup]
LEFT JOIN
       [CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping]
              ON
                     [Cue Setup].[Table ID] = [Data Exch. Mapping].[Table ID]
3Field No. Primary Key SearchCue IDNormalInteger4Field No_int
4Field Name SearchCue NameFlowFieldText80
5Low Range Style SearchLow Range StyleNormalOption4Low Range Styleint
Available options are:
  • “None”
  • “Favorable”
  • “Unfavorable”
  • “Ambiguous”
  • “Subordinate”
6Threshold 1 SearchThreshold 1NormalDecimal12Threshold 1decimal(38,38)
7Middle Range Style SearchMiddle Range StyleNormalOption4Middle Range Styleint
Available options are:
  • “None”
  • “Favorable”
  • “Unfavorable”
  • “Ambiguous”
  • “Subordinate”
8Threshold 2 SearchThreshold 2NormalDecimal12Threshold 2decimal(38,38)
9High Range Style SearchHigh Range StyleNormalOption4High Range Styleint
Available options are:
  • “None”
  • “Favorable”
  • “Unfavorable”
  • “Ambiguous”
  • “Subordinate”
10Table Name SearchTable NameFlowFieldText249
11Personalized SearchPersonalizedNormalBoolean4Personalizedtinyint
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
       [Cue Setup].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Cue Setup$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Cue Setup]
LEFT JOIN
       [User] AS [User]
              ON
                     [Cue 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
       [Cue Setup].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Cue Setup$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Cue Setup]
LEFT JOIN
       [User] AS [User]
              ON
                     [Cue Setup].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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