Customized Calendar Entry

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

Table Type: Company

Table Name: Customized Calendar Entry
Database Table Name: CRONUS UK Ltd_$Customized Calendar Entry$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 7603

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 Customized Calendar Entry can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Customized Calendar Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Source Type]
   ,[Source Code]
   ,[Additional Source Code]
   ,[Base Calendar Code]
   ,[Date]
   ,[Description]
   ,[Nonworking]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Customized Calendar Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Customized Calendar Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customized Calendar Entry]
LEFT JOIN
   [CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code]
      ON
         [Customized Calendar Entry].[Source Code] = [Source Code].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Base Calendar$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Base Calendar]
      ON
         [Customized Calendar Entry].[Base Calendar Code] = [Base Calendar].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Customized Calendar Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Customized Calendar Entry].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Customized Calendar Entry table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Source Type Primary Key SearchSource TypeNormalOption4Source Typeint
Available options are:
  • “Company”
  • “Customer”
  • “Vendor”
  • “Location”
  • “Shipping Agent”
  • “Service”
2Source Code Primary Key SearchSource CodeNormalCode20Source Codenvarchar(40)
Key to join to the Source Code table.

Show/hide example query

SELECT
       [Customized Calendar Entry].[Source Code]
       ,[Source Code].[Code]
FROM
       [CRONUS UK Ltd_$Customized Calendar Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customized Calendar Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code]
              ON
                     [Customized Calendar Entry].[Source Code] = [Source Code].[Code]
3Additional Source Code Primary Key SearchAdditional Source CodeNormalCode20Additional Source Codenvarchar(40)
4Base Calendar Code Primary Key SearchBase Calendar CodeNormalCode10Base Calendar Codenvarchar(20)
Key to join to the Base Calendar table.

Show/hide example query

SELECT
       [Customized Calendar Entry].[Base Calendar Code]
       ,[Base Calendar].[Code]
FROM
       [CRONUS UK Ltd_$Customized Calendar Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customized Calendar Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Base Calendar$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Base Calendar]
              ON
                     [Customized Calendar Entry].[Base Calendar Code] = [Base Calendar].[Code]
5Date Primary Key SearchDateNormalDate4Datedatetime
6Description SearchDescriptionNormalText30Descriptionnvarchar(60)
7Nonworking SearchNonworkingNormalBoolean4Nonworkingtinyint
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
       [Customized Calendar Entry].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Customized Calendar Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customized Calendar Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Customized Calendar Entry].[$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
       [Customized Calendar Entry].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Customized Calendar Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customized Calendar Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Customized Calendar Entry].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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