Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5771
Table Type: Company
Table Name: Warehouse Source Filter
Database Table Name: CRONUS UK Ltd_$Warehouse Source Filter$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 Warehouse Source Filter can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Warehouse Source Filter$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Code]
,[Description]
,[Item No_ Filter]
,[Variant Code Filter]
,[Unit of Measure Filter]
,[Sell-to Customer No_ Filter]
,[Buy-from Vendor No_ Filter]
,[Customer No_ Filter]
,[Shipment Method Code Filter]
,[Shipping Agent Code Filter]
,[Shipping Advice Filter]
,[Do Not Fill Qty_ to Handle]
,[Show Filter Request]
,[Shipping Agent Service Filter]
,[In-Transit Code Filter]
,[Transfer-from Code Filter]
,[Transfer-to Code Filter]
,[Job No_]
,[Reserved From Stock]
,[Source No_ Filter]
,[Source Document]
,[Type]
,[Sales Orders]
,[Sales Return Orders]
,[Purchase Orders]
,[Purchase Return Orders]
,[Inbound Transfers]
,[Outbound Transfers]
,[Partial]
,[Complete]
,[Service Orders]
,[Job Task No_ Filter]
,[Prod_ Order No_]
,[Planned Delivery Date]
,[Planned Shipment Date]
,[Planned Receipt Date]
,[Expected Receipt Date]
,[Shipment Date]
,[Receipt Date]
,[Sales Shipment Date]
,[Prod_ Order Line No_ Filter]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Warehouse Source Filter$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Warehouse Source Filter$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Source Filter]
LEFT JOIN
[CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant]
ON
[Warehouse Source Filter].[Variant Code Filter] = [Item Variant].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Unit of Measure$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Unit of Measure]
ON
[Warehouse Source Filter].[Unit of Measure Filter] = [Unit of Measure].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Shipment Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipment Method]
ON
[Warehouse Source Filter].[Shipment Method Code Filter] = [Shipment Method].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Shipping Agent$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Shipping Agent]
ON
[Warehouse Source Filter].[Shipping Agent Code Filter] = [Shipping Agent].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Shipping Agent Services$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipping Agent Services]
ON
[Warehouse Source Filter].[Shipping Agent Service Filter] = [Shipping Agent Services].[Code]
LEFT JOIN
[User] AS [User]
ON
[Warehouse Source Filter].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Warehouse Source Filter].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Warehouse Source Filter table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Code | Code | Normal | Code | 10 | Code | nvarchar(20) |
2 | Description | Description | Normal | Text | 100 | Description | nvarchar(200) |
3 | Item No. Filter | Item No. Filter | Normal | Code | 100 | Item No_ Filter | nvarchar(200) |
Key to join to the Item table.Show/hide example querySELECT [Warehouse Source Filter].[Item No_ Filter] ,[Item].[No_] FROM [CRONUS UK Ltd_$Warehouse Source Filter$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Source Filter] LEFT JOIN [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item] ON [Warehouse Source Filter].[Item No_ Filter] = [Item].[No_] | |||||||
4 | Variant Code Filter | Variant Code Filter | Normal | Code | 100 | Variant Code Filter | nvarchar(200) |
Key to join to the Item Variant table.Show/hide example querySELECT [Warehouse Source Filter].[Variant Code Filter] ,[Item Variant].[Code] FROM [CRONUS UK Ltd_$Warehouse Source Filter$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Source Filter] LEFT JOIN [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant] ON [Warehouse Source Filter].[Variant Code Filter] = [Item Variant].[Code] | |||||||
5 | Unit of Measure Filter | Unit of Measure Filter | Normal | Code | 100 | Unit of Measure Filter | nvarchar(200) |
Key to join to the Unit of Measure table.Show/hide example querySELECT [Warehouse Source Filter].[Unit of Measure Filter] ,[Unit of Measure].[Code] FROM [CRONUS UK Ltd_$Warehouse Source Filter$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Source Filter] LEFT JOIN [CRONUS UK Ltd_$Unit of Measure$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Unit of Measure] ON [Warehouse Source Filter].[Unit of Measure Filter] = [Unit of Measure].[Code] | |||||||
6 | Sell-to Customer No. Filter | Sell-to Customer No. Filter | Normal | Code | 100 | Sell-to Customer No_ Filter | nvarchar(200) |
Key to join to the Customer table.Show/hide example querySELECT [Warehouse Source Filter].[Sell-to Customer No_ Filter] ,[Customer].[No_] FROM [CRONUS UK Ltd_$Warehouse Source Filter$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Source Filter] LEFT JOIN [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] ON [Warehouse Source Filter].[Sell-to Customer No_ Filter] = [Customer].[No_] | |||||||
7 | Buy-from Vendor No. Filter | Buy-from Vendor No. Filter | Normal | Code | 100 | Buy-from Vendor No_ Filter | nvarchar(200) |
Key to join to the Vendor table.Show/hide example querySELECT [Warehouse Source Filter].[Buy-from Vendor No_ Filter] ,[Vendor].[No_] FROM [CRONUS UK Ltd_$Warehouse Source Filter$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Source Filter] LEFT JOIN [CRONUS UK Ltd_$Vendor$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Vendor] ON [Warehouse Source Filter].[Buy-from Vendor No_ Filter] = [Vendor].[No_] | |||||||
8 | Customer No. Filter | Customer No. Filter | Normal | Code | 100 | Customer No_ Filter | nvarchar(200) |
Key to join to the Customer table.Show/hide example querySELECT [Warehouse Source Filter].[Customer No_ Filter] ,[Customer].[No_] FROM [CRONUS UK Ltd_$Warehouse Source Filter$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Source Filter] LEFT JOIN [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] ON [Warehouse Source Filter].[Customer No_ Filter] = [Customer].[No_] | |||||||
10 | Planned Delivery Date Filter | Planned Delivery Date Filter | FlowFilter | Date | 4 | ||
11 | Shipment Method Code Filter | Shipment Method Code Filter | Normal | Code | 100 | Shipment Method Code Filter | nvarchar(200) |
Key to join to the Shipment Method table.Show/hide example querySELECT [Warehouse Source Filter].[Shipment Method Code Filter] ,[Shipment Method].[Code] FROM [CRONUS UK Ltd_$Warehouse Source Filter$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Source Filter] LEFT JOIN [CRONUS UK Ltd_$Shipment Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipment Method] ON [Warehouse Source Filter].[Shipment Method Code Filter] = [Shipment Method].[Code] | |||||||
12 | Shipping Agent Code Filter | Shipping Agent Code Filter | Normal | Code | 100 | Shipping Agent Code Filter | nvarchar(200) |
Key to join to the Shipping Agent table.Show/hide example querySELECT [Warehouse Source Filter].[Shipping Agent Code Filter] ,[Shipping Agent].[Code] FROM [CRONUS UK Ltd_$Warehouse Source Filter$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Source Filter] LEFT JOIN [CRONUS UK Ltd_$Shipping Agent$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Shipping Agent] ON [Warehouse Source Filter].[Shipping Agent Code Filter] = [Shipping Agent].[Code] | |||||||
13 | Shipping Advice Filter | Shipping Advice Filter | Normal | Code | 100 | Shipping Advice Filter | nvarchar(200) |
15 | Do Not Fill Qty. to Handle | Do Not Fill Qty. to Handle | Normal | Boolean | 4 | Do Not Fill Qty_ to Handle | tinyint |
16 | Show Filter Request | Show Filter Request | Normal | Boolean | 4 | Show Filter Request | tinyint |
17 | Shipping Agent Service Filter | Shipping Agent Service Filter | Normal | Code | 100 | Shipping Agent Service Filter | nvarchar(200) |
Key to join to the Shipping Agent Services table.Show/hide example querySELECT [Warehouse Source Filter].[Shipping Agent Service Filter] ,[Shipping Agent Services].[Code] FROM [CRONUS UK Ltd_$Warehouse Source Filter$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Source Filter] LEFT JOIN [CRONUS UK Ltd_$Shipping Agent Services$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipping Agent Services] ON [Warehouse Source Filter].[Shipping Agent Service Filter] = [Shipping Agent Services].[Code] | |||||||
18 | In-Transit Code Filter | In-Transit Code Filter | Normal | Code | 100 | In-Transit Code Filter | nvarchar(200) |
19 | Transfer-from Code Filter | Transfer-from Code Filter | Normal | Code | 100 | Transfer-from Code Filter | nvarchar(200) |
20 | Transfer-to Code Filter | Transfer-to Code Filter | Normal | Code | 100 | Transfer-to Code Filter | nvarchar(200) |
21 | Planned Shipment Date Filter | Planned Shipment Date Filter | FlowFilter | Date | 4 | ||
22 | Planned Receipt Date Filter | Planned Receipt Date Filter | FlowFilter | Date | 4 | ||
23 | Expected Receipt Date Filter | Expected Receipt Date Filter | FlowFilter | Date | 4 | ||
24 | Shipment Date Filter | Outbound Date Filter | FlowFilter | Date | 4 | ||
25 | Receipt Date Filter | Inbound Date Filter | FlowFilter | Date | 4 | ||
28 | Sales Shipment Date Filter | Sales Shipment Date Filter | FlowFilter | Date | 4 | ||
45 | Job No. | Job No. | Normal | Code | 20 | Job No_ | nvarchar(40) |
Key to join to the Job table.Show/hide example querySELECT [Warehouse Source Filter].[Job No_] ,[Job].[No_] FROM [CRONUS UK Ltd_$Warehouse Source Filter$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Source Filter] LEFT JOIN [CRONUS UK Ltd_$Job$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job] ON [Warehouse Source Filter].[Job No_] = [Job].[No_] | |||||||
96 | Reserved From Stock | Reserved from Stock | Normal | Option | 4 | Reserved From Stock | int |
Available options are:
| |||||||
98 | Source No. Filter | Source No. Filter | Normal | Code | 100 | Source No_ Filter | nvarchar(200) |
99 | Source Document | Source Document | Normal | Code | 250 | Source Document | nvarchar(500) |
100 | Type | Type | Normal | Option | 4 | Type | int |
Available options are:
| |||||||
101 | Sales Orders | Sales Orders | Normal | Boolean | 4 | Sales Orders | tinyint |
102 | Sales Return Orders | Sales Return Orders | Normal | Boolean | 4 | Sales Return Orders | tinyint |
103 | Purchase Orders | Purchase Orders | Normal | Boolean | 4 | Purchase Orders | tinyint |
104 | Purchase Return Orders | Purchase Return Orders | Normal | Boolean | 4 | Purchase Return Orders | tinyint |
105 | Inbound Transfers | Inbound Transfers | Normal | Boolean | 4 | Inbound Transfers | tinyint |
106 | Outbound Transfers | Outbound Transfers | Normal | Boolean | 4 | Outbound Transfers | tinyint |
108 | Partial | Partial | Normal | Boolean | 4 | Partial | tinyint |
109 | Complete | Complete | Normal | Boolean | 4 | Complete | tinyint |
110 | Service Orders | Service Orders | Normal | Boolean | 4 | Service Orders | tinyint |
1001 | Job Task No. Filter | Job Task No. Filter | Normal | Code | 100 | Job Task No_ Filter | nvarchar(200) |
5401 | Prod. Order No. | Prod. Order No. | Normal | Code | 20 | Prod_ Order No_ | nvarchar(40) |
7300 | Planned Delivery Date | Planned Delivery Date | Normal | Text | 250 | Planned Delivery Date | nvarchar(500) |
7301 | Planned Shipment Date | Planned Shipment Date | Normal | Text | 250 | Planned Shipment Date | nvarchar(500) |
7302 | Planned Receipt Date | Planned Receipt Date | Normal | Text | 250 | Planned Receipt Date | nvarchar(500) |
7303 | Expected Receipt Date | Expected Receipt Date | Normal | Text | 250 | Expected Receipt Date | nvarchar(500) |
7304 | Shipment Date | Shipment Date | Normal | Text | 250 | Shipment Date | nvarchar(500) |
7305 | Receipt Date | Receipt Date | Normal | Text | 250 | Receipt Date | nvarchar(500) |
7306 | Sales Shipment Date | Sales Shipment Date | Normal | Text | 250 | Sales Shipment Date | nvarchar(500) |
99000754 | Prod. Order Line No. Filter | Prod. Order Line No. Filter | Normal | Text | 100 | Prod_ Order Line No_ Filter | nvarchar(200) |
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 [Warehouse Source Filter].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Warehouse Source Filter$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Source Filter] LEFT JOIN [User] AS [User] ON [Warehouse Source Filter].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |