Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5087
Table Type: Company
Table Name: Profile Questionnaire Header
Database Table Name: CRONUS UK Ltd_$Profile Questionnaire Header$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 Profile Questionnaire Header can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Profile Questionnaire Header$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Code]
,[Description]
,[Contact Type]
,[Business Relation Code]
,[Priority]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Profile Questionnaire Header$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Profile Questionnaire Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Profile Questionnaire Header]
LEFT JOIN
[CRONUS UK Ltd_$Business Relation$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Business Relation]
ON
[Profile Questionnaire Header].[Business Relation Code] = [Business Relation].[Code]
LEFT JOIN
[User] AS [User]
ON
[Profile Questionnaire Header].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Profile Questionnaire Header].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Profile Questionnaire Header 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 | Description | Description | Normal | Text | 250 | Description | nvarchar(500) |
3 | Contact Type | Contact Type | Normal | Option | 4 | Contact Type | int |
Available options are:
| |||||||
4 | Business Relation Code | Business Relation Code | Normal | Code | 10 | Business Relation Code | nvarchar(20) |
Key to join to the Business Relation table.Show/hide example querySELECT [Profile Questionnaire Header].[Business Relation Code] ,[Business Relation].[Code] FROM [CRONUS UK Ltd_$Profile Questionnaire Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Profile Questionnaire Header] LEFT JOIN [CRONUS UK Ltd_$Business Relation$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Business Relation] ON [Profile Questionnaire Header].[Business Relation Code] = [Business Relation].[Code] | |||||||
5 | Priority | Priority | Normal | Option | 4 | Priority | int |
Available options are:
| |||||||
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 [Profile Questionnaire Header].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Profile Questionnaire Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Profile Questionnaire Header] LEFT JOIN [User] AS [User] ON [Profile Questionnaire Header].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |