Service Document Log

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

Table Type: Company

Table Name: Service Document Log
Database Table Name: CRONUS UK Ltd_$Service Document Log$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 5912

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 Service Document Log can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Service Document Log$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Document No_]
   ,[Entry No_]
   ,[Event No_]
   ,[Service Item Line No_]
   ,[After]
   ,[Before]
   ,[Change Date]
   ,[Change Time]
   ,[User ID]
   ,[Document Type]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Service Document Log$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Service Document Log$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Document Log]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
      ON
         [Service Document Log].[Document Type] = [Sales Header Archive].[Document Type]
      AND
         [Service Document Log].[Document No_] = [Sales Header Archive].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header]
      ON
         [Service Document Log].[Document Type] = [Sales Header].[Document Type]
      AND
         [Service Document Log].[Document No_] = [Sales Header].[No_]
LEFT JOIN
   [User] AS [User]
      ON
         [Service Document Log].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Service Document Log].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Service Document Log table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Document No. Primary Key SearchDocument No.NormalCode20Document No_nvarchar(40)
2Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
3Event No. SearchEvent No.NormalInteger4Event No_int
4Service Item Line No. SearchService Item Line No.NormalInteger4Service Item Line No_int
5After SearchAfterNormalText50Afternvarchar(100)
6Before SearchBeforeNormalText50Beforenvarchar(100)
7Change Date SearchChange DateNormalDate4Change Datedatetime
8Change Time SearchChange TimeNormalTime4Change Timedatetime
9User ID SearchUser IDNormalCode50User IDnvarchar(100)
10Document Type Primary Key SearchDocument TypeNormalOption4Document Typeint
Available options are:
  • “Quote”
  • “Order”
  • “Invoice”
  • “Credit Memo”
  • “Shipment”
  • “Posted Invoice”
  • “Posted Credit Memo”
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
       [Service Document Log].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Service Document Log$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Document Log]
LEFT JOIN
       [User] AS [User]
              ON
                     [Service Document Log].[$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
       [Service Document Log].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Service Document Log$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Document Log]
LEFT JOIN
       [User] AS [User]
              ON
                     [Service Document Log].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Service Document Log table

Leave a Reply

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