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
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 Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Entry No. | Entry No. | Normal | Integer | 4 | Entry No_ | int |
3 | Document No. | Document No. | Normal | Code | 20 | Document No_ | nvarchar(40) |
4 | Posting Date | Posting Date | Normal | Date | 4 | Posting Date | datetime |
5 | Customer No. | Customer No. | Normal | Code | 20 | Customer No_ | nvarchar(40) |
Key to join to the Customer table.Show/hide example querySELECT [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_] | |||||||
6 | Ship-to Code | Ship-to Code | Normal | Code | 10 | Ship-to Code | nvarchar(20) |
Key to join to the Ship-to Address table.Show/hide example querySELECT [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] | |||||||
7 | Bill-to Customer No. | Bill-to Customer No. | Normal | Code | 20 | Bill-to Customer No_ | nvarchar(40) |
Key to join to the Customer table.Show/hide example querySELECT [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_] | |||||||
8 | Variant Code (Serviced) | Variant Code (Serviced) | Normal | Code | 10 | Variant Code (Serviced) | nvarchar(20) |
9 | Service Item No. (Serviced) | Service Item No. (Serviced) | Normal | Code | 20 | Service Item No_ (Serviced) | nvarchar(40) |
Key to join to the Service Item table.Show/hide example querySELECT [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_] | |||||||
10 | Item No. (Serviced) | Item No. (Serviced) | Normal | Code | 20 | Item No_ (Serviced) | nvarchar(40) |
Key to join to the Item table.Show/hide example querySELECT [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_] | |||||||
11 | Serial No. (Serviced) | Serial No. (Serviced) | Normal | Code | 50 | Serial No_ (Serviced) | nvarchar(100) |
12 | Service Item Group (Serviced) | Service Item Group (Serviced) | Normal | Code | 10 | Service Item Group (Serviced) | nvarchar(20) |
Key to join to the Service Item Group table.Show/hide example querySELECT [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] | |||||||
13 | Service Order No. | Service Order No. | Normal | Code | 20 | Service Order No_ | nvarchar(40) |
14 | Service Contract No. | Service Contract No. | Normal | Code | 20 | Service Contract No_ | nvarchar(40) |
15 | Fault Reason Code | Fault Reason Code | Normal | Code | 10 | Fault Reason Code | nvarchar(20) |
Key to join to the Fault Reason Code table.Show/hide example querySELECT [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] | |||||||
16 | Fault Area Code | Fault Area Code | Normal | Code | 10 | Fault Area Code | nvarchar(20) |
Key to join to the Fault Area table.Show/hide example querySELECT [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] | |||||||
17 | Fault Code | Fault Code | Normal | Code | 10 | Fault Code | nvarchar(20) |
18 | Symptom Code | Symptom Code | Normal | Code | 10 | Symptom Code | nvarchar(20) |
Key to join to the Symptom Code table.Show/hide example querySELECT [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] | |||||||
19 | Resolution Code | Resolution Code | Normal | Code | 10 | Resolution Code | nvarchar(20) |
Key to join to the Resolution Code table.Show/hide example querySELECT [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] | |||||||
20 | Type | Type | Normal | Option | 4 | Type | int |
Available options are:
| |||||||
21 | No. | No. | Normal | Code | 20 | No_ | nvarchar(40) |
22 | Quantity | Quantity | Normal | Decimal | 12 | Quantity | decimal(38,38) |
24 | Work Type Code | Work Type Code | Normal | Code | 10 | Work Type Code | nvarchar(20) |
Key to join to the Work Type table.Show/hide example querySELECT [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] | |||||||
25 | Unit of Measure Code | Unit of Measure Code | Normal | Code | 10 | Unit of Measure Code | nvarchar(20) |
26 | Amount | Amount | Normal | Decimal | 12 | Amount | decimal(38,38) |
27 | Description | Description | Normal | Text | 100 | Description | nvarchar(200) |
29 | Gen. Bus. Posting Group | Gen. Bus. Posting Group | Normal | Code | 20 | Gen_ Bus_ Posting Group | nvarchar(40) |
Key to join to the Gen. Business Posting Group table.Show/hide example querySELECT [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] | |||||||
30 | Gen. Prod. Posting Group | Gen. Prod. Posting Group | Normal | Code | 20 | Gen_ Prod_ Posting Group | nvarchar(40) |
Key to join to the Gen. Product Posting Group table.Show/hide example querySELECT [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] | |||||||
31 | Global Dimension 1 Code | Global Dimension 1 Code | Normal | Code | 20 | Global Dimension 1 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [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] | |||||||
32 | Global Dimension 2 Code | Global Dimension 2 Code | Normal | Code | 20 | Global Dimension 2 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [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] | |||||||
33 | Open | Open | Normal | Boolean | 4 | Open | tinyint |
35 | Vendor No. | Vendor No. | Normal | Code | 20 | Vendor No_ | nvarchar(40) |
Key to join to the Vendor table.Show/hide example querySELECT [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_] | |||||||
36 | Vendor Item No. | Vendor Item No. | Normal | Text | 50 | Vendor Item No_ | nvarchar(100) |
38 | Variant Code | Variant Code | Normal | Code | 10 | Variant Code | nvarchar(20) |
Key to join to the Item Variant table.Show/hide example querySELECT [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] | |||||||
39 | Service Order Line No. | Service Order Line No. | Normal | Integer | 4 | Service Order Line No_ | int |
480 | Dimension Set ID | Dimension Set ID | Normal | Integer | 4 | Dimension Set ID | int |
Key to join to the Dimension Set Entry table.Show/hide example querySELECT [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] | |||||||
481 | Shortcut Dimension 3 Code | Shortcut Dimension 3 Code | FlowField | Code | 20 | ||
Key to join to the Dimension table.Show/hide example querySELECT [Warranty Ledger Entry].[] ,[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].[] = [Dimension].[Code] | |||||||
482 | Shortcut Dimension 4 Code | Shortcut Dimension 4 Code | FlowField | Code | 20 | ||
Key to join to the Dimension table.Show/hide example querySELECT [Warranty Ledger Entry].[] ,[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].[] = [Dimension].[Code] | |||||||
483 | Shortcut Dimension 5 Code | Shortcut Dimension 5 Code | FlowField | Code | 20 | ||
Key to join to the Dimension table.Show/hide example querySELECT [Warranty Ledger Entry].[] ,[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].[] = [Dimension].[Code] | |||||||
484 | Shortcut Dimension 6 Code | Shortcut Dimension 6 Code | FlowField | Code | 20 | ||
Key to join to the Dimension table.Show/hide example querySELECT [Warranty Ledger Entry].[] ,[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].[] = [Dimension].[Code] | |||||||
485 | Shortcut Dimension 7 Code | Shortcut Dimension 7 Code | FlowField | Code | 20 | ||
Key to join to the Dimension table.Show/hide example querySELECT [Warranty Ledger Entry].[] ,[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].[] = [Dimension].[Code] | |||||||
486 | Shortcut Dimension 8 Code | Shortcut Dimension 8 Code | FlowField | Code | 20 | ||
Key to join to the Dimension table.Show/hide example querySELECT [Warranty Ledger Entry].[] ,[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].[] = [Dimension].[Code] | |||||||
2000000000 | $systemId | System ID | Normal | GUID | 16 | $systemId | uniqueidentifier |
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | $systemCreatedAt | datetime |
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | $systemCreatedBy | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [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] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |