Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/99000758
Table Type: Company
Table Name: Machine Center
Database Table Name: CRONUS UK Ltd_$Machine Center$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 Machine Center can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Machine Center$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[No_]
,[Name]
,[Search Name]
,[Name 2]
,[Address]
,[Address 2]
,[City]
,[Post Code]
,[Work Center No_]
,[Direct Unit Cost]
,[Indirect Cost _]
,[Unit Cost]
,[Queue Time]
,[Queue Time Unit of Meas_ Code]
,[Last Date Modified]
,[Capacity]
,[Efficiency]
,[Maximum Efficiency]
,[Minimum Efficiency]
,[Blocked]
,[Setup Time]
,[Wait Time]
,[Move Time]
,[Fixed Scrap Quantity]
,[Scrap _]
,[Setup Time Unit of Meas_ Code]
,[Wait Time Unit of Meas_ Code]
,[Send-Ahead Quantity]
,[Move Time Unit of Meas_ Code]
,[Flushing Method]
,[Minimum Process Time]
,[Maximum Process Time]
,[Concurrent Capacities]
,[No_ Series]
,[Overhead Rate]
,[Gen_ Prod_ Posting Group]
,[County]
,[Country_Region Code]
,[Location Code]
,[Open Shop Floor Bin Code]
,[To-Production Bin Code]
,[From-Production Bin Code]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Machine Center$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Machine Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Machine Center]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Machine Center].[City] = [Post Code].[City]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Machine Center].[Post Code] = [Post Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Work Shift$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Shift]
ON
[Machine Center].[Work Shift Filter] = [Work Shift].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item]
ON
[Machine Center].[Item Filter] = [Item].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Stop$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Stop]
ON
[Machine Center].[Stop Code Filter] = [Stop].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Scrap$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Scrap]
ON
[Machine Center].[Scrap Code Filter] = [Scrap].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Machine Center].[Location Code] = [Location].[Code]
LEFT JOIN
[User] AS [User]
ON
[Machine Center].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Machine Center].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Machine Center table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | No. | No. | Normal | Code | 20 | No_ | nvarchar(40) |
3 | Name | Name | Normal | Text | 100 | Name | nvarchar(200) |
4 | Search Name | Search Name | Normal | Code | 100 | Search Name | nvarchar(200) |
5 | Name 2 | Name 2 | Normal | Text | 50 | Name 2 | nvarchar(100) |
6 | Address | Address | Normal | Text | 100 | Address | nvarchar(200) |
7 | Address 2 | Address 2 | Normal | Text | 50 | Address 2 | nvarchar(100) |
8 | City | City | Normal | Text | 30 | City | nvarchar(60) |
Key to join to the Post Code table.Show/hide example querySELECT [Machine Center].[City] ,[Post Code].[City] FROM [CRONUS UK Ltd_$Machine Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Machine Center] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Machine Center].[City] = [Post Code].[City] | |||||||
9 | Post Code | ZIP Code | Normal | Code | 20 | Post Code | nvarchar(40) |
Key to join to the Post Code table.Show/hide example querySELECT [Machine Center].[Post Code] ,[Post Code].[Code] FROM [CRONUS UK Ltd_$Machine Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Machine Center] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Machine Center].[Post Code] = [Post Code].[Code] | |||||||
14 | 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 [Machine Center].[Work Center No_] ,[Work Center].[No_] FROM [CRONUS UK Ltd_$Machine Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Machine Center] LEFT JOIN [CRONUS UK Ltd_$Work Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Center] ON [Machine Center].[Work Center No_] = [Work Center].[No_] | |||||||
19 | Direct Unit Cost | Direct Unit Cost | Normal | Decimal | 12 | Direct Unit Cost | decimal(38,38) |
20 | Indirect Cost % | Indirect Cost % | Normal | Decimal | 12 | Indirect Cost _ | decimal(38,38) |
21 | Unit Cost | Unit Cost | Normal | Decimal | 12 | Unit Cost | decimal(38,38) |
22 | Queue Time | Queue Time | Normal | Decimal | 12 | Queue Time | decimal(38,38) |
23 | Queue Time Unit of Meas. Code | Queue Time Unit of Meas. Code | Normal | Code | 10 | Queue Time Unit of Meas_ Code | nvarchar(20) |
Key to join to the Capacity Unit of Measure table.Show/hide example querySELECT [Machine Center].[Queue Time Unit of Meas_ Code] ,[Capacity Unit of Measure].[Code] FROM [CRONUS UK Ltd_$Machine Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Machine Center] LEFT JOIN [CRONUS UK Ltd_$Capacity Unit of Measure$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Capacity Unit of Measure] ON [Machine Center].[Queue Time Unit of Meas_ Code] = [Capacity Unit of Measure].[Code] | |||||||
26 | Last Date Modified | Last Date Modified | Normal | Date | 4 | Last Date Modified | datetime |
27 | Comment | Comment | FlowField | Boolean | 4 | ||
31 | Capacity | Capacity | Normal | Decimal | 12 | Capacity | decimal(38,38) |
32 | Efficiency | Efficiency | Normal | Decimal | 12 | Efficiency | decimal(38,38) |
33 | Maximum Efficiency | Maximum Efficiency | Normal | Decimal | 12 | Maximum Efficiency | decimal(38,38) |
34 | Minimum Efficiency | Minimum Efficiency | Normal | Decimal | 12 | Minimum Efficiency | decimal(38,38) |
38 | Blocked | Blocked | Normal | Boolean | 4 | Blocked | tinyint |
39 | Date Filter | Date Filter | FlowFilter | Date | 4 | ||
40 | Work Shift Filter | Work Shift Filter | FlowFilter | Code | 10 | ||
Key to join to the Work Shift table.Show/hide example querySELECT [Machine Center].[] ,[Work Shift].[Code] FROM [CRONUS UK Ltd_$Machine Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Machine Center] LEFT JOIN [CRONUS UK Ltd_$Work Shift$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Shift] ON [Machine Center].[] = [Work Shift].[Code] | |||||||
41 | Capacity (Total) | Capacity (Total) | FlowField | Decimal | 12 | ||
42 | Capacity (Effective) | Capacity (Effective) | FlowField | Decimal | 12 | ||
44 | Prod. Order Need (Qty.) | Prod. Order Need (Qty.) | FlowField | Decimal | 12 | ||
45 | Prod. Order Need Amount | Prod. Order Need Amount | FlowField | Decimal | 12 | ||
47 | Prod. Order Status Filter | Prod. Order Status Filter | FlowFilter | Option | 4 | ||
50 | Setup Time | Setup Time | Normal | Decimal | 12 | Setup Time | decimal(38,38) |
52 | Wait Time | Wait Time | Normal | Decimal | 12 | Wait Time | decimal(38,38) |
53 | Move Time | Move Time | Normal | Decimal | 12 | Move Time | decimal(38,38) |
54 | Fixed Scrap Quantity | Fixed Scrap Quantity | Normal | Decimal | 12 | Fixed Scrap Quantity | decimal(38,38) |
55 | Scrap % | Scrap % | Normal | Decimal | 12 | Scrap _ | decimal(38,38) |
56 | Setup Time Unit of Meas. Code | Setup Time Unit of Meas. Code | Normal | Code | 10 | Setup Time Unit of Meas_ Code | nvarchar(20) |
Key to join to the Capacity Unit of Measure table.Show/hide example querySELECT [Machine Center].[Setup Time Unit of Meas_ Code] ,[Capacity Unit of Measure].[Code] FROM [CRONUS UK Ltd_$Machine Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Machine Center] LEFT JOIN [CRONUS UK Ltd_$Capacity Unit of Measure$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Capacity Unit of Measure] ON [Machine Center].[Setup Time Unit of Meas_ Code] = [Capacity Unit of Measure].[Code] | |||||||
57 | Wait Time Unit of Meas. Code | Wait Time Unit of Meas. Code | Normal | Code | 10 | Wait Time Unit of Meas_ Code | nvarchar(20) |
Key to join to the Capacity Unit of Measure table.Show/hide example querySELECT [Machine Center].[Wait Time Unit of Meas_ Code] ,[Capacity Unit of Measure].[Code] FROM [CRONUS UK Ltd_$Machine Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Machine Center] LEFT JOIN [CRONUS UK Ltd_$Capacity Unit of Measure$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Capacity Unit of Measure] ON [Machine Center].[Wait Time Unit of Meas_ Code] = [Capacity Unit of Measure].[Code] | |||||||
58 | Send-Ahead Quantity | Send-Ahead Quantity | Normal | Decimal | 12 | Send-Ahead Quantity | decimal(38,38) |
59 | Move Time Unit of Meas. Code | Move Time Unit of Meas. Code | Normal | Code | 10 | Move Time Unit of Meas_ Code | nvarchar(20) |
Key to join to the Capacity Unit of Measure table.Show/hide example querySELECT [Machine Center].[Move Time Unit of Meas_ Code] ,[Capacity Unit of Measure].[Code] FROM [CRONUS UK Ltd_$Machine Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Machine Center] LEFT JOIN [CRONUS UK Ltd_$Capacity Unit of Measure$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Capacity Unit of Measure] ON [Machine Center].[Move Time Unit of Meas_ Code] = [Capacity Unit of Measure].[Code] | |||||||
60 | Flushing Method | Flushing Method | Normal | Option | 4 | Flushing Method | int |
Available options are:
| |||||||
62 | Minimum Process Time | Minimum Process Time | Normal | Decimal | 12 | Minimum Process Time | decimal(38,38) |
63 | Maximum Process Time | Maximum Process Time | Normal | Decimal | 12 | Maximum Process Time | decimal(38,38) |
64 | Concurrent Capacities | Concurrent Capacities | Normal | Decimal | 12 | Concurrent Capacities | decimal(38,38) |
65 | Item Filter | Item Filter | FlowFilter | Code | 20 | ||
Key to join to the Item table.Show/hide example querySELECT [Machine Center].[] ,[Item].[No_] FROM [CRONUS UK Ltd_$Machine Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Machine Center] LEFT JOIN [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item] ON [Machine Center].[] = [Item].[No_] | |||||||
66 | Stop Code Filter | Stop Code Filter | FlowFilter | Code | 10 | ||
Key to join to the Stop table.Show/hide example querySELECT [Machine Center].[] ,[Stop].[Code] FROM [CRONUS UK Ltd_$Machine Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Machine Center] LEFT JOIN [CRONUS UK Ltd_$Stop$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Stop] ON [Machine Center].[] = [Stop].[Code] | |||||||
67 | Scrap Code Filter | Scrap Code Filter | FlowFilter | Code | 10 | ||
Key to join to the Scrap table.Show/hide example querySELECT [Machine Center].[] ,[Scrap].[Code] FROM [CRONUS UK Ltd_$Machine Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Machine Center] LEFT JOIN [CRONUS UK Ltd_$Scrap$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Scrap] ON [Machine Center].[] = [Scrap].[Code] | |||||||
80 | No. Series | No. Series | Normal | Code | 20 | No_ Series | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Machine Center].[No_ Series] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Machine Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Machine Center] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Machine Center].[No_ Series] = [No. Series].[Code] | |||||||
81 | Overhead Rate | Overhead Rate | Normal | Decimal | 12 | Overhead Rate | decimal(38,38) |
82 | 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 [Machine Center].[Gen_ Prod_ Posting Group] ,[Gen. Product Posting Group].[Code] FROM [CRONUS UK Ltd_$Machine Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Machine Center] LEFT JOIN [CRONUS UK Ltd_$Gen_ Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Product Posting Group] ON [Machine Center].[Gen_ Prod_ Posting Group] = [Gen. Product Posting Group].[Code] | |||||||
83 | County | State | Normal | Text | 30 | County | nvarchar(60) |
84 | Country/Region Code | Country/Region Code | Normal | Code | 10 | Country_Region Code | nvarchar(20) |
7300 | Location Code | Location Code | Normal | Code | 10 | Location Code | nvarchar(20) |
Key to join to the Location table.Show/hide example querySELECT [Machine Center].[Location Code] ,[Location].[Code] FROM [CRONUS UK Ltd_$Machine Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Machine Center] LEFT JOIN [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location] ON [Machine Center].[Location Code] = [Location].[Code] | |||||||
7301 | Open Shop Floor Bin Code | Open Shop Floor Bin Code | Normal | Code | 20 | Open Shop Floor Bin Code | nvarchar(40) |
7302 | To-Production Bin Code | To-Production Bin Code | Normal | Code | 20 | To-Production Bin Code | nvarchar(40) |
7303 | From-Production Bin Code | From-Production Bin Code | Normal | Code | 20 | From-Production Bin Code | nvarchar(40) |
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 [Machine Center].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Machine Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Machine Center] LEFT JOIN [User] AS [User] ON [Machine Center].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |