Profile Questionnaire Header

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

Table Number: 5087

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 NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Code Primary Key SearchCodeNormalCode20Codenvarchar(40)
2Description SearchDescriptionNormalText250Descriptionnvarchar(500)
3Contact Type SearchContact TypeNormalOption4Contact Typeint
Available options are:
  • ” “
  • “Companies”
  • “People”
4Business Relation Code SearchBusiness Relation CodeNormalCode10Business Relation Codenvarchar(20)
Key to join to the Business Relation table.

Show/hide example query

SELECT
       [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]
5Priority SearchPriorityNormalOption4Priorityint
Available options are:
  • “Very Low”
  • “Low”
  • “Normal”
  • “High”
  • “Very High”
2000000000$systemId SearchSystem IDNormalGUID16$systemIduniqueidentifier
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8$systemCreatedAtdatetime
2000000002SystemCreatedBy SearchCreated ByNormalGUID16$systemCreatedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [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]
2000000003SystemModifiedAt SearchModified AtNormalDateTime8$systemModifiedAtdatetime
2000000004SystemModifiedBy SearchModified ByNormalGUID16$systemModifiedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [Profile Questionnaire Header].[$systemModifiedBy]
       ,[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].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

Your email address will not be published. Required fields are marked *