Warranty Ledger Entry

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

Table Type: Company

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

Table Number: 5908

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 Warranty Ledger Entry can be queried.

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Entry No_]
   ,[Document No_]
   ,[Posting Date]
   ,[Customer No_]
   ,[Ship-to Code]
   ,[Bill-to Customer No_]
   ,[Variant Code (Serviced)]
   ,[Service Item No_ (Serviced)]
   ,[Item No_ (Serviced)]
   ,[Serial No_ (Serviced)]
   ,[Service Item Group (Serviced)]
   ,[Service Order No_]
   ,[Service Contract No_]
   ,[Fault Reason Code]
   ,[Fault Area Code]
   ,[Fault Code]
   ,[Symptom Code]
   ,[Resolution Code]
   ,[Type]
   ,[No_]
   ,[Quantity]
   ,[Work Type Code]
   ,[Unit of Measure Code]
   ,[Amount]
   ,[Description]
   ,[Gen_ Bus_ Posting Group]
   ,[Gen_ Prod_ Posting Group]
   ,[Global Dimension 1 Code]
   ,[Global Dimension 2 Code]
   ,[Open]
   ,[Vendor No_]
   ,[Vendor Item No_]
   ,[Variant Code]
   ,[Service Order Line No_]
   ,[Dimension Set ID]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Warranty Ledger 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_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
   [CRONUS UK Ltd_$Ship-to Address$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Ship-to Address]
      ON
         [Warranty Ledger Entry].[Ship-to Code] = [Ship-to Address].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Service Item Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Group]
      ON
         [Warranty Ledger Entry].[Service Item Group (Serviced)] = [Service Item Group].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Fault Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fault Reason Code]
      ON
         [Warranty Ledger Entry].[Fault Reason Code] = [Fault Reason Code].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Fault Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fault Area]
      ON
         [Warranty Ledger Entry].[Fault Area Code] = [Fault Area].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Symptom Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Symptom Code]
      ON
         [Warranty Ledger Entry].[Symptom Code] = [Symptom Code].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Resolution Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resolution Code]
      ON
         [Warranty Ledger Entry].[Resolution Code] = [Resolution Code].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Work Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Type]
      ON
         [Warranty Ledger Entry].[Work Type Code] = [Work Type].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Warranty Ledger Entry].[Global Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Warranty Ledger Entry].[Global Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant]
      ON
         [Warranty Ledger Entry].[Variant Code] = [Item Variant].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
      ON
         [Warranty Ledger Entry].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Warranty Ledger Entry].[Shortcut Dimension 3 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Warranty Ledger Entry].[Shortcut Dimension 4 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Warranty Ledger Entry].[Shortcut Dimension 5 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Warranty Ledger Entry].[Shortcut Dimension 6 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Warranty Ledger Entry].[Shortcut Dimension 7 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Warranty Ledger Entry].[Shortcut Dimension 8 Code] = [Dimension].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Warranty Ledger Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Warranty Ledger Entry].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Warranty Ledger Entry table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
3Document No. SearchDocument No.NormalCode20Document No_nvarchar(40)
4Posting Date SearchPosting DateNormalDate4Posting Datedatetime
5Customer No. SearchCustomer No.NormalCode20Customer No_nvarchar(40)
Key to join to the Customer table.

Show/hide example query

SELECT
       [Warranty Ledger Entry].[Customer No_]
       ,[Customer].[No_]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer]
              ON
                     [Warranty Ledger Entry].[Customer No_] = [Customer].[No_]
6Ship-to Code SearchShip-to CodeNormalCode10Ship-to Codenvarchar(20)
Key to join to the Ship-to Address table.

Show/hide example query

SELECT
       [Warranty Ledger Entry].[Ship-to Code]
       ,[Ship-to Address].[Code]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Ship-to Address$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Ship-to Address]
              ON
                     [Warranty Ledger Entry].[Ship-to Code] = [Ship-to Address].[Code]
7Bill-to Customer No. SearchBill-to Customer No.NormalCode20Bill-to Customer No_nvarchar(40)
Key to join to the Customer table.

Show/hide example query

SELECT
       [Warranty Ledger Entry].[Bill-to Customer No_]
       ,[Customer].[No_]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer]
              ON
                     [Warranty Ledger Entry].[Bill-to Customer No_] = [Customer].[No_]
8Variant Code (Serviced) SearchVariant Code (Serviced)NormalCode10Variant Code (Serviced)nvarchar(20)
9Service Item No. (Serviced) SearchService Item No. (Serviced)NormalCode20Service Item No_ (Serviced)nvarchar(40)
Key to join to the Service Item table.

Show/hide example query

SELECT
       [Warranty Ledger Entry].[Service Item No_ (Serviced)]
       ,[Service Item].[No_]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Service Item$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item]
              ON
                     [Warranty Ledger Entry].[Service Item No_ (Serviced)] = [Service Item].[No_]
10Item No. (Serviced) SearchItem No. (Serviced)NormalCode20Item No_ (Serviced)nvarchar(40)
Key to join to the Item table.

Show/hide example query

SELECT
       [Warranty Ledger Entry].[Item No_ (Serviced)]
       ,[Item].[No_]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item]
              ON
                     [Warranty Ledger Entry].[Item No_ (Serviced)] = [Item].[No_]
11Serial No. (Serviced) SearchSerial No. (Serviced)NormalCode50Serial No_ (Serviced)nvarchar(100)
12Service Item Group (Serviced) SearchService Item Group (Serviced)NormalCode10Service Item Group (Serviced)nvarchar(20)
Key to join to the Service Item Group table.

Show/hide example query

SELECT
       [Warranty Ledger Entry].[Service Item Group (Serviced)]
       ,[Service Item Group].[Code]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Service Item Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Group]
              ON
                     [Warranty Ledger Entry].[Service Item Group (Serviced)] = [Service Item Group].[Code]
13Service Order No. SearchService Order No.NormalCode20Service Order No_nvarchar(40)
14Service Contract No. SearchService Contract No.NormalCode20Service Contract No_nvarchar(40)
15Fault Reason Code SearchFault Reason CodeNormalCode10Fault Reason Codenvarchar(20)
Key to join to the Fault Reason Code table.

Show/hide example query

SELECT
       [Warranty Ledger Entry].[Fault Reason Code]
       ,[Fault Reason Code].[Code]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Fault Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fault Reason Code]
              ON
                     [Warranty Ledger Entry].[Fault Reason Code] = [Fault Reason Code].[Code]
16Fault Area Code SearchFault Area CodeNormalCode10Fault Area Codenvarchar(20)
Key to join to the Fault Area table.

Show/hide example query

SELECT
       [Warranty Ledger Entry].[Fault Area Code]
       ,[Fault Area].[Code]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Fault Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fault Area]
              ON
                     [Warranty Ledger Entry].[Fault Area Code] = [Fault Area].[Code]
17Fault Code SearchFault CodeNormalCode10Fault Codenvarchar(20)
18Symptom Code SearchSymptom CodeNormalCode10Symptom Codenvarchar(20)
Key to join to the Symptom Code table.

Show/hide example query

SELECT
       [Warranty Ledger Entry].[Symptom Code]
       ,[Symptom Code].[Code]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Symptom Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Symptom Code]
              ON
                     [Warranty Ledger Entry].[Symptom Code] = [Symptom Code].[Code]
19Resolution Code SearchResolution CodeNormalCode10Resolution Codenvarchar(20)
Key to join to the Resolution Code table.

Show/hide example query

SELECT
       [Warranty Ledger Entry].[Resolution Code]
       ,[Resolution Code].[Code]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Resolution Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resolution Code]
              ON
                     [Warranty Ledger Entry].[Resolution Code] = [Resolution Code].[Code]
20Type SearchTypeNormalOption4Typeint
Available options are:
  • ” “
  • “Item”
  • “Resource”
  • “Cost”
  • “G/L Account”
21No. SearchNo.NormalCode20No_nvarchar(40)
22Quantity SearchQuantityNormalDecimal12Quantitydecimal(38,38)
24Work Type Code SearchWork Type CodeNormalCode10Work Type Codenvarchar(20)
Key to join to the Work Type table.

Show/hide example query

SELECT
       [Warranty Ledger Entry].[Work Type Code]
       ,[Work Type].[Code]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Work Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Type]
              ON
                     [Warranty Ledger Entry].[Work Type Code] = [Work Type].[Code]
25Unit of Measure Code SearchUnit of Measure CodeNormalCode10Unit of Measure Codenvarchar(20)
26Amount SearchAmountNormalDecimal12Amountdecimal(38,38)
27Description SearchDescriptionNormalText100Descriptionnvarchar(200)
29Gen. Bus. Posting Group SearchGen. Bus. Posting GroupNormalCode20Gen_ Bus_ Posting Groupnvarchar(40)
Key to join to the Gen. Business Posting Group table.

Show/hide example query

SELECT
       [Warranty Ledger Entry].[Gen_ Bus_ Posting Group]
       ,[Gen. Business Posting Group].[Code]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Gen_ Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Business Posting Group]
              ON
                     [Warranty Ledger Entry].[Gen_ Bus_ Posting Group] = [Gen. Business Posting Group].[Code]
30Gen. Prod. Posting Group SearchGen. Prod. Posting GroupNormalCode20Gen_ Prod_ Posting Groupnvarchar(40)
Key to join to the Gen. Product Posting Group table.

Show/hide example query

SELECT
       [Warranty Ledger Entry].[Gen_ Prod_ Posting Group]
       ,[Gen. Product Posting Group].[Code]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Gen_ Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Product Posting Group]
              ON
                     [Warranty Ledger Entry].[Gen_ Prod_ Posting Group] = [Gen. Product Posting Group].[Code]
31Global Dimension 1 Code SearchGlobal Dimension 1 CodeNormalCode20Global Dimension 1 Codenvarchar(40)
Key to join to the Dimension table.

Show/hide example query

SELECT
       [Warranty Ledger Entry].[Global Dimension 1 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [Warranty Ledger Entry].[Global Dimension 1 Code] = [Dimension].[Code]
32Global Dimension 2 Code SearchGlobal Dimension 2 CodeNormalCode20Global Dimension 2 Codenvarchar(40)
Key to join to the Dimension table.

Show/hide example query

SELECT
       [Warranty Ledger Entry].[Global Dimension 2 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [Warranty Ledger Entry].[Global Dimension 2 Code] = [Dimension].[Code]
33Open SearchOpenNormalBoolean4Opentinyint
35Vendor No. SearchVendor No.NormalCode20Vendor No_nvarchar(40)
Key to join to the Vendor table.

Show/hide example query

SELECT
       [Warranty Ledger Entry].[Vendor No_]
       ,[Vendor].[No_]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Vendor$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Vendor]
              ON
                     [Warranty Ledger Entry].[Vendor No_] = [Vendor].[No_]
36Vendor Item No. SearchVendor Item No.NormalText50Vendor Item No_nvarchar(100)
38Variant Code SearchVariant CodeNormalCode10Variant Codenvarchar(20)
Key to join to the Item Variant table.

Show/hide example query

SELECT
       [Warranty Ledger Entry].[Variant Code]
       ,[Item Variant].[Code]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant]
              ON
                     [Warranty Ledger Entry].[Variant Code] = [Item Variant].[Code]
39Service Order Line No. SearchService Order Line No.NormalInteger4Service Order Line No_int
480Dimension Set ID SearchDimension Set IDNormalInteger4Dimension Set IDint
Key to join to the Dimension Set Entry table.

Show/hide example query

SELECT
       [Warranty Ledger Entry].[Dimension Set ID]
       ,[Dimension Set Entry].[Dimension Set ID]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
              ON
                     [Warranty Ledger Entry].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
481Shortcut Dimension 3 Code SearchShortcut Dimension 3 CodeFlowFieldCode20
482Shortcut Dimension 4 Code SearchShortcut Dimension 4 CodeFlowFieldCode20
483Shortcut Dimension 5 Code SearchShortcut Dimension 5 CodeFlowFieldCode20
484Shortcut Dimension 6 Code SearchShortcut Dimension 6 CodeFlowFieldCode20
485Shortcut Dimension 7 Code SearchShortcut Dimension 7 CodeFlowFieldCode20
486Shortcut Dimension 8 Code SearchShortcut Dimension 8 CodeFlowFieldCode20
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
       [Warranty Ledger Entry].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Warranty Ledger 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
       [Warranty Ledger Entry].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Warranty Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warranty Ledger Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Warranty Ledger Entry].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Warranty Ledger Entry table

Leave a Reply

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