Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/169
Table Type: Company
Table Name: Job Ledger Entry
Database Table Name: CRONUS UK Ltd_$Job 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 Job Ledger Entry can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Entry No_]
,[Job No_]
,[Posting Date]
,[Document No_]
,[Type]
,[No_]
,[Description]
,[Quantity]
,[Direct Unit Cost (LCY)]
,[Unit Cost (LCY)]
,[Total Cost (LCY)]
,[Unit Price (LCY)]
,[Total Price (LCY)]
,[Resource Group No_]
,[Unit of Measure Code]
,[Location Code]
,[Job Posting Group]
,[Global Dimension 1 Code]
,[Global Dimension 2 Code]
,[Work Type Code]
,[Customer Price Group]
,[User ID]
,[Source Code]
,[Shpt_ Method Code]
,[Amt_ to Post to G_L]
,[Amt_ Posted to G_L]
,[Entry Type]
,[Journal Batch Name]
,[Reason Code]
,[Transaction Type]
,[Transport Method]
,[Country_Region Code]
,[Gen_ Bus_ Posting Group]
,[Gen_ Prod_ Posting Group]
,[Entry_Exit Point]
,[Document Date]
,[External Document No_]
,[Area]
,[Transaction Specification]
,[No_ Series]
,[Additional-Currency Total Cost]
,[Add_-Currency Total Price]
,[Add_-Currency Line Amount]
,[Dimension Set ID]
,[Job Task No_]
,[Line Amount (LCY)]
,[Unit Cost]
,[Total Cost]
,[Unit Price]
,[Total Price]
,[Line Amount]
,[Line Discount Amount]
,[Line Discount Amount (LCY)]
,[Currency Code]
,[Currency Factor]
,[Description 2]
,[Ledger Entry Type]
,[Ledger Entry No_]
,[Serial No_]
,[Lot No_]
,[Line Discount _]
,[Line Type]
,[Original Unit Cost (LCY)]
,[Original Total Cost (LCY)]
,[Original Unit Cost]
,[Original Total Cost]
,[Original Total Cost (ACY)]
,[Adjusted]
,[DateTime Adjusted]
,[Variant Code]
,[Bin Code]
,[Qty_ per Unit of Measure]
,[Quantity (Base)]
,[Service Order No_]
,[Posted Service Shipment No_]
,[Package No_]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Job 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_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Job Ledger Entry].[Location Code] = [Location].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Job Ledger Entry].[Global Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Job Ledger Entry].[Global Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Work Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Type]
ON
[Job Ledger Entry].[Work Type Code] = [Work Type].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Customer Price Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Price Group]
ON
[Job Ledger Entry].[Customer Price Group] = [Customer Price Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code]
ON
[Job Ledger Entry].[Source Code] = [Source Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code]
ON
[Job Ledger Entry].[Reason Code] = [Reason Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Transaction Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Type]
ON
[Job Ledger Entry].[Transaction Type] = [Transaction Type].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Transport Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transport Method]
ON
[Job Ledger Entry].[Transport Method] = [Transport Method].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Area]
ON
[Job Ledger Entry].[Area] = [Area].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Transaction Specification$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Specification]
ON
[Job Ledger Entry].[Transaction Specification] = [Transaction Specification].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
ON
[Job 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
[Job Ledger Entry].[Shortcut Dimension 3 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Job Ledger Entry].[Shortcut Dimension 4 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Job Ledger Entry].[Shortcut Dimension 5 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Job Ledger Entry].[Shortcut Dimension 6 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Job Ledger Entry].[Shortcut Dimension 7 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Job Ledger Entry].[Shortcut Dimension 8 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[Job Ledger Entry].[Currency Code] = [Currency].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant]
ON
[Job Ledger Entry].[Variant Code] = [Item Variant].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Bin$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bin]
ON
[Job Ledger Entry].[Bin Code] = [Bin].[Code]
LEFT JOIN
[User] AS [User]
ON
[Job Ledger Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Job Ledger Entry].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Job 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 | Job No. | Job No. | Normal | Code | 20 | Job No_ | nvarchar(40) |
Key to join to the Job table.Show/hide example querySELECT [Job Ledger Entry].[Job No_] ,[Job].[No_] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Job$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job] ON [Job Ledger Entry].[Job No_] = [Job].[No_] | |||||||
3 | Posting Date | Posting Date | Normal | Date | 4 | Posting Date | datetime |
4 | Document No. | Document No. | Normal | Code | 20 | Document No_ | nvarchar(40) |
5 | Type | Type | Normal | Option | 4 | Type | int |
Available options are:
| |||||||
7 | No. | No. | Normal | Code | 20 | No_ | nvarchar(40) |
8 | Description | Description | Normal | Text | 100 | Description | nvarchar(200) |
9 | Quantity | Quantity | Normal | Decimal | 12 | Quantity | decimal(38,38) |
11 | Direct Unit Cost (LCY) | Direct Unit Cost ($) | Normal | Decimal | 12 | Direct Unit Cost (LCY) | decimal(38,38) |
12 | Unit Cost (LCY) | Unit Cost ($) | Normal | Decimal | 12 | Unit Cost (LCY) | decimal(38,38) |
13 | Total Cost (LCY) | Total Cost ($) | Normal | Decimal | 12 | Total Cost (LCY) | decimal(38,38) |
14 | Unit Price (LCY) | Unit Price ($) | Normal | Decimal | 12 | Unit Price (LCY) | decimal(38,38) |
15 | Total Price (LCY) | Total Price ($) | Normal | Decimal | 12 | Total Price (LCY) | decimal(38,38) |
16 | Resource Group No. | Resource Group No. | Normal | Code | 20 | Resource Group No_ | nvarchar(40) |
Key to join to the Resource Group table.Show/hide example querySELECT [Job Ledger Entry].[Resource Group No_] ,[Resource Group].[No_] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Resource Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resource Group] ON [Job Ledger Entry].[Resource Group No_] = [Resource Group].[No_] | |||||||
17 | Unit of Measure Code | Unit of Measure Code | Normal | Code | 10 | Unit of Measure Code | nvarchar(20) |
20 | Location Code | Location Code | Normal | Code | 10 | Location Code | nvarchar(20) |
Key to join to the Location table.Show/hide example querySELECT [Job Ledger Entry].[Location Code] ,[Location].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location] ON [Job Ledger Entry].[Location Code] = [Location].[Code] | |||||||
29 | Job Posting Group | Posting Group | Normal | Code | 20 | Job Posting Group | nvarchar(40) |
30 | 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 [Job Ledger Entry].[Global Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Job Ledger Entry].[Global Dimension 1 Code] = [Dimension].[Code] | |||||||
31 | 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 [Job Ledger Entry].[Global Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Job Ledger Entry].[Global Dimension 2 Code] = [Dimension].[Code] | |||||||
32 | 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 [Job Ledger Entry].[Work Type Code] ,[Work Type].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Work Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Type] ON [Job Ledger Entry].[Work Type Code] = [Work Type].[Code] | |||||||
33 | Customer Price Group | Customer Price Group | Normal | Code | 10 | Customer Price Group | nvarchar(20) |
Key to join to the Customer Price Group table.Show/hide example querySELECT [Job Ledger Entry].[Customer Price Group] ,[Customer Price Group].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Customer Price Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Price Group] ON [Job Ledger Entry].[Customer Price Group] = [Customer Price Group].[Code] | |||||||
37 | User ID | User ID | Normal | Code | 50 | User ID | nvarchar(100) |
38 | Source Code | Source Code | Normal | Code | 10 | Source Code | nvarchar(20) |
Key to join to the Source Code table.Show/hide example querySELECT [Job Ledger Entry].[Source Code] ,[Source Code].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code] ON [Job Ledger Entry].[Source Code] = [Source Code].[Code] | |||||||
40 | Shpt. Method Code | Shpt. Method Code | Normal | Code | 10 | Shpt_ Method Code | nvarchar(20) |
Key to join to the Shipment Method table.Show/hide example querySELECT [Job Ledger Entry].[Shpt_ Method Code] ,[Shipment Method].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Shipment Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipment Method] ON [Job Ledger Entry].[Shpt_ Method Code] = [Shipment Method].[Code] | |||||||
60 | Amt. to Post to G/L | Amt. to Post to G/L | Normal | Decimal | 12 | Amt_ to Post to G_L | decimal(38,38) |
61 | Amt. Posted to G/L | Amt. Posted to G/L | Normal | Decimal | 12 | Amt_ Posted to G_L | decimal(38,38) |
64 | Entry Type | Entry Type | Normal | Option | 4 | Entry Type | int |
Available options are:
| |||||||
75 | Journal Batch Name | Journal Batch Name | Normal | Code | 10 | Journal Batch Name | nvarchar(20) |
76 | Reason Code | Reason Code | Normal | Code | 10 | Reason Code | nvarchar(20) |
Key to join to the Reason Code table.Show/hide example querySELECT [Job Ledger Entry].[Reason Code] ,[Reason Code].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code] ON [Job Ledger Entry].[Reason Code] = [Reason Code].[Code] | |||||||
77 | Transaction Type | Transaction Type | Normal | Code | 10 | Transaction Type | nvarchar(20) |
Key to join to the Transaction Type table.Show/hide example querySELECT [Job Ledger Entry].[Transaction Type] ,[Transaction Type].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Transaction Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Type] ON [Job Ledger Entry].[Transaction Type] = [Transaction Type].[Code] | |||||||
78 | Transport Method | Transport Method | Normal | Code | 10 | Transport Method | nvarchar(20) |
Key to join to the Transport Method table.Show/hide example querySELECT [Job Ledger Entry].[Transport Method] ,[Transport Method].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Transport Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transport Method] ON [Job Ledger Entry].[Transport Method] = [Transport Method].[Code] | |||||||
79 | Country/Region Code | Country/Region Code | Normal | Code | 10 | Country_Region Code | nvarchar(20) |
80 | 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 [Job Ledger Entry].[Gen_ Bus_ Posting Group] ,[Gen. Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Gen_ Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Business Posting Group] ON [Job Ledger Entry].[Gen_ Bus_ Posting Group] = [Gen. Business Posting Group].[Code] | |||||||
81 | 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 [Job Ledger Entry].[Gen_ Prod_ Posting Group] ,[Gen. Product Posting Group].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Gen_ Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Product Posting Group] ON [Job Ledger Entry].[Gen_ Prod_ Posting Group] = [Gen. Product Posting Group].[Code] | |||||||
82 | Entry/Exit Point | Entry/Exit Point | Normal | Code | 10 | Entry_Exit Point | nvarchar(20) |
83 | Document Date | Document Date | Normal | Date | 4 | Document Date | datetime |
84 | External Document No. | External Document No. | Normal | Code | 35 | External Document No_ | nvarchar(70) |
85 | Area | Area | Normal | Code | 10 | Area | nvarchar(20) |
Key to join to the Area table.Show/hide example querySELECT [Job Ledger Entry].[Area] ,[Area].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Area] ON [Job Ledger Entry].[Area] = [Area].[Code] | |||||||
86 | Transaction Specification | Transaction Specification | Normal | Code | 10 | Transaction Specification | nvarchar(20) |
Key to join to the Transaction Specification table.Show/hide example querySELECT [Job Ledger Entry].[Transaction Specification] ,[Transaction Specification].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Transaction Specification$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Specification] ON [Job Ledger Entry].[Transaction Specification] = [Transaction Specification].[Code] | |||||||
87 | No. Series | No. Series | Normal | Code | 20 | No_ Series | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Job Ledger Entry].[No_ Series] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Job Ledger Entry].[No_ Series] = [No. Series].[Code] | |||||||
88 | Additional-Currency Total Cost | Additional-Currency Total Cost | Normal | Decimal | 12 | Additional-Currency Total Cost | decimal(38,38) |
89 | Add.-Currency Total Price | Add.-Currency Total Price | Normal | Decimal | 12 | Add_-Currency Total Price | decimal(38,38) |
94 | Add.-Currency Line Amount | Add.-Currency Line Amount | Normal | Decimal | 12 | Add_-Currency Line Amount | decimal(38,38) |
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 [Job Ledger Entry].[Dimension Set ID] ,[Dimension Set Entry].[Dimension Set ID] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry] ON [Job 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 [Job Ledger Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Job 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 [Job Ledger Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Job 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 [Job Ledger Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Job 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 [Job Ledger Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Job 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 [Job Ledger Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Job 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 [Job Ledger Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Job Ledger Entry].[] = [Dimension].[Code] | |||||||
1000 | Job Task No. | Job Task No. | Normal | Code | 20 | Job Task No_ | nvarchar(40) |
1001 | Line Amount (LCY) | Line Amount ($) | Normal | Decimal | 12 | Line Amount (LCY) | decimal(38,38) |
1002 | Unit Cost | Unit Cost | Normal | Decimal | 12 | Unit Cost | decimal(38,38) |
1003 | Total Cost | Total Cost | Normal | Decimal | 12 | Total Cost | decimal(38,38) |
1004 | Unit Price | Unit Price | Normal | Decimal | 12 | Unit Price | decimal(38,38) |
1005 | Total Price | Total Price | Normal | Decimal | 12 | Total Price | decimal(38,38) |
1006 | Line Amount | Line Amount | Normal | Decimal | 12 | Line Amount | decimal(38,38) |
1007 | Line Discount Amount | Line Discount Amount | Normal | Decimal | 12 | Line Discount Amount | decimal(38,38) |
1008 | Line Discount Amount (LCY) | Line Discount Amount ($) | Normal | Decimal | 12 | Line Discount Amount (LCY) | decimal(38,38) |
1009 | Currency Code | Currency Code | Normal | Code | 10 | Currency Code | nvarchar(20) |
Key to join to the Currency table.Show/hide example querySELECT [Job Ledger Entry].[Currency Code] ,[Currency].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency] ON [Job Ledger Entry].[Currency Code] = [Currency].[Code] | |||||||
1010 | Currency Factor | Currency Factor | Normal | Decimal | 12 | Currency Factor | decimal(38,38) |
1016 | Description 2 | Description 2 | Normal | Text | 50 | Description 2 | nvarchar(100) |
1017 | Ledger Entry Type | Ledger Entry Type | Normal | Option | 4 | Ledger Entry Type | int |
Available options are:
| |||||||
1018 | Ledger Entry No. | Ledger Entry No. | Normal | Integer | 4 | Ledger Entry No_ | int |
Key to join to the G/L Entry table.Show/hide example querySELECT [Job Ledger Entry].[Ledger Entry No_] ,[G/L Entry].[Entry No_] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$G_L Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Entry] ON [Job Ledger Entry].[Ledger Entry No_] = [G/L Entry].[Entry No_] | |||||||
1019 | Serial No. | Serial No. | Normal | Code | 50 | Serial No_ | nvarchar(100) |
1020 | Lot No. | Lot No. | Normal | Code | 50 | Lot No_ | nvarchar(100) |
1021 | Line Discount % | Line Discount % | Normal | Decimal | 12 | Line Discount _ | decimal(38,38) |
1022 | Line Type | Line Type | Normal | Option | 4 | Line Type | int |
Available options are:
| |||||||
1023 | Original Unit Cost (LCY) | Original Unit Cost ($) | Normal | Decimal | 12 | Original Unit Cost (LCY) | decimal(38,38) |
1024 | Original Total Cost (LCY) | Original Total Cost ($) | Normal | Decimal | 12 | Original Total Cost (LCY) | decimal(38,38) |
1025 | Original Unit Cost | Original Unit Cost | Normal | Decimal | 12 | Original Unit Cost | decimal(38,38) |
1026 | Original Total Cost | Original Total Cost | Normal | Decimal | 12 | Original Total Cost | decimal(38,38) |
1027 | Original Total Cost (ACY) | Original Total Cost (ACY) | Normal | Decimal | 12 | Original Total Cost (ACY) | decimal(38,38) |
1028 | Adjusted | Adjusted | Normal | Boolean | 4 | Adjusted | tinyint |
1029 | DateTime Adjusted | DateTime Adjusted | Normal | DateTime | 8 | DateTime Adjusted | datetime |
5402 | Variant Code | Variant Code | Normal | Code | 10 | Variant Code | nvarchar(20) |
Key to join to the Item Variant table.Show/hide example querySELECT [Job Ledger Entry].[Variant Code] ,[Item Variant].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant] ON [Job Ledger Entry].[Variant Code] = [Item Variant].[Code] | |||||||
5403 | Bin Code | Bin Code | Normal | Code | 20 | Bin Code | nvarchar(40) |
Key to join to the Bin table.Show/hide example querySELECT [Job Ledger Entry].[Bin Code] ,[Bin].[Code] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Bin$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bin] ON [Job Ledger Entry].[Bin Code] = [Bin].[Code] | |||||||
5404 | Qty. per Unit of Measure | Qty. per Unit of Measure | Normal | Decimal | 12 | Qty_ per Unit of Measure | decimal(38,38) |
5405 | Quantity (Base) | Quantity (Base) | Normal | Decimal | 12 | Quantity (Base) | decimal(38,38) |
5900 | Service Order No. | Service Order No. | Normal | Code | 20 | Service Order No_ | nvarchar(40) |
5901 | Posted Service Shipment No. | Posted Service Shipment No. | Normal | Code | 20 | Posted Service Shipment No_ | nvarchar(40) |
6515 | Package No. | Package No. | Normal | Code | 50 | Package No_ | nvarchar(100) |
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 [Job Ledger Entry].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] LEFT JOIN [User] AS [User] ON [Job 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 |