Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/1436
Table Type: Company
Table Name: Ess. Business Headline Per Usr
Database Table Name: CRONUS UK Ltd_$Ess_ Business Headline Per Usr$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 Ess. Business Headline Per Usr can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Ess_ Business Headline Per Usr$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]
,[User Id]
,[VAT Return Period Record Id]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Ess_ Business Headline Per Usr$2a89f298-7ffd-44a5-a7ce-e08dac98abce]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Ess_ Business Headline Per Usr$2a89f298-7ffd-44a5-a7ce-e08dac98abce] AS [Ess. Business Headline Per Usr]
LEFT JOIN
[User] AS [User]
ON
[Ess. Business Headline Per Usr].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Ess. Business Headline Per Usr].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Ess. Business Headline Per Usr 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 |
7 | User Id | User Id | Normal | GUID | 16 | User Id | uniqueidentifier |
20 | VAT Return Period Record Id | Tax Return Period Record Id | Normal | RecordID | 448 | VAT Return Period Record Id | varbinary(448) |
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 [Ess. Business Headline Per Usr].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Ess_ Business Headline Per Usr$2a89f298-7ffd-44a5-a7ce-e08dac98abce] AS [Ess. Business Headline Per Usr] LEFT JOIN [User] AS [User] ON [Ess. Business Headline Per Usr].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |