Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5907
Table Type: Company
Table Name: Service Ledger Entry
Database Table Name: CRONUS UK Ltd_$Service 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 Service Ledger Entry can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Entry No_]
,[Service Contract No_]
,[Document Type]
,[Document No_]
,[Serv_ Contract Acc_ Gr_ Code]
,[Document Line No_]
,[Moved from Prepaid Acc_]
,[Posting Date]
,[Amount (LCY)]
,[Customer No_]
,[Ship-to Code]
,[Item No_ (Serviced)]
,[Serial No_ (Serviced)]
,[User ID]
,[Contract Invoice Period]
,[Global Dimension 1 Code]
,[Global Dimension 2 Code]
,[Service Item No_ (Serviced)]
,[Variant Code (Serviced)]
,[Contract Group Code]
,[Type]
,[No_]
,[Cost Amount]
,[Discount Amount]
,[Unit Cost]
,[Quantity]
,[Charged Qty_]
,[Unit Price]
,[Discount _]
,[Contract Disc_ Amount]
,[Bill-to Customer No_]
,[Fault Reason Code]
,[Description]
,[Service Order Type]
,[Service Order No_]
,[Job No_]
,[Gen_ Bus_ Posting Group]
,[Gen_ Prod_ Posting Group]
,[Location Code]
,[Unit of Measure Code]
,[Work Type Code]
,[Bin Code]
,[Responsibility Center]
,[Variant Code]
,[Entry Type]
,[Open]
,[Serv_ Price Adjmt_ Gr_ Code]
,[Service Price Group Code]
,[Prepaid]
,[Apply Until Entry No_]
,[Applies-to Entry No_]
,[Amount]
,[Job Task No_]
,[Job Line Type]
,[Job Posted]
,[Dimension Set ID]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Service 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_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry]
LEFT JOIN
[CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
ON
[Service Ledger Entry].[Document Type] = [Sales Header Archive].[Document Type]
AND
[Service Ledger Entry].[Document No_] = [Sales Header Archive].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Sales Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header]
ON
[Service Ledger Entry].[Document Type] = [Sales Header].[Document Type]
AND
[Service Ledger Entry].[Document No_] = [Sales Header].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Ship-to Address$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Ship-to Address]
ON
[Service Ledger Entry].[Ship-to Code] = [Ship-to Address].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Service Ledger Entry].[Global Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Service Ledger Entry].[Global Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Contract Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Contract Group]
ON
[Service Ledger Entry].[Contract Group Code] = [Contract Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Fault Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fault Reason Code]
ON
[Service Ledger Entry].[Fault Reason Code] = [Fault Reason Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Service Order Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Order Type]
ON
[Service Ledger Entry].[Service Order Type] = [Service Order Type].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Service Ledger Entry].[Location Code] = [Location].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Work Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Type]
ON
[Service Ledger Entry].[Work Type Code] = [Work Type].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Bin$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bin]
ON
[Service Ledger Entry].[Bin Code] = [Bin].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Responsibility Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Responsibility Center]
ON
[Service Ledger Entry].[Responsibility Center] = [Responsibility Center].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant]
ON
[Service Ledger Entry].[Variant Code] = [Item Variant].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Service Price Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Price Group]
ON
[Service Ledger Entry].[Service Price Group Code] = [Service Price Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
ON
[Service 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
[Service Ledger Entry].[Shortcut Dimension 3 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Service Ledger Entry].[Shortcut Dimension 4 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Service Ledger Entry].[Shortcut Dimension 5 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Service Ledger Entry].[Shortcut Dimension 6 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Service Ledger Entry].[Shortcut Dimension 7 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Service Ledger Entry].[Shortcut Dimension 8 Code] = [Dimension].[Code]
LEFT JOIN
[User] AS [User]
ON
[Service Ledger Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Service Ledger Entry].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Service 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 |
2 | Service Contract No. | Service Contract No. | Normal | Code | 20 | Service Contract No_ | nvarchar(40) |
3 | Document Type | Document Type | Normal | Option | 4 | Document Type | int |
Available options are:
| |||||||
4 | Document No. | Document No. | Normal | Code | 20 | Document No_ | nvarchar(40) |
5 | Serv. Contract Acc. Gr. Code | Serv. Contract Acc. Gr. Code | Normal | Code | 10 | Serv_ Contract Acc_ Gr_ Code | nvarchar(20) |
Key to join to the Service Contract Account Group table.Show/hide example querySELECT [Service Ledger Entry].[Serv_ Contract Acc_ Gr_ Code] ,[Service Contract Account Group].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Service Contract Account Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Contract Account Group] ON [Service Ledger Entry].[Serv_ Contract Acc_ Gr_ Code] = [Service Contract Account Group].[Code] | |||||||
6 | Document Line No. | Document Line No. | Normal | Integer | 4 | Document Line No_ | int |
8 | Moved from Prepaid Acc. | Moved from Prepaid Acc. | Normal | Boolean | 4 | Moved from Prepaid Acc_ | tinyint |
9 | Posting Date | Posting Date | Normal | Date | 4 | Posting Date | datetime |
11 | Amount (LCY) | Amount ($) | Normal | Decimal | 12 | Amount (LCY) | decimal(38,38) |
12 | Customer No. | Customer No. | Normal | Code | 20 | Customer No_ | nvarchar(40) |
Key to join to the Customer table.Show/hide example querySELECT [Service Ledger Entry].[Customer No_] ,[Customer].[No_] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] ON [Service Ledger Entry].[Customer No_] = [Customer].[No_] | |||||||
13 | 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 [Service Ledger Entry].[Ship-to Code] ,[Ship-to Address].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Ship-to Address$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Ship-to Address] ON [Service Ledger Entry].[Ship-to Code] = [Ship-to Address].[Code] | |||||||
14 | 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 [Service Ledger Entry].[Item No_ (Serviced)] ,[Item].[No_] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item] ON [Service Ledger Entry].[Item No_ (Serviced)] = [Item].[No_] | |||||||
15 | Serial No. (Serviced) | Serial No. (Serviced) | Normal | Code | 50 | Serial No_ (Serviced) | nvarchar(100) |
16 | User ID | User ID | Normal | Code | 50 | User ID | nvarchar(100) |
17 | Contract Invoice Period | Contract Invoice Period | Normal | Text | 30 | Contract Invoice Period | nvarchar(60) |
18 | 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 [Service Ledger Entry].[Global Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Service Ledger Entry].[Global Dimension 1 Code] = [Dimension].[Code] | |||||||
19 | 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 [Service Ledger Entry].[Global Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Service Ledger Entry].[Global Dimension 2 Code] = [Dimension].[Code] | |||||||
20 | 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 [Service Ledger Entry].[Service Item No_ (Serviced)] ,[Service Item].[No_] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Service Item$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item] ON [Service Ledger Entry].[Service Item No_ (Serviced)] = [Service Item].[No_] | |||||||
21 | Variant Code (Serviced) | Variant Code (Serviced) | Normal | Code | 10 | Variant Code (Serviced) | nvarchar(20) |
22 | Contract Group Code | Contract Group Code | Normal | Code | 10 | Contract Group Code | nvarchar(20) |
Key to join to the Contract Group table.Show/hide example querySELECT [Service Ledger Entry].[Contract Group Code] ,[Contract Group].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Contract Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Contract Group] ON [Service Ledger Entry].[Contract Group Code] = [Contract Group].[Code] | |||||||
23 | Type | Type | Normal | Option | 4 | Type | int |
Available options are:
| |||||||
24 | No. | No. | Normal | Code | 20 | No_ | nvarchar(40) |
25 | Cost Amount | Cost Amount | Normal | Decimal | 12 | Cost Amount | decimal(38,38) |
26 | Discount Amount | Discount Amount | Normal | Decimal | 12 | Discount Amount | decimal(38,38) |
27 | Unit Cost | Unit Cost | Normal | Decimal | 12 | Unit Cost | decimal(38,38) |
28 | Quantity | Quantity | Normal | Decimal | 12 | Quantity | decimal(38,38) |
29 | Charged Qty. | Charged Qty. | Normal | Decimal | 12 | Charged Qty_ | decimal(38,38) |
30 | Unit Price | Unit Price | Normal | Decimal | 12 | Unit Price | decimal(38,38) |
31 | Discount % | Discount % | Normal | Decimal | 12 | Discount _ | decimal(38,38) |
32 | Contract Disc. Amount | Contract Disc. Amount | Normal | Decimal | 12 | Contract Disc_ Amount | decimal(38,38) |
33 | 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 [Service Ledger Entry].[Bill-to Customer No_] ,[Customer].[No_] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] ON [Service Ledger Entry].[Bill-to Customer No_] = [Customer].[No_] | |||||||
34 | 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 [Service Ledger Entry].[Fault Reason Code] ,[Fault Reason Code].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Fault Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fault Reason Code] ON [Service Ledger Entry].[Fault Reason Code] = [Fault Reason Code].[Code] | |||||||
35 | Description | Description | Normal | Text | 100 | Description | nvarchar(200) |
37 | Service Order Type | Service Order Type | Normal | Code | 10 | Service Order Type | nvarchar(20) |
Key to join to the Service Order Type table.Show/hide example querySELECT [Service Ledger Entry].[Service Order Type] ,[Service Order Type].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Service Order Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Order Type] ON [Service Ledger Entry].[Service Order Type] = [Service Order Type].[Code] | |||||||
39 | Service Order No. | Service Order No. | Normal | Code | 20 | Service Order No_ | nvarchar(40) |
40 | Job No. | Job No. | Normal | Code | 20 | Job No_ | nvarchar(40) |
Key to join to the Job table.Show/hide example querySELECT [Service Ledger Entry].[Job No_] ,[Job].[No_] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Job$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job] ON [Service Ledger Entry].[Job No_] = [Job].[No_] | |||||||
41 | 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 [Service Ledger Entry].[Gen_ Bus_ Posting Group] ,[Gen. Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Gen_ Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Business Posting Group] ON [Service Ledger Entry].[Gen_ Bus_ Posting Group] = [Gen. Business Posting Group].[Code] | |||||||
42 | 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 [Service Ledger Entry].[Gen_ Prod_ Posting Group] ,[Gen. Product Posting Group].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Gen_ Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Product Posting Group] ON [Service Ledger Entry].[Gen_ Prod_ Posting Group] = [Gen. Product Posting Group].[Code] | |||||||
43 | Location Code | Location Code | Normal | Code | 10 | Location Code | nvarchar(20) |
Key to join to the Location table.Show/hide example querySELECT [Service Ledger Entry].[Location Code] ,[Location].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location] ON [Service Ledger Entry].[Location Code] = [Location].[Code] | |||||||
44 | Unit of Measure Code | Unit of Measure Code | Normal | Code | 10 | Unit of Measure Code | nvarchar(20) |
45 | 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 [Service Ledger Entry].[Work Type Code] ,[Work Type].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Work Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Type] ON [Service Ledger Entry].[Work Type Code] = [Work Type].[Code] | |||||||
46 | Bin Code | Bin Code | Normal | Code | 20 | Bin Code | nvarchar(40) |
Key to join to the Bin table.Show/hide example querySELECT [Service Ledger Entry].[Bin Code] ,[Bin].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Bin$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bin] ON [Service Ledger Entry].[Bin Code] = [Bin].[Code] | |||||||
47 | Responsibility Center | Responsibility Center | Normal | Code | 10 | Responsibility Center | nvarchar(20) |
Key to join to the Responsibility Center table.Show/hide example querySELECT [Service Ledger Entry].[Responsibility Center] ,[Responsibility Center].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Responsibility Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Responsibility Center] ON [Service Ledger Entry].[Responsibility Center] = [Responsibility Center].[Code] | |||||||
48 | Variant Code | Variant Code | Normal | Code | 10 | Variant Code | nvarchar(20) |
Key to join to the Item Variant table.Show/hide example querySELECT [Service Ledger Entry].[Variant Code] ,[Item Variant].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant] ON [Service Ledger Entry].[Variant Code] = [Item Variant].[Code] | |||||||
50 | Entry Type | Entry Type | Normal | Option | 4 | Entry Type | int |
Available options are:
| |||||||
51 | Open | Open | Normal | Boolean | 4 | Open | tinyint |
52 | Serv. Price Adjmt. Gr. Code | Serv. Price Adjmt. Gr. Code | Normal | Code | 10 | Serv_ Price Adjmt_ Gr_ Code | nvarchar(20) |
Key to join to the Service Price Adjustment Group table.Show/hide example querySELECT [Service Ledger Entry].[Serv_ Price Adjmt_ Gr_ Code] ,[Service Price Adjustment Group].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Service Price Adjustment Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Price Adjustment Group] ON [Service Ledger Entry].[Serv_ Price Adjmt_ Gr_ Code] = [Service Price Adjustment Group].[Code] | |||||||
53 | Service Price Group Code | Service Price Group Code | Normal | Code | 10 | Service Price Group Code | nvarchar(20) |
Key to join to the Service Price Group table.Show/hide example querySELECT [Service Ledger Entry].[Service Price Group Code] ,[Service Price Group].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Service Price Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Price Group] ON [Service Ledger Entry].[Service Price Group Code] = [Service Price Group].[Code] | |||||||
54 | Prepaid | Prepaid | Normal | Boolean | 4 | Prepaid | tinyint |
55 | Apply Until Entry No. | Apply Until Entry No. | Normal | Integer | 4 | Apply Until Entry No_ | int |
56 | Applies-to Entry No. | Applies-to Entry No. | Normal | Integer | 4 | Applies-to Entry No_ | int |
57 | Amount | Amount | Normal | Decimal | 12 | Amount | decimal(38,38) |
58 | Job Task No. | Job Task No. | Normal | Code | 20 | Job Task No_ | nvarchar(40) |
59 | Job Line Type | Job Line Type | Normal | Option | 4 | Job Line Type | int |
Available options are:
| |||||||
60 | Job Posted | Job Posted | Normal | Boolean | 4 | Job Posted | tinyint |
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 [Service Ledger Entry].[Dimension Set ID] ,[Dimension Set Entry].[Dimension Set ID] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry] ON [Service 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 [Service Ledger Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Service 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 [Service Ledger Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Service 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 [Service Ledger Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Service 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 [Service Ledger Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Service 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 [Service Ledger Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Service 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 [Service Ledger Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Service 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 [Service Ledger Entry].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Service Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Ledger Entry] LEFT JOIN [User] AS [User] ON [Service 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 |