Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/32
Table Type: Company
Table Name: Item Ledger Entry
Database Table Name: CRONUS UK Ltd_$Item 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 Item Ledger Entry can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Entry No_]
,[Item No_]
,[Posting Date]
,[Entry Type]
,[Source No_]
,[Document No_]
,[Description]
,[Location Code]
,[Quantity]
,[Remaining Quantity]
,[Invoiced Quantity]
,[Applies-to Entry]
,[Open]
,[Global Dimension 1 Code]
,[Global Dimension 2 Code]
,[Positive]
,[Shpt_ Method Code]
,[Source Type]
,[Drop Shipment]
,[Transaction Type]
,[Transport Method]
,[Country_Region Code]
,[Entry_Exit Point]
,[Document Date]
,[External Document No_]
,[Area]
,[Transaction Specification]
,[No_ Series]
,[Document Type]
,[Document Line No_]
,[Order Type]
,[Order No_]
,[Order Line No_]
,[Dimension Set ID]
,[Assemble to Order]
,[Job No_]
,[Job Task No_]
,[Job Purchase]
,[Variant Code]
,[Qty_ per Unit of Measure]
,[Unit of Measure Code]
,[Derived from Blanket Order]
,[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_]
,[Completely Invoiced]
,[Last Invoice Date]
,[Applied Entry to Adjust]
,[Correction]
,[Shipped Qty_ Not Returned]
,[Prod_ Order Comp_ Line No_]
,[Serial No_]
,[Lot No_]
,[Warranty Date]
,[Expiration Date]
,[Item Tracking]
,[Package No_]
,[Return Reason Code]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Item 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_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Item Ledger Entry].[Location Code] = [Location].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Item Ledger Entry].[Global Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Item Ledger Entry].[Global Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Transaction Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Type]
ON
[Item Ledger Entry].[Transaction Type] = [Transaction Type].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Transport Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transport Method]
ON
[Item Ledger Entry].[Transport Method] = [Transport Method].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Area]
ON
[Item Ledger Entry].[Area] = [Area].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Transaction Specification$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Specification]
ON
[Item Ledger Entry].[Transaction Specification] = [Transaction Specification].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Sales Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header]
ON
[Item Ledger Entry].[Document Type] = [Sales Header].[Document Type]
AND
[Item Ledger Entry].[Document No_] = [Sales Header].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
ON
[Item Ledger Entry].[Document Type] = [Sales Header Archive].[Document Type]
AND
[Item Ledger Entry].[Document No_] = [Sales Header Archive].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
ON
[Item 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
[Item Ledger Entry].[Shortcut Dimension 3 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Item Ledger Entry].[Shortcut Dimension 4 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Item Ledger Entry].[Shortcut Dimension 5 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Item Ledger Entry].[Shortcut Dimension 6 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Item Ledger Entry].[Shortcut Dimension 7 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Item Ledger Entry].[Shortcut Dimension 8 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant]
ON
[Item Ledger Entry].[Variant Code] = [Item Variant].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Item Category$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Category]
ON
[Item Ledger Entry].[Item Category Code] = [Item Category].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Purchasing$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purchasing]
ON
[Item Ledger Entry].[Purchasing Code] = [Purchasing].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Return Reason$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Return Reason]
ON
[Item Ledger Entry].[Return Reason Code] = [Return Reason].[Code]
LEFT JOIN
[User] AS [User]
ON
[Item Ledger Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Item Ledger Entry].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Item 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 | Item No. | Item No. | Normal | Code | 20 | Item No_ | nvarchar(40) |
Key to join to the Item table.Show/hide example querySELECT [Item Ledger Entry].[Item No_] ,[Item].[No_] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item] ON [Item Ledger Entry].[Item No_] = [Item].[No_] | |||||||
3 | Posting Date | Posting Date | Normal | Date | 4 | Posting Date | datetime |
4 | Entry Type | Entry Type | Normal | Option | 4 | Entry Type | int |
Available options are:
| |||||||
5 | Source No. | Source No. | Normal | Code | 20 | Source No_ | nvarchar(40) |
6 | Document No. | Document No. | Normal | Code | 20 | Document No_ | nvarchar(40) |
7 | Description | Description | Normal | Text | 100 | Description | nvarchar(200) |
8 | Location Code | Location Code | Normal | Code | 10 | Location Code | nvarchar(20) |
Key to join to the Location table.Show/hide example querySELECT [Item Ledger Entry].[Location Code] ,[Location].[Code] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location] ON [Item Ledger Entry].[Location Code] = [Location].[Code] | |||||||
12 | Quantity | Quantity | Normal | Decimal | 12 | Quantity | decimal(38,38) |
13 | Remaining Quantity | Remaining Quantity | Normal | Decimal | 12 | Remaining Quantity | decimal(38,38) |
14 | Invoiced Quantity | Invoiced Quantity | Normal | Decimal | 12 | Invoiced Quantity | decimal(38,38) |
28 | Applies-to Entry | Applies-to Entry | Normal | Integer | 4 | Applies-to Entry | int |
29 | Open | Open | Normal | Boolean | 4 | Open | tinyint |
33 | 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 [Item Ledger Entry].[Global Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Item Ledger Entry].[Global Dimension 1 Code] = [Dimension].[Code] | |||||||
34 | 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 [Item Ledger Entry].[Global Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Item Ledger Entry].[Global Dimension 2 Code] = [Dimension].[Code] | |||||||
36 | Positive | Positive | Normal | Boolean | 4 | Positive | tinyint |
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 Ledger Entry].[Shpt_ Method Code] ,[Shipment Method].[Code] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Shipment Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipment Method] ON [Item Ledger Entry].[Shpt_ Method Code] = [Shipment Method].[Code] | |||||||
41 | Source Type | Source Type | Normal | Option | 4 | Source Type | int |
Available options are:
| |||||||
47 | Drop Shipment | Drop Shipment | Normal | Boolean | 4 | Drop Shipment | tinyint |
50 | Transaction Type | Transaction Type | Normal | Code | 10 | Transaction Type | nvarchar(20) |
Key to join to the Transaction Type table.Show/hide example querySELECT [Item Ledger Entry].[Transaction Type] ,[Transaction Type].[Code] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Transaction Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Type] ON [Item Ledger Entry].[Transaction Type] = [Transaction Type].[Code] | |||||||
51 | Transport Method | Transport Method | Normal | Code | 10 | Transport Method | nvarchar(20) |
Key to join to the Transport Method table.Show/hide example querySELECT [Item Ledger Entry].[Transport Method] ,[Transport Method].[Code] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Transport Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transport Method] ON [Item Ledger Entry].[Transport Method] = [Transport Method].[Code] | |||||||
52 | Country/Region Code | Country/Region Code | Normal | Code | 10 | Country_Region Code | nvarchar(20) |
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 |
61 | External Document No. | External Document No. | Normal | Code | 35 | External Document No_ | nvarchar(70) |
62 | Area | Area | Normal | Code | 10 | Area | nvarchar(20) |
Key to join to the Area table.Show/hide example querySELECT [Item Ledger Entry].[Area] ,[Area].[Code] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Area] ON [Item Ledger Entry].[Area] = [Area].[Code] | |||||||
63 | Transaction Specification | Transaction Specification | Normal | Code | 10 | Transaction Specification | nvarchar(20) |
Key to join to the Transaction Specification table.Show/hide example querySELECT [Item Ledger Entry].[Transaction Specification] ,[Transaction Specification].[Code] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Transaction Specification$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Specification] ON [Item Ledger Entry].[Transaction Specification] = [Transaction Specification].[Code] | |||||||
64 | No. Series | No. Series | Normal | Code | 20 | No_ Series | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Item Ledger Entry].[No_ Series] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Item Ledger Entry].[No_ Series] = [No. Series].[Code] | |||||||
70 | Reserved Quantity | Reserved Quantity | FlowField | Decimal | 12 | ||
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 |
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 Ledger Entry].[Dimension Set ID] ,[Dimension Set Entry].[Dimension Set ID] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry] ON [Item 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 [Item Ledger Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Item 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 [Item Ledger Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Item 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 [Item Ledger Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Item 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 [Item Ledger Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Item 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 [Item Ledger Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Item 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 [Item Ledger Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Item Ledger Entry].[] = [Dimension].[Code] | |||||||
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 Ledger Entry].[Job No_] ,[Job].[No_] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Job$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job] ON [Item Ledger Entry].[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 |
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 Ledger Entry].[Variant Code] ,[Item Variant].[Code] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant] ON [Item Ledger Entry].[Variant Code] = [Item Variant].[Code] | |||||||
5404 | Qty. per Unit of Measure | Qty. per Unit of Measure | Normal | Decimal | 12 | Qty_ per Unit of Measure | decimal(38,38) |
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 |
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 Ledger Entry].[Originally Ordered No_] ,[Item].[No_] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item] ON [Item Ledger Entry].[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 Ledger Entry].[Item Category Code] ,[Item Category].[Code] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Item Category$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Category] ON [Item Ledger Entry].[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 Ledger Entry].[Purchasing Code] ,[Purchasing].[Code] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Purchasing$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purchasing] ON [Item Ledger Entry].[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) |
5800 | Completely Invoiced | Completely Invoiced | Normal | Boolean | 4 | Completely Invoiced | tinyint |
5801 | Last Invoice Date | Last Invoice Date | Normal | Date | 4 | Last Invoice Date | datetime |
5802 | Applied Entry to Adjust | Applied Entry to Adjust | Normal | Boolean | 4 | Applied Entry to Adjust | tinyint |
5803 | Cost Amount (Expected) | Cost Amount (Expected) | FlowField | Decimal | 12 | ||
5804 | Cost Amount (Actual) | Cost Amount (Actual) | FlowField | Decimal | 12 | ||
5805 | Cost Amount (Non-Invtbl.) | Cost Amount (Non-Invtbl.) | FlowField | Decimal | 12 | ||
5806 | Cost Amount (Expected) (ACY) | Cost Amount (Expected) (ACY) | FlowField | Decimal | 12 | ||
5807 | Cost Amount (Actual) (ACY) | Cost Amount (Actual) (ACY) | FlowField | Decimal | 12 | ||
5808 | Cost Amount (Non-Invtbl.)(ACY) | Cost Amount (Non-Invtbl.)(ACY) | FlowField | Decimal | 12 | ||
5813 | Purchase Amount (Expected) | Purchase Amount (Expected) | FlowField | Decimal | 12 | ||
5814 | Purchase Amount (Actual) | Purchase Amount (Actual) | FlowField | Decimal | 12 | ||
5815 | Sales Amount (Expected) | Sales Amount (Expected) | FlowField | Decimal | 12 | ||
5816 | Sales Amount (Actual) | Sales Amount (Actual) | FlowField | Decimal | 12 | ||
5817 | Correction | Correction | Normal | Boolean | 4 | Correction | tinyint |
5818 | Shipped Qty. Not Returned | Shipped Qty. Not Returned | Normal | Decimal | 12 | Shipped Qty_ Not Returned | decimal(38,38) |
5833 | Prod. Order Comp. Line No. | Prod. Order Comp. Line No. | Normal | Integer | 4 | Prod_ Order Comp_ Line No_ | int |
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 | Expiration Date | Expiration Date | Normal | Date | 4 | Expiration Date | datetime |
6510 | Item Tracking | Item Tracking | Normal | Option | 4 | Item Tracking | int |
Available options are:
| |||||||
6515 | Package No. | Package No. | Normal | Code | 50 | Package No_ | nvarchar(100) |
6602 | 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 Ledger Entry].[Return Reason Code] ,[Return Reason].[Code] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [CRONUS UK Ltd_$Return Reason$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Return Reason] ON [Item Ledger Entry].[Return Reason Code] = [Return Reason].[Code] | |||||||
2000000000 | $systemId | System ID | Normal | GUID | 16 | $systemId | uniqueidentifier |
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | $systemCreatedAt | datetime |
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | $systemCreatedBy | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [Item Ledger Entry].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] LEFT JOIN [User] AS [User] ON [Item 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 |