Outlook Synch. Filter

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

Table Type: Company

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

Table Number: 5303

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Record GUID]
   ,[Filter Type]
   ,[Line No_]
   ,[Table No_]
   ,[Field No_]
   ,[Type]
   ,[Value]
   ,[Master Table No_]
   ,[Master Table Field No_]
   ,[FilterExpression]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Outlook Synch_ Filter$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_ Filter$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Outlook Synch. Filter]
LEFT JOIN
   [User] AS [User]
      ON
         [Outlook Synch. Filter].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Outlook Synch. Filter].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Outlook Synch. Filter table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Record GUID Primary Key SearchRecord GUIDNormalGUID16Record GUIDuniqueidentifier
2Filter Type Primary Key SearchFilter TypeNormalOption4Filter Typeint
Available options are:
  • “Condition”
  • “Table Relation”
3Line No. Primary Key SearchLine No.NormalInteger4Line No_int
4Table No. SearchTable No.NormalInteger4Table No_int
5Field No. SearchField No.NormalInteger4Field No_int
7Type SearchTypeNormalOption4Typeint
Available options are:
  • “CONST”
  • “FILTER”
  • “FIELD”
8Value SearchValueNormalText250Valuenvarchar(500)
9Master Table No. SearchMaster Table No.NormalInteger4Master Table No_int
10Master Table Field No. SearchMaster Table Field No.NormalInteger4Master Table Field No_int
99FilterExpression SearchFilterExpressionNormalText250FilterExpressionnvarchar(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. Filter].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Outlook Synch_ Filter$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Outlook Synch. Filter]
LEFT JOIN
       [User] AS [User]
              ON
                     [Outlook Synch. Filter].[$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. Filter].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Outlook Synch_ Filter$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Outlook Synch. Filter]
LEFT JOIN
       [User] AS [User]
              ON
                     [Outlook Synch. Filter].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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