Outlook Synch. Option Correl.

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

Table Type: Company

Table Name: Outlook Synch. Option Correl.
Database Table Name: CRONUS UK Ltd_$Outlook Synch_ Option Correl_$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 5307

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 Outlook Synch. Option Correl. can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Outlook Synch_ Option Correl_$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Synch_ Entity Code]
   ,[Element No_]
   ,[Field Line No_]
   ,[Line No_]
   ,[Outlook Object]
   ,[Outlook Property]
   ,[Outlook Value]
   ,[Table No_]
   ,[Field No_]
   ,[Option No_]
   ,[Enumeration No_]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Outlook Synch_ Option Correl_$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Outlook Synch_ Option Correl_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Outlook Synch. Option Correl.]
LEFT JOIN
   [User] AS [User]
      ON
         [Outlook Synch. Option Correl.].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Outlook Synch. Option Correl.].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Outlook Synch. Option Correl. table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Synch. Entity Code Primary Key SearchSynch. Entity CodeNormalCode10Synch_ Entity Codenvarchar(20)
2Element No. Primary Key SearchElement No.NormalInteger4Element No_int
3Field Line No. Primary Key SearchField Line No.NormalInteger4Field Line No_int
4Line No. Primary Key SearchLine No.NormalInteger4Line No_int
5Outlook Object SearchOutlook ObjectNormalText80Outlook Objectnvarchar(160)
6Outlook Property SearchOutlook PropertyNormalText80Outlook Propertynvarchar(160)
7Outlook Value SearchOutlook ValueNormalText80Outlook Valuenvarchar(160)
8Table No. SearchTable No.NormalInteger4Table No_int
9Field No. SearchField No.NormalInteger4Field No_int
11Option No. SearchOption No.NormalInteger4Option No_int
12Enumeration No. SearchEnumeration No.NormalInteger4Enumeration No_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
       [Outlook Synch. Option Correl.].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Outlook Synch_ Option Correl_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Outlook Synch. Option Correl.]
LEFT JOIN
       [User] AS [User]
              ON
                     [Outlook Synch. Option Correl.].[$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
       [Outlook Synch. Option Correl.].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Outlook Synch_ Option Correl_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Outlook Synch. Option Correl.]
LEFT JOIN
       [User] AS [User]
              ON
                     [Outlook Synch. Option Correl.].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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