Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/1438
Table Type: Company
Table Name: Essential Business Headline
Database Table Name: CRONUS UK Ltd_$Essential Business Headline$2a89f298-7ffd-44a5-a7ce-e08dac98abce
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 Essential Business Headline can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Essential Business Headline$2a89f298-7ffd-44a5-a7ce-e08dac98abce]
Show/hide an example select of all columns by name
SELECT
[Headline Name]
,[Headline Text]
,[Headline Visible]
,[Headline Computation Date]
,[Headline Computation WorkDate]
,[Headline Computation Period]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Essential Business Headline$2a89f298-7ffd-44a5-a7ce-e08dac98abce]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Essential Business Headline$2a89f298-7ffd-44a5-a7ce-e08dac98abce] AS [Essential Business Headline]
LEFT JOIN
[User] AS [User]
ON
[Essential Business Headline].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Essential Business Headline].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Essential Business Headline table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Headline Name | Headline Name | Normal | Option | 4 | Headline Name | int |
Available options are:
| |||||||
2 | Headline Text | Headline Text | Normal | Text | 250 | Headline Text | nvarchar(500) |
3 | Headline Visible | Headline Visible | Normal | Boolean | 4 | Headline Visible | tinyint |
4 | Headline Computation Date | Headline Computation Date | Normal | DateTime | 8 | Headline Computation Date | datetime |
5 | Headline Computation WorkDate | Headline Computation WorkDate | Normal | Date | 4 | Headline Computation WorkDate | datetime |
6 | Headline Computation Period | Headline Computation Period | Normal | Integer | 4 | Headline Computation Period | int |
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 [Essential Business Headline].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Essential Business Headline$2a89f298-7ffd-44a5-a7ce-e08dac98abce] AS [Essential Business Headline] LEFT JOIN [User] AS [User] ON [Essential Business Headline].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |