Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/208
Table Type: Company
Table Name: Job Posting Group
Database Table Name: CRONUS UK Ltd_$Job Posting Group$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 Job Posting Group can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Job Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Code]
,[WIP Costs Account]
,[WIP Accrued Costs Account]
,[Job Costs Applied Account]
,[Job Costs Adjustment Account]
,[G_L Expense Acc_ (Contract)]
,[Job Sales Adjustment Account]
,[WIP Accrued Sales Account]
,[WIP Invoiced Sales Account]
,[Job Sales Applied Account]
,[Recognized Costs Account]
,[Recognized Sales Account]
,[Item Costs Applied Account]
,[Resource Costs Applied Account]
,[G_L Costs Applied Account]
,[Description]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Job Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Job Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Group]
LEFT JOIN
[CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
ON
[Job Posting Group].[WIP Costs Account] = [G/L Account].[No_]
LEFT JOIN
[CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
ON
[Job Posting Group].[WIP Accrued Costs Account] = [G/L Account].[No_]
LEFT JOIN
[CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
ON
[Job Posting Group].[Job Costs Applied Account] = [G/L Account].[No_]
LEFT JOIN
[CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
ON
[Job Posting Group].[Job Costs Adjustment Account] = [G/L Account].[No_]
LEFT JOIN
[CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
ON
[Job Posting Group].[Job Sales Adjustment Account] = [G/L Account].[No_]
LEFT JOIN
[CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
ON
[Job Posting Group].[WIP Accrued Sales Account] = [G/L Account].[No_]
LEFT JOIN
[CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
ON
[Job Posting Group].[WIP Invoiced Sales Account] = [G/L Account].[No_]
LEFT JOIN
[CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
ON
[Job Posting Group].[Job Sales Applied Account] = [G/L Account].[No_]
LEFT JOIN
[CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
ON
[Job Posting Group].[Recognized Costs Account] = [G/L Account].[No_]
LEFT JOIN
[CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
ON
[Job Posting Group].[Recognized Sales Account] = [G/L Account].[No_]
LEFT JOIN
[CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
ON
[Job Posting Group].[Item Costs Applied Account] = [G/L Account].[No_]
LEFT JOIN
[CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
ON
[Job Posting Group].[Resource Costs Applied Account] = [G/L Account].[No_]
LEFT JOIN
[User] AS [User]
ON
[Job Posting Group].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Job Posting Group].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Job Posting Group table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Code | Code | Normal | Code | 20 | Code | nvarchar(40) |
2 | WIP Costs Account | WIP Costs Account | Normal | Code | 20 | WIP Costs Account | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Job Posting Group].[WIP Costs Account] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Job Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Group] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Job Posting Group].[WIP Costs Account] = [G/L Account].[No_] | |||||||
3 | WIP Accrued Costs Account | WIP Accrued Costs Account | Normal | Code | 20 | WIP Accrued Costs Account | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Job Posting Group].[WIP Accrued Costs Account] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Job Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Group] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Job Posting Group].[WIP Accrued Costs Account] = [G/L Account].[No_] | |||||||
4 | Job Costs Applied Account | Job Costs Applied Account | Normal | Code | 20 | Job Costs Applied Account | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Job Posting Group].[Job Costs Applied Account] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Job Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Group] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Job Posting Group].[Job Costs Applied Account] = [G/L Account].[No_] | |||||||
5 | Job Costs Adjustment Account | Job Costs Adjustment Account | Normal | Code | 20 | Job Costs Adjustment Account | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Job Posting Group].[Job Costs Adjustment Account] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Job Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Group] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Job Posting Group].[Job Costs Adjustment Account] = [G/L Account].[No_] | |||||||
6 | G/L Expense Acc. (Contract) | G/L Expense Acc. (Contract) | Normal | Code | 20 | G_L Expense Acc_ (Contract) | nvarchar(40) |
7 | Job Sales Adjustment Account | Job Sales Adjustment Account | Normal | Code | 20 | Job Sales Adjustment Account | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Job Posting Group].[Job Sales Adjustment Account] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Job Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Group] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Job Posting Group].[Job Sales Adjustment Account] = [G/L Account].[No_] | |||||||
8 | WIP Accrued Sales Account | WIP Accrued Sales Account | Normal | Code | 20 | WIP Accrued Sales Account | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Job Posting Group].[WIP Accrued Sales Account] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Job Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Group] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Job Posting Group].[WIP Accrued Sales Account] = [G/L Account].[No_] | |||||||
9 | WIP Invoiced Sales Account | WIP Invoiced Sales Account | Normal | Code | 20 | WIP Invoiced Sales Account | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Job Posting Group].[WIP Invoiced Sales Account] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Job Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Group] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Job Posting Group].[WIP Invoiced Sales Account] = [G/L Account].[No_] | |||||||
10 | Job Sales Applied Account | Job Sales Applied Account | Normal | Code | 20 | Job Sales Applied Account | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Job Posting Group].[Job Sales Applied Account] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Job Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Group] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Job Posting Group].[Job Sales Applied Account] = [G/L Account].[No_] | |||||||
11 | Recognized Costs Account | Recognized Costs Account | Normal | Code | 20 | Recognized Costs Account | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Job Posting Group].[Recognized Costs Account] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Job Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Group] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Job Posting Group].[Recognized Costs Account] = [G/L Account].[No_] | |||||||
12 | Recognized Sales Account | Recognized Sales Account | Normal | Code | 20 | Recognized Sales Account | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Job Posting Group].[Recognized Sales Account] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Job Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Group] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Job Posting Group].[Recognized Sales Account] = [G/L Account].[No_] | |||||||
13 | Item Costs Applied Account | Item Costs Applied Account | Normal | Code | 20 | Item Costs Applied Account | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Job Posting Group].[Item Costs Applied Account] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Job Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Group] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Job Posting Group].[Item Costs Applied Account] = [G/L Account].[No_] | |||||||
14 | Resource Costs Applied Account | Resource Costs Applied Account | Normal | Code | 20 | Resource Costs Applied Account | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Job Posting Group].[Resource Costs Applied Account] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Job Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Group] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Job Posting Group].[Resource Costs Applied Account] = [G/L Account].[No_] | |||||||
15 | G/L Costs Applied Account | G/L Costs Applied Account | Normal | Code | 20 | G_L Costs Applied Account | nvarchar(40) |
20 | Description | Description | Normal | Text | 100 | Description | 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 [Job Posting Group].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Job Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Group] LEFT JOIN [User] AS [User] ON [Job Posting Group].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |