Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/212
Table Type: Company
Table Name: Job Posting Buffer
Database Table Name: CRONUS UK Ltd_$Job Posting Buffer$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 Buffer can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Job Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Job No_]
,[Entry Type]
,[Posting Group Type]
,[No_]
,[Posting Group]
,[Global Dimension 1 Code]
,[Global Dimension 2 Code]
,[Unit of Measure Code]
,[Work Type Code]
,[Amount]
,[Quantity]
,[Total Cost]
,[Total Price]
,[Applies-to ID]
,[Gen_ Bus_ Posting Group]
,[Gen_ Prod_ Posting Group]
,[Additional-Currency Amount]
,[Dimension Entry No_]
,[Variant Code]
,[Dimension Set ID]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Job Posting Buffer$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 Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Buffer]
LEFT JOIN
[CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
ON
[Job Posting Buffer].[Posting Group] = [Customer Posting Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Job Posting Buffer].[Global Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Job Posting Buffer].[Global Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Work Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Type]
ON
[Job Posting Buffer].[Work Type Code] = [Work Type].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant]
ON
[Job Posting Buffer].[Variant Code] = [Item Variant].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
ON
[Job Posting Buffer].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
[User] AS [User]
ON
[Job Posting Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Job Posting Buffer].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Job Posting Buffer table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Job No. | Job No. | Normal | Code | 20 | Job No_ | nvarchar(40) |
Key to join to the Job table.Show/hide example querySELECT [Job Posting Buffer].[Job No_] ,[Job].[No_] FROM [CRONUS UK Ltd_$Job Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$Job$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job] ON [Job Posting Buffer].[Job No_] = [Job].[No_] | |||||||
2 | Entry Type | Entry Type | Normal | Option | 4 | Entry Type | int |
Available options are:
| |||||||
3 | Posting Group Type | Posting Group Type | Normal | Option | 4 | Posting Group Type | int |
Available options are:
| |||||||
4 | No. | No. | Normal | Code | 20 | No_ | nvarchar(40) |
5 | Posting Group | Posting Group | Normal | Code | 20 | Posting Group | nvarchar(40) |
Key to join to the Customer Posting Group table.Show/hide example querySELECT [Job Posting Buffer].[Posting Group] ,[Customer Posting Group].[Code] FROM [CRONUS UK Ltd_$Job Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group] ON [Job Posting Buffer].[Posting Group] = [Customer Posting Group].[Code] | |||||||
6 | Global Dimension 1 Code | Global Dimension 1 Code | Normal | Code | 20 | Global Dimension 1 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [Job Posting Buffer].[Global Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Job Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Job Posting Buffer].[Global Dimension 1 Code] = [Dimension].[Code] | |||||||
7 | Global Dimension 2 Code | Global Dimension 2 Code | Normal | Code | 20 | Global Dimension 2 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [Job Posting Buffer].[Global Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Job Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Job Posting Buffer].[Global Dimension 2 Code] = [Dimension].[Code] | |||||||
8 | Unit of Measure Code | Unit of Measure Code | Normal | Code | 10 | Unit of Measure Code | nvarchar(20) |
9 | Work Type Code | Work Type Code | Normal | Code | 10 | Work Type Code | nvarchar(20) |
Key to join to the Work Type table.Show/hide example querySELECT [Job Posting Buffer].[Work Type Code] ,[Work Type].[Code] FROM [CRONUS UK Ltd_$Job Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$Work Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Type] ON [Job Posting Buffer].[Work Type Code] = [Work Type].[Code] | |||||||
20 | Amount | Amount | Normal | Decimal | 12 | Amount | decimal(38,38) |
21 | Quantity | Quantity | Normal | Decimal | 12 | Quantity | decimal(38,38) |
22 | Total Cost | Total Cost | Normal | Decimal | 12 | Total Cost | decimal(38,38) |
23 | Total Price | Total Price | Normal | Decimal | 12 | Total Price | decimal(38,38) |
24 | Applies-to ID | Applies-to ID | Normal | Code | 50 | Applies-to ID | nvarchar(100) |
25 | Gen. Bus. Posting Group | Gen. Bus. Posting Group | Normal | Code | 20 | Gen_ Bus_ Posting Group | nvarchar(40) |
Key to join to the Gen. Business Posting Group table.Show/hide example querySELECT [Job Posting Buffer].[Gen_ Bus_ Posting Group] ,[Gen. Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Job Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$Gen_ Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Business Posting Group] ON [Job Posting Buffer].[Gen_ Bus_ Posting Group] = [Gen. Business Posting Group].[Code] | |||||||
26 | 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 [Job Posting Buffer].[Gen_ Prod_ Posting Group] ,[Gen. Product Posting Group].[Code] FROM [CRONUS UK Ltd_$Job Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$Gen_ Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Product Posting Group] ON [Job Posting Buffer].[Gen_ Prod_ Posting Group] = [Gen. Product Posting Group].[Code] | |||||||
27 | Additional-Currency Amount | Additional-Currency Amount | Normal | Decimal | 12 | Additional-Currency Amount | decimal(38,38) |
28 | Dimension Entry No. | Dimension Entry No. | Normal | Integer | 4 | Dimension Entry No_ | int |
29 | Variant Code | Variant Code | Normal | Code | 10 | Variant Code | nvarchar(20) |
Key to join to the Item Variant table.Show/hide example querySELECT [Job Posting Buffer].[Variant Code] ,[Item Variant].[Code] FROM [CRONUS UK Ltd_$Job Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant] ON [Job Posting Buffer].[Variant Code] = [Item Variant].[Code] | |||||||
480 | Dimension Set ID | Dimension Set ID | Normal | Integer | 4 | Dimension Set ID | int |
Key to join to the Dimension Set Entry table.Show/hide example querySELECT [Job Posting Buffer].[Dimension Set ID] ,[Dimension Set Entry].[Dimension Set ID] FROM [CRONUS UK Ltd_$Job Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry] ON [Job Posting Buffer].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID] | |||||||
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 Buffer].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Job Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Posting Buffer] LEFT JOIN [User] AS [User] ON [Job Posting Buffer].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |