Outlook Synch. Field

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

Table Type: Company

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

Table Number: 5304

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Synch_ Entity Code]
   ,[Element No_]
   ,[Line No_]
   ,[Master Table No_]
   ,[Outlook Object]
   ,[Outlook Property]
   ,[User-Defined]
   ,[Search Field]
   ,[Condition]
   ,[Table No_]
   ,[Table Relation]
   ,[Field No_]
   ,[Read-Only Status]
   ,[Field Default Value]
   ,[Record GUID]
   ,[DefaultValueExpression]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Outlook Synch_ Field$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_ Field$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Outlook Synch. Field]
LEFT JOIN
   [User] AS [User]
      ON
         [Outlook Synch. Field].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Outlook Synch. Field].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Outlook Synch. Field 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
3Line No. Primary Key SearchLine No.NormalInteger4Line No_int
4Master Table No. SearchMaster Table No.NormalInteger4Master Table No_int
5Outlook Object SearchOutlook ObjectNormalText80Outlook Objectnvarchar(160)
6Outlook Property SearchOutlook PropertyNormalText80Outlook Propertynvarchar(160)
7User-Defined SearchUser-DefinedNormalBoolean4User-Definedtinyint
8Search Field SearchSearch FieldNormalBoolean4Search Fieldtinyint
9Condition SearchConditionNormalText250Conditionnvarchar(500)
10Table No. SearchTable No.NormalInteger4Table No_int
11Table Caption SearchTable CaptionFlowFieldText250
12Table Relation SearchTable RelationNormalText250Table Relationnvarchar(500)
13Field No. SearchField No.NormalInteger4Field No_int
15Read-Only Status SearchRead-Only StatusNormalOption4Read-Only Statusint
Available options are:
  • ” “
  • “Read-Only in Microsoft Dynamics NAV”
  • “Read-Only in Outlook”
16Field Default Value SearchField Default ValueNormalText250Field Default Valuenvarchar(500)
17Record GUID SearchRecord GUIDNormalGUID16Record GUIDuniqueidentifier
99DefaultValueExpression SearchDefaultValueExpressionNormalText250DefaultValueExpressionnvarchar(500)
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. Field].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Outlook Synch_ Field$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Outlook Synch. Field]
LEFT JOIN
       [User] AS [User]
              ON
                     [Outlook Synch. Field].[$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. Field].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Outlook Synch_ Field$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Outlook Synch. Field]
LEFT JOIN
       [User] AS [User]
              ON
                     [Outlook Synch. Field].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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