Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5741
Table Type: Company
Table Name: Transfer Line
Database Table Name: CRONUS UK Ltd_$Transfer 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 Transfer Line can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Transfer Line$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Document No_]
,[Line No_]
,[Item No_]
,[Quantity]
,[Unit of Measure]
,[Qty_ to Ship]
,[Qty_ to Receive]
,[Quantity Shipped]
,[Quantity Received]
,[Status]
,[Shortcut Dimension 1 Code]
,[Shortcut Dimension 2 Code]
,[Description]
,[Gen_ Prod_ Posting Group]
,[Inventory Posting Group]
,[Quantity (Base)]
,[Outstanding Qty_ (Base)]
,[Qty_ to Ship (Base)]
,[Qty_ Shipped (Base)]
,[Qty_ to Receive (Base)]
,[Qty_ Received (Base)]
,[Qty_ per Unit of Measure]
,[Unit of Measure Code]
,[Outstanding Quantity]
,[Gross Weight]
,[Net Weight]
,[Unit Volume]
,[Qty_ Rounding Precision]
,[Qty_ Rounding Precision (Base)]
,[Variant Code]
,[Units per Parcel]
,[Description 2]
,[In-Transit Code]
,[Qty_ in Transit]
,[Qty_ in Transit (Base)]
,[Transfer-from Code]
,[Transfer-to Code]
,[Shipment Date]
,[Receipt Date]
,[Derived From Line No_]
,[Shipping Agent Code]
,[Shipping Agent Service Code]
,[Appl_-to Item Entry]
,[Shipping Time]
,[Direct Transfer]
,[Dimension Set ID]
,[Item Category Code]
,[Product Group Code]
,[Completely Shipped]
,[Completely Received]
,[Outbound Whse_ Handling Time]
,[Inbound Whse_ Handling Time]
,[Transfer-from Bin Code]
,[Transfer-To Bin Code]
,[Planning Flexibility]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Transfer 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_$Transfer Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transfer Line]
LEFT JOIN
[CRONUS UK Ltd_$Unit of Measure$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Unit of Measure]
ON
[Transfer Line].[Unit of Measure] = [Unit of Measure].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Transfer Line].[Shortcut Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Transfer Line].[Shortcut Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Inventory Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Posting Group]
ON
[Transfer Line].[Inventory Posting Group] = [Inventory Posting Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant]
ON
[Transfer Line].[Variant Code] = [Item Variant].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Transfer Line].[Transfer-from Code] = [Location].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Transfer Line].[Transfer-to Code] = [Location].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Shipping Agent$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Shipping Agent]
ON
[Transfer Line].[Shipping Agent Code] = [Shipping Agent].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
ON
[Transfer Line].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
[CRONUS UK Ltd_$Item Category$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Category]
ON
[Transfer Line].[Item Category Code] = [Item Category].[Code]
LEFT JOIN
[User] AS [User]
ON
[Transfer Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Transfer Line].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Transfer Line table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Document No. | Document No. | Normal | Code | 20 | Document No_ | nvarchar(40) |
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 [Transfer Line].[Item No_] ,[Item].[No_] FROM [CRONUS UK Ltd_$Transfer Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transfer Line] LEFT JOIN [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item] ON [Transfer Line].[Item No_] = [Item].[No_] | |||||||
4 | Quantity | Quantity | Normal | Decimal | 12 | Quantity | decimal(38,38) |
5 | Unit of Measure | Unit of Measure | Normal | Text | 50 | Unit of Measure | nvarchar(100) |
Key to join to the Unit of Measure table.Show/hide example querySELECT [Transfer Line].[Unit of Measure] ,[Unit of Measure].[Code] FROM [CRONUS UK Ltd_$Transfer Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transfer Line] LEFT JOIN [CRONUS UK Ltd_$Unit of Measure$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Unit of Measure] ON [Transfer Line].[Unit of Measure] = [Unit of Measure].[Code] | |||||||
6 | Qty. to Ship | Qty. to Ship | Normal | Decimal | 12 | Qty_ to Ship | decimal(38,38) |
7 | Qty. to Receive | Qty. to Receive | Normal | Decimal | 12 | Qty_ to Receive | decimal(38,38) |
8 | Quantity Shipped | Quantity Shipped | Normal | Decimal | 12 | Quantity Shipped | decimal(38,38) |
9 | Quantity Received | Quantity Received | Normal | Decimal | 12 | Quantity Received | decimal(38,38) |
10 | Status | Status | Normal | Option | 4 | Status | int |
Available options are:
| |||||||
11 | 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 [Transfer Line].[Shortcut Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Transfer Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transfer Line] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Transfer Line].[Shortcut Dimension 1 Code] = [Dimension].[Code] | |||||||
12 | 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 [Transfer Line].[Shortcut Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Transfer Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transfer Line] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Transfer Line].[Shortcut Dimension 2 Code] = [Dimension].[Code] | |||||||
13 | Description | Description | Normal | Text | 100 | Description | nvarchar(200) |
14 | 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 [Transfer Line].[Gen_ Prod_ Posting Group] ,[Gen. Product Posting Group].[Code] FROM [CRONUS UK Ltd_$Transfer Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transfer Line] LEFT JOIN [CRONUS UK Ltd_$Gen_ Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Product Posting Group] ON [Transfer Line].[Gen_ Prod_ Posting Group] = [Gen. Product Posting Group].[Code] | |||||||
15 | 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 [Transfer Line].[Inventory Posting Group] ,[Inventory Posting Group].[Code] FROM [CRONUS UK Ltd_$Transfer Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transfer Line] LEFT JOIN [CRONUS UK Ltd_$Inventory Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Posting Group] ON [Transfer Line].[Inventory Posting Group] = [Inventory Posting Group].[Code] | |||||||
16 | Quantity (Base) | Quantity (Base) | Normal | Decimal | 12 | Quantity (Base) | decimal(38,38) |
17 | Outstanding Qty. (Base) | Outstanding Qty. (Base) | Normal | Decimal | 12 | Outstanding Qty_ (Base) | decimal(38,38) |
18 | Qty. to Ship (Base) | Qty. to Ship (Base) | Normal | Decimal | 12 | Qty_ to Ship (Base) | decimal(38,38) |
19 | Qty. Shipped (Base) | Qty. Shipped (Base) | Normal | Decimal | 12 | Qty_ Shipped (Base) | decimal(38,38) |
20 | Qty. to Receive (Base) | Qty. to Receive (Base) | Normal | Decimal | 12 | Qty_ to Receive (Base) | decimal(38,38) |
21 | Qty. Received (Base) | Qty. Received (Base) | Normal | Decimal | 12 | Qty_ Received (Base) | decimal(38,38) |
22 | Qty. per Unit of Measure | Qty. per Unit of Measure | Normal | Decimal | 12 | Qty_ per Unit of Measure | decimal(38,38) |
23 | Unit of Measure Code | Unit of Measure Code | Normal | Code | 10 | Unit of Measure Code | nvarchar(20) |
24 | Outstanding Quantity | Outstanding Quantity | Normal | Decimal | 12 | Outstanding Quantity | decimal(38,38) |
25 | Gross Weight | Gross Weight | Normal | Decimal | 12 | Gross Weight | decimal(38,38) |
26 | Net Weight | Net Weight | Normal | Decimal | 12 | Net Weight | decimal(38,38) |
27 | Unit Volume | Unit Volume | Normal | Decimal | 12 | Unit Volume | decimal(38,38) |
28 | Qty. Rounding Precision | Qty. Rounding Precision | Normal | Decimal | 12 | Qty_ Rounding Precision | decimal(38,38) |
29 | Qty. Rounding Precision (Base) | Qty. Rounding Precision (Base) | Normal | Decimal | 12 | Qty_ Rounding Precision (Base) | decimal(38,38) |
30 | Variant Code | Variant Code | Normal | Code | 10 | Variant Code | nvarchar(20) |
Key to join to the Item Variant table.Show/hide example querySELECT [Transfer Line].[Variant Code] ,[Item Variant].[Code] FROM [CRONUS UK Ltd_$Transfer Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transfer Line] LEFT JOIN [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant] ON [Transfer Line].[Variant Code] = [Item Variant].[Code] | |||||||
31 | Units per Parcel | Units per Parcel | Normal | Decimal | 12 | Units per Parcel | decimal(38,38) |
32 | Description 2 | Description 2 | Normal | Text | 50 | Description 2 | nvarchar(100) |
33 | In-Transit Code | In-Transit Code | Normal | Code | 10 | In-Transit Code | nvarchar(20) |
34 | Qty. in Transit | Qty. in Transit | Normal | Decimal | 12 | Qty_ in Transit | decimal(38,38) |
35 | Qty. in Transit (Base) | Qty. in Transit (Base) | Normal | Decimal | 12 | Qty_ in Transit (Base) | decimal(38,38) |
36 | Transfer-from Code | Transfer-from Code | Normal | Code | 10 | Transfer-from Code | nvarchar(20) |
Key to join to the Location table.Show/hide example querySELECT [Transfer Line].[Transfer-from Code] ,[Location].[Code] FROM [CRONUS UK Ltd_$Transfer Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transfer Line] LEFT JOIN [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location] ON [Transfer Line].[Transfer-from Code] = [Location].[Code] | |||||||
37 | Transfer-to Code | Transfer-to Code | Normal | Code | 10 | Transfer-to Code | nvarchar(20) |
Key to join to the Location table.Show/hide example querySELECT [Transfer Line].[Transfer-to Code] ,[Location].[Code] FROM [CRONUS UK Ltd_$Transfer Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transfer Line] LEFT JOIN [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location] ON [Transfer Line].[Transfer-to Code] = [Location].[Code] | |||||||
38 | Shipment Date | Shipment Date | Normal | Date | 4 | Shipment Date | datetime |
39 | Receipt Date | Receipt Date | Normal | Date | 4 | Receipt Date | datetime |
40 | Derived From Line No. | Derived From Line No. | Normal | Integer | 4 | Derived From Line No_ | int |
41 | Shipping Agent Code | Shipping Agent Code | Normal | Code | 10 | Shipping Agent Code | nvarchar(20) |
Key to join to the Shipping Agent table.Show/hide example querySELECT [Transfer Line].[Shipping Agent Code] ,[Shipping Agent].[Code] FROM [CRONUS UK Ltd_$Transfer Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transfer Line] LEFT JOIN [CRONUS UK Ltd_$Shipping Agent$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Shipping Agent] ON [Transfer Line].[Shipping Agent Code] = [Shipping Agent].[Code] | |||||||
42 | Shipping Agent Service Code | Shipping Agent Service Code | Normal | Code | 10 | Shipping Agent Service Code | nvarchar(20) |
43 | Appl.-to Item Entry | Appl.-to Item Entry | Normal | Integer | 4 | Appl_-to Item Entry | int |
50 | Reserved Quantity Inbnd. | Reserved Quantity Inbnd. | FlowField | Decimal | 12 | ||
51 | Reserved Quantity Outbnd. | Reserved Quantity Outbnd. | FlowField | Decimal | 12 | ||
52 | Reserved Qty. Inbnd. (Base) | Reserved Qty. Inbnd. (Base) | FlowField | Decimal | 12 | ||
53 | Reserved Qty. Outbnd. (Base) | Reserved Qty. Outbnd. (Base) | FlowField | Decimal | 12 | ||
54 | Shipping Time | Shipping Time | Normal | DateFormula | 32 | Shipping Time | varchar(32) |
55 | Reserved Quantity Shipped | Reserved Quantity Shipped | FlowField | Decimal | 12 | ||
56 | Reserved Qty. Shipped (Base) | Reserved Qty. Shipped (Base) | FlowField | Decimal | 12 | ||
70 | Direct Transfer | Direct Transfer | Normal | Boolean | 4 | Direct Transfer | tinyint |
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 [Transfer Line].[Dimension Set ID] ,[Dimension Set Entry].[Dimension Set ID] FROM [CRONUS UK Ltd_$Transfer Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transfer Line] LEFT JOIN [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry] ON [Transfer Line].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID] | |||||||
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 [Transfer Line].[Item Category Code] ,[Item Category].[Code] FROM [CRONUS UK Ltd_$Transfer Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transfer Line] LEFT JOIN [CRONUS UK Ltd_$Item Category$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Category] ON [Transfer Line].[Item Category Code] = [Item Category].[Code] | |||||||
5707 | Product Group Code | Product Group Code | Normal | Code | 10 | Product Group Code | nvarchar(20) |
5750 | Whse. Inbnd. Otsdg. Qty (Base) | Whse. Inbnd. Otsdg. Qty (Base) | FlowField | Decimal | 12 | ||
5751 | Whse Outbnd. Otsdg. Qty (Base) | Whse Outbnd. Otsdg. Qty (Base) | FlowField | Decimal | 12 | ||
5752 | Completely Shipped | Completely Shipped | Normal | Boolean | 4 | Completely Shipped | tinyint |
5753 | Completely Received | Completely Received | Normal | Boolean | 4 | Completely Received | tinyint |
5793 | Outbound Whse. Handling Time | Outbound Whse. Handling Time | Normal | DateFormula | 32 | Outbound Whse_ Handling Time | varchar(32) |
5794 | Inbound Whse. Handling Time | Inbound Whse. Handling Time | Normal | DateFormula | 32 | Inbound Whse_ Handling Time | varchar(32) |
7300 | Transfer-from Bin Code | Transfer-from Bin Code | Normal | Code | 20 | Transfer-from Bin Code | nvarchar(40) |
7301 | Transfer-To Bin Code | Transfer-To Bin Code | Normal | Code | 20 | Transfer-To Bin Code | nvarchar(40) |
10003 | Custom Transit Number | Custom Transit Number | Normal | Text | 30 | ||
99000755 | Planning Flexibility | Planning Flexibility | Normal | Option | 4 | Planning Flexibility | int |
Available options are:
| |||||||
2000000000 | $systemId | System ID | Normal | GUID | 16 | $systemId | uniqueidentifier |
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | $systemCreatedAt | datetime |
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | $systemCreatedBy | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [Transfer Line].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Transfer Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transfer Line] LEFT JOIN [User] AS [User] ON [Transfer Line].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |