Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/83
Table Type: Company
Table Name: Item Journal Line
Database Table Name: CRONUS UK Ltd_$Item 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 Item Journal Line can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Journal Template Name]
,[Line No_]
,[Item No_]
,[Posting Date]
,[Entry Type]
,[Source No_]
,[Document No_]
,[Description]
,[Location Code]
,[Inventory Posting Group]
,[Source Posting Group]
,[Quantity]
,[Invoiced Quantity]
,[Unit Amount]
,[Unit Cost]
,[Amount]
,[Discount Amount]
,[Salespers__Purch_ Code]
,[Source Code]
,[Applies-to Entry]
,[Item Shpt_ Entry No_]
,[Shortcut Dimension 1 Code]
,[Shortcut Dimension 2 Code]
,[Indirect Cost _]
,[Source Type]
,[Shpt_ Method Code]
,[Journal Batch Name]
,[Reason Code]
,[Recurring Method]
,[Expiration Date]
,[Recurring Frequency]
,[Drop Shipment]
,[Transaction Type]
,[Transport Method]
,[Country_Region Code]
,[New Location Code]
,[New Shortcut Dimension 1 Code]
,[New Shortcut Dimension 2 Code]
,[Qty_ (Calculated)]
,[Qty_ (Phys_ Inventory)]
,[Last Item Ledger Entry No_]
,[Phys_ Inventory]
,[Gen_ Bus_ Posting Group]
,[Gen_ Prod_ Posting Group]
,[Entry_Exit Point]
,[Document Date]
,[External Document No_]
,[Area]
,[Transaction Specification]
,[Posting No_ Series]
,[Unit Cost (ACY)]
,[Source Currency Code]
,[Document Type]
,[Document Line No_]
,[VAT Reporting Date]
,[Order Type]
,[Order No_]
,[Order Line No_]
,[Dimension Set ID]
,[New Dimension Set ID]
,[Assemble to Order]
,[Job No_]
,[Job Task No_]
,[Job Purchase]
,[Job Contract Entry No_]
,[Variant Code]
,[Bin Code]
,[Qty_ per Unit of Measure]
,[New Bin Code]
,[Unit of Measure Code]
,[Derived from Blanket Order]
,[Qty_ Rounding Precision]
,[Qty_ Rounding Precision (Base)]
,[Quantity (Base)]
,[Invoiced Qty_ (Base)]
,[Level]
,[Flushing Method]
,[Changed by User]
,[Cross-Reference No_]
,[Originally Ordered No_]
,[Originally Ordered Var_ Code]
,[Out-of-Stock Substitution]
,[Item Category Code]
,[Nonstock]
,[Purchasing Code]
,[Product Group Code]
,[Item Reference No_]
,[Item Reference Unit of Measure]
,[Item Reference Type]
,[Item Reference Type No_]
,[Planned Delivery Date]
,[Order Date]
,[Value Entry Type]
,[Item Charge No_]
,[Inventory Value (Calculated)]
,[Inventory Value (Revalued)]
,[Variance Type]
,[Inventory Value Per]
,[Partial Revaluation]
,[Applies-from Entry]
,[Invoice No_]
,[Unit Cost (Calculated)]
,[Unit Cost (Revalued)]
,[Applied Amount]
,[Update Standard Cost]
,[Amount (ACY)]
,[Correction]
,[Adjustment]
,[Applies-to Value Entry]
,[Invoice-to Source No_]
,[Type]
,[No_]
,[Operation No_]
,[Work Center No_]
,[Setup Time]
,[Run Time]
,[Stop Time]
,[Output Quantity]
,[Scrap Quantity]
,[Concurrent Capacity]
,[Setup Time (Base)]
,[Run Time (Base)]
,[Stop Time (Base)]
,[Output Quantity (Base)]
,[Scrap Quantity (Base)]
,[Cap_ Unit of Measure Code]
,[Qty_ per Cap_ Unit of Measure]
,[Starting Time]
,[Ending Time]
,[Routing No_]
,[Routing Reference No_]
,[Prod_ Order Comp_ Line No_]
,[Finished]
,[Unit Cost Calculation]
,[Subcontracting]
,[Stop Code]
,[Scrap Code]
,[Work Center Group Code]
,[Work Shift Code]
,[Serial No_]
,[Lot No_]
,[Warranty Date]
,[New Serial No_]
,[New Lot No_]
,[New Item Expiration Date]
,[Item Expiration Date]
,[Package No_]
,[New Package No_]
,[Return Reason Code]
,[Price Calculation Method]
,[Warehouse Adjustment]
,[Direct Transfer]
,[Phys Invt Counting Period Code]
,[Phys Invt Counting Period Type]
,[Overhead Rate]
,[Single-Level Material Cost]
,[Single-Level Capacity Cost]
,[Single-Level Subcontrd_ Cost]
,[Single-Level Cap_ Ovhd Cost]
,[Single-Level Mfg_ Ovhd Cost]
,[Rolled-up Material Cost]
,[Rolled-up Capacity Cost]
,[Rolled-up Subcontracted Cost]
,[Rolled-up Mfg_ Ovhd Cost]
,[Rolled-up Cap_ Overhead Cost]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Item 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_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Item Journal Line].[Location Code] = [Location].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Inventory Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Posting Group]
ON
[Item Journal Line].[Inventory Posting Group] = [Inventory Posting Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code]
ON
[Item Journal Line].[Source Code] = [Source Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Item Journal Line].[Shortcut Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Item Journal Line].[Shortcut Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code]
ON
[Item Journal Line].[Reason Code] = [Reason Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Transaction Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Type]
ON
[Item Journal Line].[Transaction Type] = [Transaction Type].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Transport Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transport Method]
ON
[Item Journal Line].[Transport Method] = [Transport Method].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Item Journal Line].[New Location Code] = [Location].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Area]
ON
[Item Journal Line].[Area] = [Area].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Transaction Specification$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Specification]
ON
[Item Journal Line].[Transaction Specification] = [Transaction Specification].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[Item Journal Line].[Source Currency Code] = [Currency].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
ON
[Item Journal Line].[Document Type] = [Sales Header Archive].[Document Type]
AND
[Item Journal Line].[Document No_] = [Sales Header Archive].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Sales Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header]
ON
[Item Journal Line].[Document Type] = [Sales Header].[Document Type]
AND
[Item Journal Line].[Document No_] = [Sales Header].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
ON
[Item Journal Line].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
[CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
ON
[Item Journal Line].[New Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
[CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant]
ON
[Item Journal Line].[Variant Code] = [Item Variant].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Bin$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bin]
ON
[Item Journal Line].[Bin Code] = [Bin].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Item Category$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Category]
ON
[Item Journal Line].[Item Category Code] = [Item Category].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Purchasing$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purchasing]
ON
[Item Journal Line].[Purchasing Code] = [Purchasing].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Stop$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Stop]
ON
[Item Journal Line].[Stop Code] = [Stop].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Scrap$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Scrap]
ON
[Item Journal Line].[Scrap Code] = [Scrap].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Work Center Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Center Group]
ON
[Item Journal Line].[Work Center Group Code] = [Work Center Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Work Shift$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Shift]
ON
[Item Journal Line].[Work Shift Code] = [Work Shift].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Return Reason$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Return Reason]
ON
[Item Journal Line].[Return Reason Code] = [Return Reason].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Phys_ Invt_ Counting Period$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Phys. Invt. Counting Period]
ON
[Item Journal Line].[Phys Invt Counting Period Code] = [Phys. Invt. Counting Period].[Code]
LEFT JOIN
[User] AS [User]
ON
[Item Journal Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Item Journal Line].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Item 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 | Item No. | Item No. | Normal | Code | 20 | Item No_ | nvarchar(40) |
Key to join to the Item table.Show/hide example querySELECT [Item Journal Line].[Item No_] ,[Item].[No_] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item] ON [Item Journal Line].[Item No_] = [Item].[No_] | |||||||
4 | Posting Date | Posting Date | Normal | Date | 4 | Posting Date | datetime |
5 | Entry Type | Entry Type | Normal | Option | 4 | Entry Type | int |
Available options are:
| |||||||
6 | Source No. | Source No. | Normal | Code | 20 | Source No_ | nvarchar(40) |
7 | Document No. | Document No. | Normal | Code | 20 | Document No_ | nvarchar(40) |
8 | Description | Description | Normal | Text | 100 | Description | nvarchar(200) |
9 | Location Code | Location Code | Normal | Code | 10 | Location Code | nvarchar(20) |
Key to join to the Location table.Show/hide example querySELECT [Item Journal Line].[Location Code] ,[Location].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location] ON [Item Journal Line].[Location Code] = [Location].[Code] | |||||||
10 | Inventory Posting Group | Inventory Posting Group | Normal | Code | 20 | Inventory Posting Group | nvarchar(40) |
Key to join to the Inventory Posting Group table.Show/hide example querySELECT [Item Journal Line].[Inventory Posting Group] ,[Inventory Posting Group].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Inventory Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Posting Group] ON [Item Journal Line].[Inventory Posting Group] = [Inventory Posting Group].[Code] | |||||||
11 | Source Posting Group | Source Posting Group | Normal | Code | 20 | Source Posting Group | nvarchar(40) |
13 | Quantity | Quantity | Normal | Decimal | 12 | Quantity | decimal(38,38) |
15 | Invoiced Quantity | Invoiced Quantity | Normal | Decimal | 12 | Invoiced Quantity | decimal(38,38) |
16 | Unit Amount | Unit Amount | Normal | Decimal | 12 | Unit Amount | decimal(38,38) |
17 | Unit Cost | Unit Cost | Normal | Decimal | 12 | Unit Cost | decimal(38,38) |
18 | Amount | Amount | Normal | Decimal | 12 | Amount | decimal(38,38) |
22 | Discount Amount | Discount Amount | Normal | Decimal | 12 | Discount Amount | decimal(38,38) |
23 | Salespers./Purch. Code | Salespers./Purch. Code | Normal | Code | 20 | Salespers__Purch_ Code | nvarchar(40) |
26 | Source Code | Source Code | Normal | Code | 10 | Source Code | nvarchar(20) |
Key to join to the Source Code table.Show/hide example querySELECT [Item Journal Line].[Source Code] ,[Source Code].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code] ON [Item Journal Line].[Source Code] = [Source Code].[Code] | |||||||
29 | Applies-to Entry | Applies-to Entry | Normal | Integer | 4 | Applies-to Entry | int |
32 | Item Shpt. Entry No. | Item Shpt. Entry No. | Normal | Integer | 4 | Item Shpt_ Entry No_ | int |
34 | 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 [Item Journal Line].[Shortcut Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Item Journal Line].[Shortcut Dimension 1 Code] = [Dimension].[Code] | |||||||
35 | 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 [Item Journal Line].[Shortcut Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Item Journal Line].[Shortcut Dimension 2 Code] = [Dimension].[Code] | |||||||
37 | Indirect Cost % | Indirect Cost % | Normal | Decimal | 12 | Indirect Cost _ | decimal(38,38) |
39 | Source Type | Source Type | Normal | Option | 4 | Source Type | int |
Available options are:
| |||||||
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 [Item Journal Line].[Shpt_ Method Code] ,[Shipment Method].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Shipment Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipment Method] ON [Item Journal Line].[Shpt_ Method Code] = [Shipment Method].[Code] | |||||||
41 | Journal Batch Name | Journal Batch Name | Normal | Code | 10 | Journal Batch Name | nvarchar(20) |
42 | Reason Code | Reason Code | Normal | Code | 10 | Reason Code | nvarchar(20) |
Key to join to the Reason Code table.Show/hide example querySELECT [Item Journal Line].[Reason Code] ,[Reason Code].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code] ON [Item Journal Line].[Reason Code] = [Reason Code].[Code] | |||||||
43 | Recurring Method | Recurring Method | Normal | Option | 4 | Recurring Method | int |
Available options are:
| |||||||
44 | Expiration Date | Expiration Date | Normal | Date | 4 | Expiration Date | datetime |
45 | Recurring Frequency | Recurring Frequency | Normal | DateFormula | 32 | Recurring Frequency | varchar(32) |
46 | Drop Shipment | Drop Shipment | Normal | Boolean | 4 | Drop Shipment | tinyint |
47 | Transaction Type | Transaction Type | Normal | Code | 10 | Transaction Type | nvarchar(20) |
Key to join to the Transaction Type table.Show/hide example querySELECT [Item Journal Line].[Transaction Type] ,[Transaction Type].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Transaction Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Type] ON [Item Journal Line].[Transaction Type] = [Transaction Type].[Code] | |||||||
48 | Transport Method | Transport Method | Normal | Code | 10 | Transport Method | nvarchar(20) |
Key to join to the Transport Method table.Show/hide example querySELECT [Item Journal Line].[Transport Method] ,[Transport Method].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Transport Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transport Method] ON [Item Journal Line].[Transport Method] = [Transport Method].[Code] | |||||||
49 | Country/Region Code | Country/Region Code | Normal | Code | 10 | Country_Region Code | nvarchar(20) |
50 | New Location Code | New Location Code | Normal | Code | 10 | New Location Code | nvarchar(20) |
Key to join to the Location table.Show/hide example querySELECT [Item Journal Line].[New Location Code] ,[Location].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location] ON [Item Journal Line].[New Location Code] = [Location].[Code] | |||||||
51 | New Shortcut Dimension 1 Code | New Shortcut Dimension 1 Code | Normal | Code | 20 | New Shortcut Dimension 1 Code | nvarchar(40) |
52 | New Shortcut Dimension 2 Code | New Shortcut Dimension 2 Code | Normal | Code | 20 | New Shortcut Dimension 2 Code | nvarchar(40) |
53 | Qty. (Calculated) | Qty. (Calculated) | Normal | Decimal | 12 | Qty_ (Calculated) | decimal(38,38) |
54 | Qty. (Phys. Inventory) | Qty. (Phys. Inventory) | Normal | Decimal | 12 | Qty_ (Phys_ Inventory) | decimal(38,38) |
55 | Last Item Ledger Entry No. | Last Item Ledger Entry No. | Normal | Integer | 4 | Last Item Ledger Entry No_ | int |
Key to join to the Item Ledger Entry table.Show/hide example querySELECT [Item Journal Line].[Last Item Ledger Entry No_] ,[Item Ledger Entry].[Entry No_] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] ON [Item Journal Line].[Last Item Ledger Entry No_] = [Item Ledger Entry].[Entry No_] | |||||||
56 | Phys. Inventory | Phys. Inventory | Normal | Boolean | 4 | Phys_ Inventory | tinyint |
57 | 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 [Item Journal Line].[Gen_ Bus_ Posting Group] ,[Gen. Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Gen_ Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Business Posting Group] ON [Item Journal Line].[Gen_ Bus_ Posting Group] = [Gen. Business Posting Group].[Code] | |||||||
58 | 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 [Item Journal Line].[Gen_ Prod_ Posting Group] ,[Gen. Product Posting Group].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Gen_ Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Product Posting Group] ON [Item Journal Line].[Gen_ Prod_ Posting Group] = [Gen. Product Posting Group].[Code] | |||||||
59 | Entry/Exit Point | Entry/Exit Point | Normal | Code | 10 | Entry_Exit Point | nvarchar(20) |
60 | Document Date | Document Date | Normal | Date | 4 | Document Date | datetime |
62 | External Document No. | External Document No. | Normal | Code | 35 | External Document No_ | nvarchar(70) |
63 | Area | Area | Normal | Code | 10 | Area | nvarchar(20) |
Key to join to the Area table.Show/hide example querySELECT [Item Journal Line].[Area] ,[Area].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Area] ON [Item Journal Line].[Area] = [Area].[Code] | |||||||
64 | Transaction Specification | Transaction Specification | Normal | Code | 10 | Transaction Specification | nvarchar(20) |
Key to join to the Transaction Specification table.Show/hide example querySELECT [Item Journal Line].[Transaction Specification] ,[Transaction Specification].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Transaction Specification$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Specification] ON [Item Journal Line].[Transaction Specification] = [Transaction Specification].[Code] | |||||||
65 | 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 [Item Journal Line].[Posting No_ Series] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Item Journal Line].[Posting No_ Series] = [No. Series].[Code] | |||||||
68 | Reserved Quantity | Reserved Quantity | FlowField | Decimal | 12 | ||
72 | Unit Cost (ACY) | Unit Cost (ACY) | Normal | Decimal | 12 | Unit Cost (ACY) | decimal(38,38) |
73 | 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 [Item Journal Line].[Source Currency Code] ,[Currency].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency] ON [Item Journal Line].[Source Currency Code] = [Currency].[Code] | |||||||
79 | Document Type | Document Type | Normal | Option | 4 | Document Type | int |
Available options are:
| |||||||
80 | Document Line No. | Document Line No. | Normal | Integer | 4 | Document Line No_ | int |
86 | VAT Reporting Date | Tax Date | Normal | Date | 4 | VAT Reporting Date | datetime |
90 | Order Type | Order Type | Normal | Option | 4 | Order Type | int |
Available options are:
| |||||||
91 | Order No. | Order No. | Normal | Code | 20 | Order No_ | nvarchar(40) |
92 | Order Line No. | Order Line No. | Normal | Integer | 4 | 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 [Item Journal Line].[Dimension Set ID] ,[Dimension Set Entry].[Dimension Set ID] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry] ON [Item Journal Line].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID] | |||||||
481 | New Dimension Set ID | New Dimension Set ID | Normal | Integer | 4 | New Dimension Set ID | int |
Key to join to the Dimension Set Entry table.Show/hide example querySELECT [Item Journal Line].[New Dimension Set ID] ,[Dimension Set Entry].[Dimension Set ID] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry] ON [Item Journal Line].[New Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID] | |||||||
904 | Assemble to Order | Assemble to Order | Normal | Boolean | 4 | Assemble to Order | tinyint |
1000 | Job No. | Job No. | Normal | Code | 20 | Job No_ | nvarchar(40) |
Key to join to the Job table.Show/hide example querySELECT [Item Journal Line].[Job No_] ,[Job].[No_] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Job$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job] ON [Item Journal Line].[Job No_] = [Job].[No_] | |||||||
1001 | Job Task No. | Job Task No. | Normal | Code | 20 | Job Task No_ | nvarchar(40) |
1002 | Job Purchase | Job Purchase | Normal | Boolean | 4 | Job Purchase | tinyint |
1030 | Job Contract Entry No. | Job Contract Entry No. | Normal | Integer | 4 | Job Contract Entry No_ | int |
5402 | Variant Code | Variant Code | Normal | Code | 10 | Variant Code | nvarchar(20) |
Key to join to the Item Variant table.Show/hide example querySELECT [Item Journal Line].[Variant Code] ,[Item Variant].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant] ON [Item 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 [Item Journal Line].[Bin Code] ,[Bin].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Bin$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bin] ON [Item 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) |
5406 | New Bin Code | New Bin Code | Normal | Code | 20 | New Bin Code | nvarchar(40) |
5407 | Unit of Measure Code | Unit of Measure Code | Normal | Code | 10 | Unit of Measure Code | nvarchar(20) |
5408 | Derived from Blanket Order | Derived from Blanket Order | Normal | Boolean | 4 | Derived from Blanket Order | tinyint |
5410 | Qty. Rounding Precision | Qty. Rounding Precision | Normal | Decimal | 12 | Qty_ Rounding Precision | decimal(38,38) |
5411 | Qty. Rounding Precision (Base) | Qty. Rounding Precision (Base) | Normal | Decimal | 12 | Qty_ Rounding Precision (Base) | decimal(38,38) |
5413 | Quantity (Base) | Quantity (Base) | Normal | Decimal | 12 | Quantity (Base) | decimal(38,38) |
5415 | Invoiced Qty. (Base) | Invoiced Qty. (Base) | Normal | Decimal | 12 | Invoiced Qty_ (Base) | decimal(38,38) |
5468 | Reserved Qty. (Base) | Reserved Qty. (Base) | FlowField | Decimal | 12 | ||
5560 | Level | Level | Normal | Integer | 4 | Level | int |
5561 | Flushing Method | Flushing Method | Normal | Option | 4 | Flushing Method | int |
Available options are:
| |||||||
5562 | Changed by User | Changed by User | Normal | Boolean | 4 | Changed by User | tinyint |
5700 | Cross-Reference No. | Cross-Reference No. | Normal | Code | 20 | Cross-Reference No_ | nvarchar(40) |
5701 | Originally Ordered No. | Originally Ordered No. | Normal | Code | 20 | Originally Ordered No_ | nvarchar(40) |
Key to join to the Item table.Show/hide example querySELECT [Item Journal Line].[Originally Ordered No_] ,[Item].[No_] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item] ON [Item Journal Line].[Originally Ordered No_] = [Item].[No_] | |||||||
5702 | Originally Ordered Var. Code | Originally Ordered Var. Code | Normal | Code | 10 | Originally Ordered Var_ Code | nvarchar(20) |
5703 | Out-of-Stock Substitution | Out-of-Stock Substitution | Normal | Boolean | 4 | Out-of-Stock Substitution | tinyint |
5704 | Item Category Code | Item Category Code | Normal | Code | 20 | Item Category Code | nvarchar(40) |
Key to join to the Item Category table.Show/hide example querySELECT [Item Journal Line].[Item Category Code] ,[Item Category].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Item Category$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Category] ON [Item Journal Line].[Item Category Code] = [Item Category].[Code] | |||||||
5705 | Nonstock | Catalog | Normal | Boolean | 4 | Nonstock | tinyint |
5706 | Purchasing Code | Purchasing Code | Normal | Code | 10 | Purchasing Code | nvarchar(20) |
Key to join to the Purchasing table.Show/hide example querySELECT [Item Journal Line].[Purchasing Code] ,[Purchasing].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Purchasing$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purchasing] ON [Item Journal Line].[Purchasing Code] = [Purchasing].[Code] | |||||||
5707 | Product Group Code | Product Group Code | Normal | Code | 10 | Product Group Code | nvarchar(20) |
5725 | Item Reference No. | Item Reference No. | Normal | Code | 50 | Item Reference No_ | nvarchar(100) |
5726 | Item Reference Unit of Measure | Item Reference Unit of Measure | Normal | Code | 10 | Item Reference Unit of Measure | nvarchar(20) |
5727 | Item Reference Type | Item Reference Type | Normal | Option | 4 | Item Reference Type | int |
Available options are:
| |||||||
5728 | Item Reference Type No. | Item Reference Type No. | Normal | Code | 30 | Item Reference Type No_ | nvarchar(60) |
5791 | Planned Delivery Date | Planned Delivery Date | Normal | Date | 4 | Planned Delivery Date | datetime |
5793 | Order Date | Order Date | Normal | Date | 4 | Order Date | datetime |
5800 | Value Entry Type | Value Entry Type | Normal | Option | 4 | Value Entry Type | int |
Available options are:
| |||||||
5801 | Item Charge No. | Item Charge No. | Normal | Code | 20 | Item Charge No_ | nvarchar(40) |
Key to join to the Item Charge table.Show/hide example querySELECT [Item Journal Line].[Item Charge No_] ,[Item Charge].[No_] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Item Charge$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Charge] ON [Item Journal Line].[Item Charge No_] = [Item Charge].[No_] | |||||||
5802 | Inventory Value (Calculated) | Inventory Value (Calculated) | Normal | Decimal | 12 | Inventory Value (Calculated) | decimal(38,38) |
5803 | Inventory Value (Revalued) | Inventory Value (Revalued) | Normal | Decimal | 12 | Inventory Value (Revalued) | decimal(38,38) |
5804 | Variance Type | Variance Type | Normal | Option | 4 | Variance Type | int |
Available options are:
| |||||||
5805 | Inventory Value Per | Inventory Value Per | Normal | Option | 4 | Inventory Value Per | int |
Available options are:
| |||||||
5806 | Partial Revaluation | Partial Revaluation | Normal | Boolean | 4 | Partial Revaluation | tinyint |
5807 | Applies-from Entry | Applies-from Entry | Normal | Integer | 4 | Applies-from Entry | int |
5808 | Invoice No. | Invoice No. | Normal | Code | 20 | Invoice No_ | nvarchar(40) |
5809 | Unit Cost (Calculated) | Unit Cost (Calculated) | Normal | Decimal | 12 | Unit Cost (Calculated) | decimal(38,38) |
5810 | Unit Cost (Revalued) | Unit Cost (Revalued) | Normal | Decimal | 12 | Unit Cost (Revalued) | decimal(38,38) |
5811 | Applied Amount | Applied Amount | Normal | Decimal | 12 | Applied Amount | decimal(38,38) |
5812 | Update Standard Cost | Update Standard Cost | Normal | Boolean | 4 | Update Standard Cost | tinyint |
5813 | Amount (ACY) | Amount (ACY) | Normal | Decimal | 12 | Amount (ACY) | decimal(38,38) |
5817 | Correction | Correction | Normal | Boolean | 4 | Correction | tinyint |
5818 | Adjustment | Adjustment | Normal | Boolean | 4 | Adjustment | tinyint |
5819 | Applies-to Value Entry | Applies-to Value Entry | Normal | Integer | 4 | Applies-to Value Entry | int |
5820 | Invoice-to Source No. | Invoice-to Source No. | Normal | Code | 20 | Invoice-to Source No_ | nvarchar(40) |
5830 | Type | Type | Normal | Option | 4 | Type | int |
Available options are:
| |||||||
5831 | No. | No. | Normal | Code | 20 | No_ | nvarchar(40) |
5838 | Operation No. | Operation No. | Normal | Code | 10 | Operation No_ | nvarchar(20) |
5839 | Work Center No. | Work Center No. | Normal | Code | 20 | Work Center No_ | nvarchar(40) |
Key to join to the Work Center table.Show/hide example querySELECT [Item Journal Line].[Work Center No_] ,[Work Center].[No_] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Work Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Center] ON [Item Journal Line].[Work Center No_] = [Work Center].[No_] | |||||||
5841 | Setup Time | Setup Time | Normal | Decimal | 12 | Setup Time | decimal(38,38) |
5842 | Run Time | Run Time | Normal | Decimal | 12 | Run Time | decimal(38,38) |
5843 | Stop Time | Stop Time | Normal | Decimal | 12 | Stop Time | decimal(38,38) |
5846 | Output Quantity | Output Quantity | Normal | Decimal | 12 | Output Quantity | decimal(38,38) |
5847 | Scrap Quantity | Scrap Quantity | Normal | Decimal | 12 | Scrap Quantity | decimal(38,38) |
5849 | Concurrent Capacity | Concurrent Capacity | Normal | Decimal | 12 | Concurrent Capacity | decimal(38,38) |
5851 | Setup Time (Base) | Setup Time (Base) | Normal | Decimal | 12 | Setup Time (Base) | decimal(38,38) |
5852 | Run Time (Base) | Run Time (Base) | Normal | Decimal | 12 | Run Time (Base) | decimal(38,38) |
5853 | Stop Time (Base) | Stop Time (Base) | Normal | Decimal | 12 | Stop Time (Base) | decimal(38,38) |
5856 | Output Quantity (Base) | Output Quantity (Base) | Normal | Decimal | 12 | Output Quantity (Base) | decimal(38,38) |
5857 | Scrap Quantity (Base) | Scrap Quantity (Base) | Normal | Decimal | 12 | Scrap Quantity (Base) | decimal(38,38) |
5858 | Cap. Unit of Measure Code | Cap. Unit of Measure Code | Normal | Code | 10 | Cap_ Unit of Measure Code | nvarchar(20) |
Key to join to the Capacity Unit of Measure table.Show/hide example querySELECT [Item Journal Line].[Cap_ Unit of Measure Code] ,[Capacity Unit of Measure].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Capacity Unit of Measure$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Capacity Unit of Measure] ON [Item Journal Line].[Cap_ Unit of Measure Code] = [Capacity Unit of Measure].[Code] | |||||||
5859 | Qty. per Cap. Unit of Measure | Qty. per Cap. Unit of Measure | Normal | Decimal | 12 | Qty_ per Cap_ Unit of Measure | decimal(38,38) |
5873 | Starting Time | Starting Time | Normal | Time | 4 | Starting Time | datetime |
5874 | Ending Time | Ending Time | Normal | Time | 4 | Ending Time | datetime |
5882 | Routing No. | Routing No. | Normal | Code | 20 | Routing No_ | nvarchar(40) |
Key to join to the Routing Header table.Show/hide example querySELECT [Item Journal Line].[Routing No_] ,[Routing Header].[No_] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Routing Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Routing Header] ON [Item Journal Line].[Routing No_] = [Routing Header].[No_] | |||||||
5883 | Routing Reference No. | Routing Reference No. | Normal | Integer | 4 | Routing Reference No_ | int |
5884 | Prod. Order Comp. Line No. | Prod. Order Comp. Line No. | Normal | Integer | 4 | Prod_ Order Comp_ Line No_ | int |
5885 | Finished | Finished | Normal | Boolean | 4 | Finished | tinyint |
5887 | Unit Cost Calculation | Unit Cost Calculation | Normal | Option | 4 | Unit Cost Calculation | int |
Available options are:
| |||||||
5888 | Subcontracting | Subcontracting | Normal | Boolean | 4 | Subcontracting | tinyint |
5895 | Stop Code | Stop Code | Normal | Code | 10 | Stop Code | nvarchar(20) |
Key to join to the Stop table.Show/hide example querySELECT [Item Journal Line].[Stop Code] ,[Stop].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Stop$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Stop] ON [Item Journal Line].[Stop Code] = [Stop].[Code] | |||||||
5896 | Scrap Code | Scrap Code | Normal | Code | 10 | Scrap Code | nvarchar(20) |
Key to join to the Scrap table.Show/hide example querySELECT [Item Journal Line].[Scrap Code] ,[Scrap].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Scrap$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Scrap] ON [Item Journal Line].[Scrap Code] = [Scrap].[Code] | |||||||
5898 | Work Center Group Code | Work Center Group Code | Normal | Code | 10 | Work Center Group Code | nvarchar(20) |
Key to join to the Work Center Group table.Show/hide example querySELECT [Item Journal Line].[Work Center Group Code] ,[Work Center Group].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Work Center Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Center Group] ON [Item Journal Line].[Work Center Group Code] = [Work Center Group].[Code] | |||||||
5899 | Work Shift Code | Work Shift Code | Normal | Code | 10 | Work Shift Code | nvarchar(20) |
Key to join to the Work Shift table.Show/hide example querySELECT [Item Journal Line].[Work Shift Code] ,[Work Shift].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Work Shift$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Shift] ON [Item Journal Line].[Work Shift Code] = [Work Shift].[Code] | |||||||
6500 | Serial No. | Serial No. | Normal | Code | 50 | Serial No_ | nvarchar(100) |
6501 | Lot No. | Lot No. | Normal | Code | 50 | Lot No_ | nvarchar(100) |
6502 | Warranty Date | Warranty Date | Normal | Date | 4 | Warranty Date | datetime |
6503 | New Serial No. | New Serial No. | Normal | Code | 50 | New Serial No_ | nvarchar(100) |
6504 | New Lot No. | New Lot No. | Normal | Code | 50 | New Lot No_ | nvarchar(100) |
6505 | New Item Expiration Date | New Item Expiration Date | Normal | Date | 4 | New Item Expiration Date | datetime |
6506 | Item Expiration Date | Item Expiration Date | Normal | Date | 4 | Item Expiration Date | datetime |
6515 | Package No. | Package No. | Normal | Code | 50 | Package No_ | nvarchar(100) |
6516 | New Package No. | New Package No. | Normal | Code | 50 | New Package No_ | nvarchar(100) |
6600 | Return Reason Code | Return Reason Code | Normal | Code | 10 | Return Reason Code | nvarchar(20) |
Key to join to the Return Reason table.Show/hide example querySELECT [Item Journal Line].[Return Reason Code] ,[Return Reason].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Return Reason$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Return Reason] ON [Item Journal Line].[Return Reason Code] = [Return Reason].[Code] | |||||||
7000 | Price Calculation Method | Price Calculation Method | Normal | Option | 4 | Price Calculation Method | int |
Available options are:
| |||||||
7315 | Warehouse Adjustment | Warehouse Adjustment | Normal | Boolean | 4 | Warehouse Adjustment | tinyint |
7316 | Direct Transfer | Direct Transfer | Normal | Boolean | 4 | Direct Transfer | tinyint |
7380 | Phys Invt Counting Period Code | Phys Invt Counting Period Code | Normal | Code | 10 | Phys Invt Counting Period Code | nvarchar(20) |
Key to join to the Phys. Invt. Counting Period table.Show/hide example querySELECT [Item Journal Line].[Phys Invt Counting Period Code] ,[Phys. Invt. Counting Period].[Code] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Phys_ Invt_ Counting Period$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Phys. Invt. Counting Period] ON [Item Journal Line].[Phys Invt Counting Period Code] = [Phys. Invt. Counting Period].[Code] | |||||||
7381 | Phys Invt Counting Period Type | Phys Invt Counting Period Type | Normal | Option | 4 | Phys Invt Counting Period Type | int |
Available options are:
| |||||||
99000755 | Overhead Rate | Overhead Rate | Normal | Decimal | 12 | Overhead Rate | decimal(38,38) |
99000756 | Single-Level Material Cost | Single-Level Material Cost | Normal | Decimal | 12 | Single-Level Material Cost | decimal(38,38) |
99000757 | Single-Level Capacity Cost | Single-Level Capacity Cost | Normal | Decimal | 12 | Single-Level Capacity Cost | decimal(38,38) |
99000758 | Single-Level Subcontrd. Cost | Single-Level Subcontrd. Cost | Normal | Decimal | 12 | Single-Level Subcontrd_ Cost | decimal(38,38) |
99000759 | Single-Level Cap. Ovhd Cost | Single-Level Cap. Ovhd Cost | Normal | Decimal | 12 | Single-Level Cap_ Ovhd Cost | decimal(38,38) |
99000760 | Single-Level Mfg. Ovhd Cost | Single-Level Mfg. Ovhd Cost | Normal | Decimal | 12 | Single-Level Mfg_ Ovhd Cost | decimal(38,38) |
99000761 | Rolled-up Material Cost | Rolled-up Material Cost | Normal | Decimal | 12 | Rolled-up Material Cost | decimal(38,38) |
99000762 | Rolled-up Capacity Cost | Rolled-up Capacity Cost | Normal | Decimal | 12 | Rolled-up Capacity Cost | decimal(38,38) |
99000763 | Rolled-up Subcontracted Cost | Rolled-up Subcontracted Cost | Normal | Decimal | 12 | Rolled-up Subcontracted Cost | decimal(38,38) |
99000764 | Rolled-up Mfg. Ovhd Cost | Rolled-up Mfg. Ovhd Cost | Normal | Decimal | 12 | Rolled-up Mfg_ Ovhd Cost | decimal(38,38) |
99000765 | Rolled-up Cap. Overhead Cost | Rolled-up Cap. Overhead Cost | Normal | Decimal | 12 | Rolled-up Cap_ Overhead Cost | decimal(38,38) |
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 [Item Journal Line].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Journal Line] LEFT JOIN [User] AS [User] ON [Item 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 |