Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/99000765
Table Type: Company
Table Name: Manufacturing Setup
Database Table Name: CRONUS UK Ltd_$Manufacturing Setup$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 Manufacturing Setup can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Manufacturing Setup$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Primary Key]
,[Normal Starting Time]
,[Normal Ending Time]
,[Doc_ No_ Is Prod_ Order No_]
,[Cost Incl_ Setup]
,[Dynamic Low-Level Code]
,[Planning Warning]
,[Simulated Order Nos_]
,[Planned Order Nos_]
,[Firm Planned Order Nos_]
,[Released Order Nos_]
,[Work Center Nos_]
,[Machine Center Nos_]
,[Production BOM Nos_]
,[Routing Nos_]
,[Current Production Forecast]
,[Use Forecast on Variants]
,[Use Forecast on Locations]
,[Combined MPS_MRP Calculation]
,[Components at Location]
,[Default Dampener Period]
,[Default Dampener _]
,[Default Safety Lead Time]
,[Blank Overflow Level]
,[Show Capacity In]
,[Optimize low-level code calc_]
,[Preset Output Quantity]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Manufacturing Setup$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Manufacturing Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Manufacturing Setup]
LEFT JOIN
[CRONUS UK Ltd_$Production Forecast Name$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Production Forecast Name]
ON
[Manufacturing Setup].[Current Production Forecast] = [Production Forecast Name].[Name]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Manufacturing Setup].[Components at Location] = [Location].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Capacity Unit of Measure$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Capacity Unit of Measure]
ON
[Manufacturing Setup].[Show Capacity In] = [Capacity Unit of Measure].[Code]
LEFT JOIN
[User] AS [User]
ON
[Manufacturing Setup].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Manufacturing Setup].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Manufacturing Setup table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Primary Key | Primary Key | Normal | Code | 10 | Primary Key | nvarchar(20) |
7 | Normal Starting Time | Normal Starting Time | Normal | Time | 4 | Normal Starting Time | datetime |
8 | Normal Ending Time | Normal Ending Time | Normal | Time | 4 | Normal Ending Time | datetime |
9 | Doc. No. Is Prod. Order No. | Doc. No. Is Prod. Order No. | Normal | Boolean | 4 | Doc_ No_ Is Prod_ Order No_ | tinyint |
11 | Cost Incl. Setup | Cost Incl. Setup | Normal | Boolean | 4 | Cost Incl_ Setup | tinyint |
12 | Dynamic Low-Level Code | Dynamic Low-Level Code | Normal | Boolean | 4 | Dynamic Low-Level Code | tinyint |
18 | Planning Warning | Planning Warning | Normal | Boolean | 4 | Planning Warning | tinyint |
20 | Simulated Order Nos. | Simulated Order Nos. | Normal | Code | 20 | Simulated Order Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Manufacturing Setup].[Simulated Order Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Manufacturing Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Manufacturing Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Manufacturing Setup].[Simulated Order Nos_] = [No. Series].[Code] | |||||||
21 | Planned Order Nos. | Planned Order Nos. | Normal | Code | 20 | Planned Order Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Manufacturing Setup].[Planned Order Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Manufacturing Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Manufacturing Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Manufacturing Setup].[Planned Order Nos_] = [No. Series].[Code] | |||||||
22 | Firm Planned Order Nos. | Firm Planned Order Nos. | Normal | Code | 20 | Firm Planned Order Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Manufacturing Setup].[Firm Planned Order Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Manufacturing Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Manufacturing Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Manufacturing Setup].[Firm Planned Order Nos_] = [No. Series].[Code] | |||||||
23 | Released Order Nos. | Released Order Nos. | Normal | Code | 20 | Released Order Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Manufacturing Setup].[Released Order Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Manufacturing Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Manufacturing Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Manufacturing Setup].[Released Order Nos_] = [No. Series].[Code] | |||||||
29 | Work Center Nos. | Work Center Nos. | Normal | Code | 20 | Work Center Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Manufacturing Setup].[Work Center Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Manufacturing Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Manufacturing Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Manufacturing Setup].[Work Center Nos_] = [No. Series].[Code] | |||||||
30 | Machine Center Nos. | Machine Center Nos. | Normal | Code | 20 | Machine Center Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Manufacturing Setup].[Machine Center Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Manufacturing Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Manufacturing Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Manufacturing Setup].[Machine Center Nos_] = [No. Series].[Code] | |||||||
31 | Production BOM Nos. | Production BOM Nos. | Normal | Code | 20 | Production BOM Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Manufacturing Setup].[Production BOM Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Manufacturing Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Manufacturing Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Manufacturing Setup].[Production BOM Nos_] = [No. Series].[Code] | |||||||
32 | Routing Nos. | Routing Nos. | Normal | Code | 20 | Routing Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Manufacturing Setup].[Routing Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Manufacturing Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Manufacturing Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Manufacturing Setup].[Routing Nos_] = [No. Series].[Code] | |||||||
35 | Current Production Forecast | Current Demand Forecast | Normal | Code | 10 | Current Production Forecast | nvarchar(20) |
Key to join to the Production Forecast Name table.Show/hide example querySELECT [Manufacturing Setup].[Current Production Forecast] ,[Production Forecast Name].[Name] FROM [CRONUS UK Ltd_$Manufacturing Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Manufacturing Setup] LEFT JOIN [CRONUS UK Ltd_$Production Forecast Name$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Production Forecast Name] ON [Manufacturing Setup].[Current Production Forecast] = [Production Forecast Name].[Name] | |||||||
36 | Use Forecast on Variants | Use forecast on variants | Normal | Boolean | 4 | Use Forecast on Variants | tinyint |
37 | Use Forecast on Locations | Use forecast on locations | Normal | Boolean | 4 | Use Forecast on Locations | tinyint |
38 | Combined MPS/MRP Calculation | Combined MPS/MRP Calculation | Normal | Boolean | 4 | Combined MPS_MRP Calculation | tinyint |
39 | Components at Location | Components at Location | Normal | Code | 10 | Components at Location | nvarchar(20) |
Key to join to the Location table.Show/hide example querySELECT [Manufacturing Setup].[Components at Location] ,[Location].[Code] FROM [CRONUS UK Ltd_$Manufacturing Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Manufacturing Setup] LEFT JOIN [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location] ON [Manufacturing Setup].[Components at Location] = [Location].[Code] | |||||||
40 | Default Dampener Period | Default Dampener Period | Normal | DateFormula | 32 | Default Dampener Period | varchar(32) |
41 | Default Dampener % | Default Dampener % | Normal | Decimal | 12 | Default Dampener _ | decimal(38,38) |
42 | Default Safety Lead Time | Default Safety Lead Time | Normal | DateFormula | 32 | Default Safety Lead Time | varchar(32) |
43 | Blank Overflow Level | Blank Overflow Level | Normal | Option | 4 | Blank Overflow Level | int |
Available options are:
| |||||||
50 | Show Capacity In | Show Capacity In | Normal | Code | 10 | Show Capacity In | nvarchar(20) |
Key to join to the Capacity Unit of Measure table.Show/hide example querySELECT [Manufacturing Setup].[Show Capacity In] ,[Capacity Unit of Measure].[Code] FROM [CRONUS UK Ltd_$Manufacturing Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Manufacturing Setup] LEFT JOIN [CRONUS UK Ltd_$Capacity Unit of Measure$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Capacity Unit of Measure] ON [Manufacturing Setup].[Show Capacity In] = [Capacity Unit of Measure].[Code] | |||||||
3687 | Optimize low-level code calc. | Optimize low-level code calculation | Normal | Boolean | 4 | Optimize low-level code calc_ | tinyint |
5500 | Preset Output Quantity | Preset Output Quantity | Normal | Option | 4 | Preset Output Quantity | 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 [Manufacturing Setup].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Manufacturing Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Manufacturing Setup] LEFT JOIN [User] AS [User] ON [Manufacturing Setup].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |