Field Monitoring Setup

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

Table Type: Company

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

Table Number: 1366

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Primary Key]
   ,[Monitor Status]
   ,[Notification Count]
   ,[User Id]
   ,[Email Account Id]
   ,[Email Account Name]
   ,[Email Connector]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Field Monitoring 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_$Field Monitoring Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Field Monitoring Setup]
LEFT JOIN
   [User] AS [User]
      ON
         [Field Monitoring Setup].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Field Monitoring Setup].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Field Monitoring Setup table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Primary Key Primary Key SearchPrimary KeyNormalCode10Primary Keynvarchar(20)
2Monitor Status SearchMonitor StatusNormalBoolean4Monitor Statustinyint
4Notification Count SearchNotification CountNormalInteger4Notification Countint
5User Id SearchNotification RecipientNormalCode50User Idnvarchar(100)
7Email Account Id SearchEmail Account IdNormalGUID16Email Account Iduniqueidentifier
8Email Account Name SearchEmail Account NameNormalText250Email Account Namenvarchar(500)
9Email Connector SearchEmail ConnectorNormalOption4Email Connectorint
Available options are:
  • “Current User”
  • “SMTP”
  • “Microsoft 365”
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
       [Field Monitoring Setup].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Field Monitoring Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Field Monitoring Setup]
LEFT JOIN
       [User] AS [User]
              ON
                     [Field Monitoring 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
       [Field Monitoring Setup].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Field Monitoring Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Field Monitoring Setup]
LEFT JOIN
       [User] AS [User]
              ON
                     [Field Monitoring Setup].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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