Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/210
Table Type: Company
Table Name: Job Journal Line
Database Table Name: CRONUS UK Ltd_$Job Journal Line$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 Journal Line can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Journal Template Name]
,[Line 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]
,[Qty_ Rounding Precision]
,[Qty_ Rounding Precision (Base)]
,[Location Code]
,[Chargeable]
,[Posting Group]
,[Shortcut Dimension 1 Code]
,[Shortcut Dimension 2 Code]
,[Work Type Code]
,[Customer Price Group]
,[Applies-to Entry]
,[Shpt_ Method Code]
,[Entry Type]
,[Source Code]
,[Journal Batch Name]
,[Reason Code]
,[Recurring Method]
,[Expiration Date]
,[Recurring Frequency]
,[Gen_ Bus_ Posting Group]
,[Gen_ Prod_ Posting Group]
,[Transaction Type]
,[Transport Method]
,[Country_Region Code]
,[Entry_Exit Point]
,[Document Date]
,[External Document No_]
,[Area]
,[Transaction Specification]
,[Serial No_]
,[Posting No_ Series]
,[Source Currency Code]
,[Source Currency Total Cost]
,[Source Currency Total Price]
,[Source Currency Line Amount]
,[Dimension Set ID]
,[Time Sheet No_]
,[Time Sheet Line No_]
,[Time Sheet Date]
,[Job Task No_]
,[Total Cost]
,[Unit Price]
,[Line Type]
,[Applies-from Entry]
,[Job Posting Only]
,[Line Discount _]
,[Line Discount Amount]
,[Currency Code]
,[Line Amount]
,[Currency Factor]
,[Unit Cost]
,[Line Amount (LCY)]
,[Line Discount Amount (LCY)]
,[Total Price]
,[Cost Factor]
,[Description 2]
,[Ledger Entry Type]
,[Ledger Entry No_]
,[Job Planning Line No_]
,[Remaining Qty_]
,[Remaining Qty_ (Base)]
,[Variant Code]
,[Bin Code]
,[Qty_ per Unit of Measure]
,[Quantity (Base)]
,[Service Order No_]
,[Posted Service Shipment No_]
,[Lot No_]
,[Package No_]
,[Price Calculation Method]
,[Cost Calculation Method]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Job Journal Line$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 Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Job Journal Line].[Location Code] = [Location].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
ON
[Job Journal Line].[Posting Group] = [Customer Posting Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Job Journal Line].[Shortcut Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Job Journal Line].[Shortcut Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Work Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Type]
ON
[Job Journal Line].[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 Journal Line].[Customer Price Group] = [Customer Price Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code]
ON
[Job Journal Line].[Source Code] = [Source Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code]
ON
[Job Journal Line].[Reason Code] = [Reason Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Transaction Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Type]
ON
[Job Journal Line].[Transaction Type] = [Transaction Type].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Transport Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transport Method]
ON
[Job Journal Line].[Transport Method] = [Transport Method].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Area]
ON
[Job Journal Line].[Area] = [Area].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Transaction Specification$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Specification]
ON
[Job Journal Line].[Transaction Specification] = [Transaction Specification].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[Job Journal Line].[Source Currency Code] = [Currency].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
ON
[Job Journal Line].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[Job Journal Line].[Currency Code] = [Currency].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant]
ON
[Job Journal Line].[Variant Code] = [Item Variant].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Bin$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bin]
ON
[Job Journal Line].[Bin Code] = [Bin].[Code]
LEFT JOIN
[User] AS [User]
ON
[Job Journal Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Job Journal Line].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Job Journal Line table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Journal Template Name | Journal Template Name | Normal | Code | 10 | Journal Template Name | nvarchar(20) |
2 | Line No. | Line No. | Normal | Integer | 4 | Line No_ | int |
3 | Job No. | Job No. | Normal | Code | 20 | Job No_ | nvarchar(40) |
Key to join to the Job table.Show/hide example querySELECT [Job Journal Line].[Job No_] ,[Job].[No_] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Job$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job] ON [Job Journal Line].[Job No_] = [Job].[No_] | |||||||
4 | Posting Date | Posting Date | Normal | Date | 4 | Posting Date | datetime |
5 | Document No. | Document No. | Normal | Code | 20 | Document No_ | nvarchar(40) |
6 | Type | Type | Normal | Option | 4 | Type | int |
Available options are:
| |||||||
8 | No. | No. | Normal | Code | 20 | No_ | nvarchar(40) |
9 | Description | Description | Normal | Text | 100 | Description | nvarchar(200) |
10 | Quantity | Quantity | Normal | Decimal | 12 | Quantity | decimal(38,38) |
12 | Direct Unit Cost (LCY) | Direct Unit Cost ($) | Normal | Decimal | 12 | Direct Unit Cost (LCY) | decimal(38,38) |
13 | Unit Cost (LCY) | Unit Cost ($) | Normal | Decimal | 12 | Unit Cost (LCY) | decimal(38,38) |
14 | Total Cost (LCY) | Total Cost ($) | Normal | Decimal | 12 | Total Cost (LCY) | decimal(38,38) |
15 | Unit Price (LCY) | Unit Price ($) | Normal | Decimal | 12 | Unit Price (LCY) | decimal(38,38) |
16 | Total Price (LCY) | Total Price ($) | Normal | Decimal | 12 | Total Price (LCY) | decimal(38,38) |
17 | 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 Journal Line].[Resource Group No_] ,[Resource Group].[No_] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Resource Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resource Group] ON [Job Journal Line].[Resource Group No_] = [Resource Group].[No_] | |||||||
18 | Unit of Measure Code | Unit of Measure Code | Normal | Code | 10 | Unit of Measure Code | nvarchar(20) |
19 | Qty. Rounding Precision | Qty. Rounding Precision | Normal | Decimal | 12 | Qty_ Rounding Precision | decimal(38,38) |
20 | Qty. Rounding Precision (Base) | Qty. Rounding Precision (Base) | Normal | Decimal | 12 | Qty_ Rounding Precision (Base) | decimal(38,38) |
21 | Location Code | Location Code | Normal | Code | 10 | Location Code | nvarchar(20) |
Key to join to the Location table.Show/hide example querySELECT [Job Journal Line].[Location Code] ,[Location].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location] ON [Job Journal Line].[Location Code] = [Location].[Code] | |||||||
22 | Chargeable | Chargeable | Normal | Boolean | 4 | Chargeable | tinyint |
30 | Posting Group | Posting Group | Normal | Code | 20 | Posting Group | nvarchar(40) |
Key to join to the Customer Posting Group table.Show/hide example querySELECT [Job Journal Line].[Posting Group] ,[Customer Posting Group].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group] ON [Job Journal Line].[Posting Group] = [Customer Posting Group].[Code] | |||||||
31 | Shortcut Dimension 1 Code | Shortcut Dimension 1 Code | Normal | Code | 20 | Shortcut Dimension 1 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [Job Journal Line].[Shortcut Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Job Journal Line].[Shortcut Dimension 1 Code] = [Dimension].[Code] | |||||||
32 | Shortcut Dimension 2 Code | Shortcut Dimension 2 Code | Normal | Code | 20 | Shortcut Dimension 2 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [Job Journal Line].[Shortcut Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Job Journal Line].[Shortcut Dimension 2 Code] = [Dimension].[Code] | |||||||
33 | 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 Journal Line].[Work Type Code] ,[Work Type].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Work Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Type] ON [Job Journal Line].[Work Type Code] = [Work Type].[Code] | |||||||
34 | 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 Journal Line].[Customer Price Group] ,[Customer Price Group].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Customer Price Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Price Group] ON [Job Journal Line].[Customer Price Group] = [Customer Price Group].[Code] | |||||||
37 | Applies-to Entry | Applies-to Entry | Normal | Integer | 4 | Applies-to Entry | int |
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 Journal Line].[Shpt_ Method Code] ,[Shipment Method].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Shipment Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipment Method] ON [Job Journal Line].[Shpt_ Method Code] = [Shipment Method].[Code] | |||||||
61 | Entry Type | Entry Type | Normal | Option | 4 | Entry Type | int |
Available options are:
| |||||||
62 | Source Code | Source Code | Normal | Code | 10 | Source Code | nvarchar(20) |
Key to join to the Source Code table.Show/hide example querySELECT [Job Journal Line].[Source Code] ,[Source Code].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code] ON [Job Journal Line].[Source Code] = [Source Code].[Code] | |||||||
73 | Journal Batch Name | Journal Batch Name | Normal | Code | 10 | Journal Batch Name | nvarchar(20) |
74 | Reason Code | Reason Code | Normal | Code | 10 | Reason Code | nvarchar(20) |
Key to join to the Reason Code table.Show/hide example querySELECT [Job Journal Line].[Reason Code] ,[Reason Code].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code] ON [Job Journal Line].[Reason Code] = [Reason Code].[Code] | |||||||
75 | Recurring Method | Recurring Method | Normal | Option | 4 | Recurring Method | int |
Available options are:
| |||||||
76 | Expiration Date | Expiration Date | Normal | Date | 4 | Expiration Date | datetime |
77 | Recurring Frequency | Recurring Frequency | Normal | DateFormula | 32 | Recurring Frequency | varchar(32) |
79 | 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 Journal Line].[Gen_ Bus_ Posting Group] ,[Gen. Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Gen_ Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Business Posting Group] ON [Job Journal Line].[Gen_ Bus_ Posting Group] = [Gen. Business Posting Group].[Code] | |||||||
80 | 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 Journal Line].[Gen_ Prod_ Posting Group] ,[Gen. Product Posting Group].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Gen_ Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Product Posting Group] ON [Job Journal Line].[Gen_ Prod_ Posting Group] = [Gen. Product Posting Group].[Code] | |||||||
81 | Transaction Type | Transaction Type | Normal | Code | 10 | Transaction Type | nvarchar(20) |
Key to join to the Transaction Type table.Show/hide example querySELECT [Job Journal Line].[Transaction Type] ,[Transaction Type].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Transaction Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Type] ON [Job Journal Line].[Transaction Type] = [Transaction Type].[Code] | |||||||
82 | Transport Method | Transport Method | Normal | Code | 10 | Transport Method | nvarchar(20) |
Key to join to the Transport Method table.Show/hide example querySELECT [Job Journal Line].[Transport Method] ,[Transport Method].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Transport Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transport Method] ON [Job Journal Line].[Transport Method] = [Transport Method].[Code] | |||||||
83 | Country/Region Code | Country/Region Code | Normal | Code | 10 | Country_Region Code | nvarchar(20) |
86 | Entry/Exit Point | Entry/Exit Point | Normal | Code | 10 | Entry_Exit Point | nvarchar(20) |
87 | Document Date | Document Date | Normal | Date | 4 | Document Date | datetime |
88 | External Document No. | External Document No. | Normal | Code | 35 | External Document No_ | nvarchar(70) |
89 | Area | Area | Normal | Code | 10 | Area | nvarchar(20) |
Key to join to the Area table.Show/hide example querySELECT [Job Journal Line].[Area] ,[Area].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Area] ON [Job Journal Line].[Area] = [Area].[Code] | |||||||
90 | Transaction Specification | Transaction Specification | Normal | Code | 10 | Transaction Specification | nvarchar(20) |
Key to join to the Transaction Specification table.Show/hide example querySELECT [Job Journal Line].[Transaction Specification] ,[Transaction Specification].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Transaction Specification$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Specification] ON [Job Journal Line].[Transaction Specification] = [Transaction Specification].[Code] | |||||||
91 | Serial No. | Serial No. | Normal | Code | 50 | Serial No_ | nvarchar(100) |
92 | Posting No. Series | Posting No. Series | Normal | Code | 20 | Posting No_ Series | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Job Journal Line].[Posting No_ Series] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Job Journal Line].[Posting No_ Series] = [No. Series].[Code] | |||||||
93 | Source Currency Code | Source Currency Code | Normal | Code | 10 | Source Currency Code | nvarchar(20) |
Key to join to the Currency table.Show/hide example querySELECT [Job Journal Line].[Source Currency Code] ,[Currency].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency] ON [Job Journal Line].[Source Currency Code] = [Currency].[Code] | |||||||
94 | Source Currency Total Cost | Source Currency Total Cost | Normal | Decimal | 12 | Source Currency Total Cost | decimal(38,38) |
95 | Source Currency Total Price | Source Currency Total Price | Normal | Decimal | 12 | Source Currency Total Price | decimal(38,38) |
96 | Source Currency Line Amount | Source Currency Line Amount | Normal | Decimal | 12 | Source 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 Journal Line].[Dimension Set ID] ,[Dimension Set Entry].[Dimension Set ID] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry] ON [Job Journal Line].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID] | |||||||
950 | Time Sheet No. | Time Sheet No. | Normal | Code | 20 | Time Sheet No_ | nvarchar(40) |
951 | Time Sheet Line No. | Time Sheet Line No. | Normal | Integer | 4 | Time Sheet Line No_ | int |
952 | Time Sheet Date | Time Sheet Date | Normal | Date | 4 | Time Sheet Date | datetime |
1000 | Job Task No. | Job Task No. | Normal | Code | 20 | Job Task No_ | nvarchar(40) |
1001 | Total Cost | Total Cost | Normal | Decimal | 12 | Total Cost | decimal(38,38) |
1002 | Unit Price | Unit Price | Normal | Decimal | 12 | Unit Price | decimal(38,38) |
1003 | Line Type | Line Type | Normal | Option | 4 | Line Type | int |
Available options are:
| |||||||
1004 | Applies-from Entry | Applies-from Entry | Normal | Integer | 4 | Applies-from Entry | int |
1005 | Job Posting Only | Job Posting Only | Normal | Boolean | 4 | Job Posting Only | tinyint |
1006 | Line Discount % | Line Discount % | Normal | Decimal | 12 | Line Discount _ | decimal(38,38) |
1007 | Line Discount Amount | Line Discount Amount | Normal | Decimal | 12 | Line Discount Amount | decimal(38,38) |
1008 | Currency Code | Currency Code | Normal | Code | 10 | Currency Code | nvarchar(20) |
Key to join to the Currency table.Show/hide example querySELECT [Job Journal Line].[Currency Code] ,[Currency].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency] ON [Job Journal Line].[Currency Code] = [Currency].[Code] | |||||||
1009 | Line Amount | Line Amount | Normal | Decimal | 12 | Line Amount | decimal(38,38) |
1010 | Currency Factor | Currency Factor | Normal | Decimal | 12 | Currency Factor | decimal(38,38) |
1011 | Unit Cost | Unit Cost | Normal | Decimal | 12 | Unit Cost | decimal(38,38) |
1012 | Line Amount (LCY) | Line Amount ($) | Normal | Decimal | 12 | Line Amount (LCY) | decimal(38,38) |
1013 | Line Discount Amount (LCY) | Line Discount Amount ($) | Normal | Decimal | 12 | Line Discount Amount (LCY) | decimal(38,38) |
1014 | Total Price | Total Price | Normal | Decimal | 12 | Total Price | decimal(38,38) |
1015 | Cost Factor | Cost Factor | Normal | Decimal | 12 | Cost 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 Journal Line].[Ledger Entry No_] ,[G/L Entry].[Entry No_] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$G_L Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Entry] ON [Job Journal Line].[Ledger Entry No_] = [G/L Entry].[Entry No_] | |||||||
1019 | Job Planning Line No. | Job Planning Line No. | Normal | Integer | 4 | Job Planning Line No_ | int |
1030 | Remaining Qty. | Remaining Qty. | Normal | Decimal | 12 | Remaining Qty_ | decimal(38,38) |
1031 | Remaining Qty. (Base) | Remaining Qty. (Base) | Normal | Decimal | 12 | Remaining Qty_ (Base) | decimal(38,38) |
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 Journal Line].[Variant Code] ,[Item Variant].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant] ON [Job Journal Line].[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 Journal Line].[Bin Code] ,[Bin].[Code] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [CRONUS UK Ltd_$Bin$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bin] ON [Job Journal Line].[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) |
5410 | Quantity (Base) | Quantity (Base) | Normal | Decimal | 12 | Quantity (Base) | decimal(38,38) |
5468 | Reserved Qty. (Base) | Reserved Qty. (Base) | FlowField | Decimal | 12 | ||
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) |
6501 | Lot No. | Lot No. | Normal | Code | 50 | Lot No_ | nvarchar(100) |
6515 | Package No. | Package No. | Normal | Code | 50 | Package No_ | nvarchar(100) |
7000 | Price Calculation Method | Price Calculation Method | Normal | Option | 4 | Price Calculation Method | int |
Available options are:
| |||||||
7001 | Cost Calculation Method | Cost Calculation Method | Normal | Option | 4 | Cost Calculation Method | int |
Available options are:
| |||||||
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 Journal Line].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Job Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Line] LEFT JOIN [User] AS [User] ON [Job Journal Line].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |