Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/753
Table Type: Company
Table Name: Standard Item Journal Line
Database Table Name: CRONUS UK Ltd_$Standard 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 Standard Item Journal Line can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Standard 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_]
,[Entry Type]
,[Description]
,[Location Code]
,[Inventory Posting Group]
,[Quantity]
,[Unit Amount]
,[Unit Cost]
,[Amount]
,[Salespers__Purch_ Code]
,[Source Code]
,[Shortcut Dimension 1 Code]
,[Shortcut Dimension 2 Code]
,[Indirect Cost _]
,[Standard Journal Code]
,[Reason Code]
,[Transaction Type]
,[Transport Method]
,[Country_Region Code]
,[Qty_ (Calculated)]
,[Qty_ (Phys_ Inventory)]
,[Phys_ Inventory]
,[Gen_ Bus_ Posting Group]
,[Gen_ Prod_ Posting Group]
,[Entry_Exit Point]
,[Area]
,[Transaction Specification]
,[Posting No_ Series]
,[Dimension Set ID]
,[Variant Code]
,[Bin Code]
,[Qty_ per Unit of Measure]
,[Unit of Measure Code]
,[Qty_ Rounding Precision]
,[Qty_ Rounding Precision (Base)]
,[Quantity (Base)]
,[Originally Ordered No_]
,[Originally Ordered Var_ Code]
,[Item Category Code]
,[Nonstock]
,[Purchasing Code]
,[Product Group Code]
,[Value Entry Type]
,[Item Charge No_]
,[Correction]
,[Work Center No_]
,[Return Reason Code]
,[Price Calculation Method]
,[Overhead Rate]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Standard 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_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Standard 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
[Standard 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
[Standard Item Journal Line].[Source Code] = [Source Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Standard Item Journal Line].[Shortcut Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Standard 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
[Standard Item Journal Line].[Reason Code] = [Reason Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Transaction Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Type]
ON
[Standard Item Journal Line].[Transaction Type] = [Transaction Type].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Transport Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transport Method]
ON
[Standard Item Journal Line].[Transport Method] = [Transport Method].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Area]
ON
[Standard Item Journal Line].[Area] = [Area].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Transaction Specification$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Specification]
ON
[Standard Item Journal Line].[Transaction Specification] = [Transaction Specification].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
ON
[Standard Item Journal Line].[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
[Standard Item Journal Line].[Variant Code] = [Item Variant].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Bin$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bin]
ON
[Standard Item Journal Line].[Bin Code] = [Bin].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Item Category$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Category]
ON
[Standard Item Journal Line].[Item Category Code] = [Item Category].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Purchasing$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purchasing]
ON
[Standard Item Journal Line].[Purchasing Code] = [Purchasing].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Return Reason$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Return Reason]
ON
[Standard Item Journal Line].[Return Reason Code] = [Return Reason].[Code]
LEFT JOIN
[User] AS [User]
ON
[Standard Item Journal Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Standard Item Journal Line].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Standard 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 [Standard Item Journal Line].[Item No_] ,[Item].[No_] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item] ON [Standard Item Journal Line].[Item No_] = [Item].[No_] | |||||||
5 | Entry Type | Entry Type | Normal | Option | 4 | Entry Type | int |
Available options are:
| |||||||
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 [Standard Item Journal Line].[Location Code] ,[Location].[Code] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location] ON [Standard 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 [Standard Item Journal Line].[Inventory Posting Group] ,[Inventory Posting Group].[Code] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Inventory Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Posting Group] ON [Standard Item Journal Line].[Inventory Posting Group] = [Inventory Posting Group].[Code] | |||||||
13 | Quantity | Quantity | Normal | Decimal | 12 | 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) |
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 [Standard Item Journal Line].[Source Code] ,[Source Code].[Code] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code] ON [Standard Item Journal Line].[Source Code] = [Source Code].[Code] | |||||||
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 [Standard Item Journal Line].[Shortcut Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Standard 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 [Standard Item Journal Line].[Shortcut Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Standard Item Journal Line].[Shortcut Dimension 2 Code] = [Dimension].[Code] | |||||||
37 | Indirect Cost % | Indirect Cost % | Normal | Decimal | 12 | Indirect Cost _ | decimal(38,38) |
41 | Standard Journal Code | Standard Journal Code | Normal | Code | 10 | Standard Journal Code | 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 [Standard Item Journal Line].[Reason Code] ,[Reason Code].[Code] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code] ON [Standard Item Journal Line].[Reason Code] = [Reason Code].[Code] | |||||||
47 | Transaction Type | Transaction Type | Normal | Code | 10 | Transaction Type | nvarchar(20) |
Key to join to the Transaction Type table.Show/hide example querySELECT [Standard Item Journal Line].[Transaction Type] ,[Transaction Type].[Code] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Transaction Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Type] ON [Standard 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 [Standard Item Journal Line].[Transport Method] ,[Transport Method].[Code] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Transport Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transport Method] ON [Standard Item Journal Line].[Transport Method] = [Transport Method].[Code] | |||||||
49 | Country/Region Code | Country/Region Code | Normal | Code | 10 | Country_Region Code | nvarchar(20) |
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) |
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 [Standard Item Journal Line].[Gen_ Bus_ Posting Group] ,[Gen. Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Gen_ Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Business Posting Group] ON [Standard 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 [Standard Item Journal Line].[Gen_ Prod_ Posting Group] ,[Gen. Product Posting Group].[Code] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Gen_ Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Product Posting Group] ON [Standard 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) |
63 | Area | Area | Normal | Code | 10 | Area | nvarchar(20) |
Key to join to the Area table.Show/hide example querySELECT [Standard Item Journal Line].[Area] ,[Area].[Code] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Area] ON [Standard 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 [Standard Item Journal Line].[Transaction Specification] ,[Transaction Specification].[Code] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Transaction Specification$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Specification] ON [Standard 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 [Standard Item Journal Line].[Posting No_ Series] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Standard Item Journal Line].[Posting No_ Series] = [No. Series].[Code] | |||||||
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 [Standard Item Journal Line].[Dimension Set ID] ,[Dimension Set Entry].[Dimension Set ID] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry] ON [Standard Item Journal Line].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID] | |||||||
5402 | Variant Code | Variant Code | Normal | Code | 10 | Variant Code | nvarchar(20) |
Key to join to the Item Variant table.Show/hide example querySELECT [Standard Item Journal Line].[Variant Code] ,[Item Variant].[Code] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant] ON [Standard 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 [Standard Item Journal Line].[Bin Code] ,[Bin].[Code] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Bin$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bin] ON [Standard 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) |
5407 | Unit of Measure Code | Unit of Measure Code | Normal | Code | 10 | Unit of Measure Code | nvarchar(20) |
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) |
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 [Standard Item Journal Line].[Originally Ordered No_] ,[Item].[No_] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item] ON [Standard 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) |
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 [Standard Item Journal Line].[Item Category Code] ,[Item Category].[Code] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Item Category$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Category] ON [Standard 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 [Standard Item Journal Line].[Purchasing Code] ,[Purchasing].[Code] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Purchasing$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purchasing] ON [Standard Item Journal Line].[Purchasing Code] = [Purchasing].[Code] | |||||||
5707 | Product Group Code | Product Group Code | Normal | Code | 10 | Product Group Code | nvarchar(20) |
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 [Standard Item Journal Line].[Item Charge No_] ,[Item Charge].[No_] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Item Charge$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Charge] ON [Standard Item Journal Line].[Item Charge No_] = [Item Charge].[No_] | |||||||
5817 | Correction | Correction | Normal | Boolean | 4 | Correction | tinyint |
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 [Standard Item Journal Line].[Work Center No_] ,[Work Center].[No_] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Work Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Center] ON [Standard Item Journal Line].[Work Center No_] = [Work Center].[No_] | |||||||
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 [Standard Item Journal Line].[Return Reason Code] ,[Return Reason].[Code] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [CRONUS UK Ltd_$Return Reason$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Return Reason] ON [Standard 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:
| |||||||
99000755 | Overhead Rate | Overhead Rate | Normal | Decimal | 12 | Overhead Rate | 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 [Standard Item Journal Line].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Standard Item Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Item Journal Line] LEFT JOIN [User] AS [User] ON [Standard 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 |