Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5802
Table Type: Company
Table Name: Value Entry
Database Table Name: CRONUS UK Ltd_$Value 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 Value Entry can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Entry No_]
,[Item No_]
,[Posting Date]
,[Item Ledger Entry Type]
,[Source No_]
,[Document No_]
,[Description]
,[Location Code]
,[Inventory Posting Group]
,[Source Posting Group]
,[Item Ledger Entry No_]
,[Valued Quantity]
,[Item Ledger Entry Quantity]
,[Invoiced Quantity]
,[Cost per Unit]
,[Sales Amount (Actual)]
,[Salespers__Purch_ Code]
,[Discount Amount]
,[User ID]
,[Source Code]
,[Applies-to Entry]
,[Global Dimension 1 Code]
,[Global Dimension 2 Code]
,[Source Type]
,[Cost Amount (Actual)]
,[Cost Posted to G_L]
,[Reason Code]
,[Drop Shipment]
,[Journal Batch Name]
,[Gen_ Bus_ Posting Group]
,[Gen_ Prod_ Posting Group]
,[Document Date]
,[External Document No_]
,[Cost Amount (Actual) (ACY)]
,[Cost Posted to G_L (ACY)]
,[Cost per Unit (ACY)]
,[Document Type]
,[Document Line No_]
,[VAT Reporting Date]
,[Order Type]
,[Order No_]
,[Order Line No_]
,[Expected Cost]
,[Item Charge No_]
,[Valued By Average Cost]
,[Partial Revaluation]
,[Inventoriable]
,[Valuation Date]
,[Entry Type]
,[Variance Type]
,[Purchase Amount (Actual)]
,[Purchase Amount (Expected)]
,[Sales Amount (Expected)]
,[Cost Amount (Expected)]
,[Cost Amount (Non-Invtbl_)]
,[Cost Amount (Expected) (ACY)]
,[Cost Amount (Non-Invtbl_)(ACY)]
,[Expected Cost Posted to G_L]
,[Exp_ Cost Posted to G_L (ACY)]
,[Dimension Set ID]
,[Job No_]
,[Job Task No_]
,[Job Ledger Entry No_]
,[Variant Code]
,[Adjustment]
,[Average Cost Exception]
,[Capacity Ledger Entry No_]
,[Type]
,[No_]
,[Return Reason Code]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Value 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_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Value Entry].[Location Code] = [Location].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Inventory Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Posting Group]
ON
[Value Entry].[Inventory Posting Group] = [Inventory Posting Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code]
ON
[Value Entry].[Source Code] = [Source Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Value Entry].[Global Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Value Entry].[Global Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code]
ON
[Value Entry].[Reason Code] = [Reason Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
ON
[Value Entry].[Document Type] = [Sales Header Archive].[Document Type]
AND
[Value Entry].[Document No_] = [Sales Header Archive].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Sales Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header]
ON
[Value Entry].[Document Type] = [Sales Header].[Document Type]
AND
[Value Entry].[Document No_] = [Sales Header].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
ON
[Value Entry].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Value Entry].[Shortcut Dimension 3 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Value Entry].[Shortcut Dimension 4 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Value Entry].[Shortcut Dimension 5 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Value Entry].[Shortcut Dimension 6 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Value Entry].[Shortcut Dimension 7 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Value Entry].[Shortcut Dimension 8 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant]
ON
[Value Entry].[Variant Code] = [Item Variant].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Return Reason$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Return Reason]
ON
[Value Entry].[Return Reason Code] = [Return Reason].[Code]
LEFT JOIN
[User] AS [User]
ON
[Value Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Value Entry].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Value 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 [Value Entry].[Item No_] ,[Item].[No_] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item] ON [Value Entry].[Item No_] = [Item].[No_] | |||||||
3 | Posting Date | Posting Date | Normal | Date | 4 | Posting Date | datetime |
4 | Item Ledger Entry Type | Item Ledger Entry Type | Normal | Option | 4 | Item Ledger 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 [Value Entry].[Location Code] ,[Location].[Code] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location] ON [Value Entry].[Location Code] = [Location].[Code] | |||||||
9 | 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 [Value Entry].[Inventory Posting Group] ,[Inventory Posting Group].[Code] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Inventory Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Posting Group] ON [Value Entry].[Inventory Posting Group] = [Inventory Posting Group].[Code] | |||||||
10 | Source Posting Group | Source Posting Group | Normal | Code | 20 | Source Posting Group | nvarchar(40) |
11 | Item Ledger Entry No. | Item Ledger Entry No. | Normal | Integer | 4 | Item Ledger Entry No_ | int |
Key to join to the Item Ledger Entry table.Show/hide example querySELECT [Value Entry].[Item Ledger Entry No_] ,[Item Ledger Entry].[Entry No_] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry] ON [Value Entry].[Item Ledger Entry No_] = [Item Ledger Entry].[Entry No_] | |||||||
12 | Valued Quantity | Valued Quantity | Normal | Decimal | 12 | Valued Quantity | decimal(38,38) |
13 | Item Ledger Entry Quantity | Item Ledger Entry Quantity | Normal | Decimal | 12 | Item Ledger Entry Quantity | decimal(38,38) |
14 | Invoiced Quantity | Invoiced Quantity | Normal | Decimal | 12 | Invoiced Quantity | decimal(38,38) |
15 | Cost per Unit | Cost per Unit | Normal | Decimal | 12 | Cost per Unit | decimal(38,38) |
17 | Sales Amount (Actual) | Sales Amount (Actual) | Normal | Decimal | 12 | Sales Amount (Actual) | decimal(38,38) |
22 | Salespers./Purch. Code | Salespers./Purch. Code | Normal | Code | 20 | Salespers__Purch_ Code | nvarchar(40) |
23 | Discount Amount | Discount Amount | Normal | Decimal | 12 | Discount Amount | decimal(38,38) |
24 | User ID | User ID | Normal | Code | 50 | User ID | nvarchar(100) |
25 | Source Code | Source Code | Normal | Code | 10 | Source Code | nvarchar(20) |
Key to join to the Source Code table.Show/hide example querySELECT [Value Entry].[Source Code] ,[Source Code].[Code] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code] ON [Value Entry].[Source Code] = [Source Code].[Code] | |||||||
28 | Applies-to Entry | Applies-to Entry | Normal | Integer | 4 | Applies-to Entry | int |
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 [Value Entry].[Global Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Value 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 [Value Entry].[Global Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Value Entry].[Global Dimension 2 Code] = [Dimension].[Code] | |||||||
41 | Source Type | Source Type | Normal | Option | 4 | Source Type | int |
Available options are:
| |||||||
43 | Cost Amount (Actual) | Cost Amount (Actual) | Normal | Decimal | 12 | Cost Amount (Actual) | decimal(38,38) |
45 | Cost Posted to G/L | Cost Posted to G/L | Normal | Decimal | 12 | Cost Posted to G_L | decimal(38,38) |
46 | Reason Code | Reason Code | Normal | Code | 10 | Reason Code | nvarchar(20) |
Key to join to the Reason Code table.Show/hide example querySELECT [Value Entry].[Reason Code] ,[Reason Code].[Code] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code] ON [Value Entry].[Reason Code] = [Reason Code].[Code] | |||||||
47 | Drop Shipment | Drop Shipment | Normal | Boolean | 4 | Drop Shipment | tinyint |
48 | Journal Batch Name | Journal Batch Name | Normal | Code | 10 | Journal Batch Name | nvarchar(20) |
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 [Value Entry].[Gen_ Bus_ Posting Group] ,[Gen. Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Gen_ Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Business Posting Group] ON [Value Entry].[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 [Value Entry].[Gen_ Prod_ Posting Group] ,[Gen. Product Posting Group].[Code] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Gen_ Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Product Posting Group] ON [Value Entry].[Gen_ Prod_ Posting Group] = [Gen. Product Posting Group].[Code] | |||||||
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) |
68 | Cost Amount (Actual) (ACY) | Cost Amount (Actual) (ACY) | Normal | Decimal | 12 | Cost Amount (Actual) (ACY) | decimal(38,38) |
70 | Cost Posted to G/L (ACY) | Cost Posted to G/L (ACY) | Normal | Decimal | 12 | Cost Posted to G_L (ACY) | decimal(38,38) |
72 | Cost per Unit (ACY) | Cost per Unit (ACY) | Normal | Decimal | 12 | Cost per Unit (ACY) | decimal(38,38) |
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 |
98 | Expected Cost | Expected Cost | Normal | Boolean | 4 | Expected Cost | tinyint |
99 | 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 [Value Entry].[Item Charge No_] ,[Item Charge].[No_] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Item Charge$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Charge] ON [Value Entry].[Item Charge No_] = [Item Charge].[No_] | |||||||
100 | Valued By Average Cost | Valued By Average Cost | Normal | Boolean | 4 | Valued By Average Cost | tinyint |
102 | Partial Revaluation | Partial Revaluation | Normal | Boolean | 4 | Partial Revaluation | tinyint |
103 | Inventoriable | Inventoriable | Normal | Boolean | 4 | Inventoriable | tinyint |
104 | Valuation Date | Valuation Date | Normal | Date | 4 | Valuation Date | datetime |
105 | Entry Type | Entry Type | Normal | Option | 4 | Entry Type | int |
Available options are:
| |||||||
106 | Variance Type | Variance Type | Normal | Option | 4 | Variance Type | int |
Available options are:
| |||||||
148 | Purchase Amount (Actual) | Purchase Amount (Actual) | Normal | Decimal | 12 | Purchase Amount (Actual) | decimal(38,38) |
149 | Purchase Amount (Expected) | Purchase Amount (Expected) | Normal | Decimal | 12 | Purchase Amount (Expected) | decimal(38,38) |
150 | Sales Amount (Expected) | Sales Amount (Expected) | Normal | Decimal | 12 | Sales Amount (Expected) | decimal(38,38) |
151 | Cost Amount (Expected) | Cost Amount (Expected) | Normal | Decimal | 12 | Cost Amount (Expected) | decimal(38,38) |
152 | Cost Amount (Non-Invtbl.) | Cost Amount (Non-Invtbl.) | Normal | Decimal | 12 | Cost Amount (Non-Invtbl_) | decimal(38,38) |
156 | Cost Amount (Expected) (ACY) | Cost Amount (Expected) (ACY) | Normal | Decimal | 12 | Cost Amount (Expected) (ACY) | decimal(38,38) |
157 | Cost Amount (Non-Invtbl.)(ACY) | Cost Amount (Non-Invtbl.)(ACY) | Normal | Decimal | 12 | Cost Amount (Non-Invtbl_)(ACY) | decimal(38,38) |
158 | Expected Cost Posted to G/L | Expected Cost Posted to G/L | Normal | Decimal | 12 | Expected Cost Posted to G_L | decimal(38,38) |
159 | Exp. Cost Posted to G/L (ACY) | Exp. Cost Posted to G/L (ACY) | Normal | Decimal | 12 | Exp_ Cost Posted to G_L (ACY) | 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 [Value Entry].[Dimension Set ID] ,[Dimension Set Entry].[Dimension Set ID] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry] ON [Value 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 [Value Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Value 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 [Value Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Value 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 [Value Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Value 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 [Value Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Value 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 [Value Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Value 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 [Value Entry].[] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Value Entry].[] = [Dimension].[Code] | |||||||
1000 | Job No. | Job No. | Normal | Code | 20 | Job No_ | nvarchar(40) |
Key to join to the Job table.Show/hide example querySELECT [Value Entry].[Job No_] ,[Job].[No_] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Job$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job] ON [Value Entry].[Job No_] = [Job].[No_] | |||||||
1001 | Job Task No. | Job Task No. | Normal | Code | 20 | Job Task No_ | nvarchar(40) |
1002 | Job Ledger Entry No. | Job Ledger Entry No. | Normal | Integer | 4 | Job Ledger Entry No_ | int |
Key to join to the Job Ledger Entry table.Show/hide example querySELECT [Value Entry].[Job Ledger Entry No_] ,[Job Ledger Entry].[Entry No_] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Job Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Ledger Entry] ON [Value Entry].[Job Ledger Entry No_] = [Job Ledger Entry].[Entry No_] | |||||||
5402 | Variant Code | Variant Code | Normal | Code | 10 | Variant Code | nvarchar(20) |
Key to join to the Item Variant table.Show/hide example querySELECT [Value Entry].[Variant Code] ,[Item Variant].[Code] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant] ON [Value Entry].[Variant Code] = [Item Variant].[Code] | |||||||
5818 | Adjustment | Adjustment | Normal | Boolean | 4 | Adjustment | tinyint |
5819 | Average Cost Exception | Average Cost Exception | Normal | Boolean | 4 | Average Cost Exception | tinyint |
5831 | Capacity Ledger Entry No. | Capacity Ledger Entry No. | Normal | Integer | 4 | Capacity Ledger Entry No_ | int |
Key to join to the Capacity Ledger Entry table.Show/hide example querySELECT [Value Entry].[Capacity Ledger Entry No_] ,[Capacity Ledger Entry].[Entry No_] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Capacity Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Capacity Ledger Entry] ON [Value Entry].[Capacity Ledger Entry No_] = [Capacity Ledger Entry].[Entry No_] | |||||||
5832 | Type | Type | Normal | Option | 4 | Type | int |
Available options are:
| |||||||
5834 | No. | No. | Normal | Code | 20 | No_ | nvarchar(40) |
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 [Value Entry].[Return Reason Code] ,[Return Reason].[Code] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [CRONUS UK Ltd_$Return Reason$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Return Reason] ON [Value 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 [Value Entry].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Value Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Value Entry] LEFT JOIN [User] AS [User] ON [Value Entry].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |