Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/315
Table Type: Company
Table Name: Jobs Setup
Database Table Name: CRONUS UK Ltd_$Jobs 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 Jobs Setup can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Jobs Setup$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Primary Key]
,[Job Nos_]
,[Apply Usage Link by Default]
,[Default WIP Method]
,[Default Job Posting Group]
,[Default WIP Posting Method]
,[Allow Sched_Contract Lines Def]
,[Document No_ Is Job No_]
,[Logo Position on Documents]
,[Job WIP Nos_]
,[Automatic Update Job Item Cost]
,[Price List Nos_]
,[Default Sales Price List Code]
,[Default Purch Price List Code]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Jobs 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_$Jobs Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Jobs Setup]
LEFT JOIN
[CRONUS UK Ltd_$Job WIP Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job WIP Method]
ON
[Jobs Setup].[Default WIP Method] = [Job WIP Method].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Job Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Group]
ON
[Jobs Setup].[Default Job Posting Group] = [Job Posting Group].[Code]
LEFT JOIN
[User] AS [User]
ON
[Jobs Setup].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Jobs Setup].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Jobs 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) |
2 | Job Nos. | Job Nos. | Normal | Code | 20 | Job Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Jobs Setup].[Job Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Jobs Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Jobs Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Jobs Setup].[Job Nos_] = [No. Series].[Code] | |||||||
3 | Apply Usage Link by Default | Apply Usage Link by Default | Normal | Boolean | 4 | Apply Usage Link by Default | tinyint |
4 | Default WIP Method | Default WIP Method | Normal | Code | 20 | Default WIP Method | nvarchar(40) |
Key to join to the Job WIP Method table.Show/hide example querySELECT [Jobs Setup].[Default WIP Method] ,[Job WIP Method].[Code] FROM [CRONUS UK Ltd_$Jobs Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Jobs Setup] LEFT JOIN [CRONUS UK Ltd_$Job WIP Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job WIP Method] ON [Jobs Setup].[Default WIP Method] = [Job WIP Method].[Code] | |||||||
5 | Default Job Posting Group | Default Job Posting Group | Normal | Code | 20 | Default Job Posting Group | nvarchar(40) |
Key to join to the Job Posting Group table.Show/hide example querySELECT [Jobs Setup].[Default Job Posting Group] ,[Job Posting Group].[Code] FROM [CRONUS UK Ltd_$Jobs Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Jobs Setup] LEFT JOIN [CRONUS UK Ltd_$Job Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Group] ON [Jobs Setup].[Default Job Posting Group] = [Job Posting Group].[Code] | |||||||
6 | Default WIP Posting Method | Default WIP Posting Method | Normal | Option | 4 | Default WIP Posting Method | int |
Available options are:
| |||||||
7 | Allow Sched/Contract Lines Def | Allow Sched/Contract Lines Def | Normal | Boolean | 4 | Allow Sched_Contract Lines Def | tinyint |
9 | Document No. Is Job No. | Document No. Is Job No. | Normal | Boolean | 4 | Document No_ Is Job No_ | tinyint |
31 | Logo Position on Documents | Logo Position on Documents | Normal | Option | 4 | Logo Position on Documents | int |
Available options are:
| |||||||
40 | Job WIP Nos. | Job WIP Nos. | Normal | Code | 20 | Job WIP Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Jobs Setup].[Job WIP Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Jobs Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Jobs Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Jobs Setup].[Job WIP Nos_] = [No. Series].[Code] | |||||||
1001 | Automatic Update Job Item Cost | Automatic Update Job Item Cost | Normal | Boolean | 4 | Automatic Update Job Item Cost | tinyint |
7000 | Price List Nos. | Price List Nos. | Normal | Code | 20 | Price List Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Jobs Setup].[Price List Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Jobs Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Jobs Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Jobs Setup].[Price List Nos_] = [No. Series].[Code] | |||||||
7003 | Default Sales Price List Code | Default Sales Price List Code | Normal | Code | 20 | Default Sales Price List Code | nvarchar(40) |
7004 | Default Purch Price List Code | Default Purchase Price List Code | Normal | Code | 20 | Default Purch Price List 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 [Jobs Setup].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Jobs Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Jobs Setup] LEFT JOIN [User] AS [User] ON [Jobs Setup].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |