Salutation Formula

Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5069

Table Type: Company

Table Name: Salutation Formula
Database Table Name: CRONUS UK Ltd_$Salutation Formula$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 5069

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 Salutation Formula can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Salutation Formula$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Salutation Code]
   ,[Language Code]
   ,[Salutation Type]
   ,[Salutation]
   ,[Name 1]
   ,[Name 2]
   ,[Name 3]
   ,[Name 4]
   ,[Name 5]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Salutation Formula$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns including those from all joined tables

SELECT
   *
FROM
   [CRONUS UK Ltd_$Salutation Formula$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Salutation Formula]
LEFT JOIN
   [CRONUS UK Ltd_$Salutation$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Salutation]
      ON
         [Salutation Formula].[Salutation Code] = [Salutation].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language]
      ON
         [Salutation Formula].[Language Code] = [Language].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Salutation Formula].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Salutation Formula].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Salutation Formula table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Salutation Code Primary Key SearchSalutation CodeNormalCode10Salutation Codenvarchar(20)
Key to join to the Salutation table.

Show/hide example query

SELECT
       [Salutation Formula].[Salutation Code]
       ,[Salutation].[Code]
FROM
       [CRONUS UK Ltd_$Salutation Formula$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Salutation Formula]
LEFT JOIN
       [CRONUS UK Ltd_$Salutation$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Salutation]
              ON
                     [Salutation Formula].[Salutation Code] = [Salutation].[Code]
2Language Code Primary Key SearchLanguage CodeNormalCode10Language Codenvarchar(20)
Key to join to the Language table.

Show/hide example query

SELECT
       [Salutation Formula].[Language Code]
       ,[Language].[Code]
FROM
       [CRONUS UK Ltd_$Salutation Formula$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Salutation Formula]
LEFT JOIN
       [CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language]
              ON
                     [Salutation Formula].[Language Code] = [Language].[Code]
3Salutation Type Primary Key SearchSalutation TypeNormalOption4Salutation Typeint
Available options are:
  • “Formal”
  • “Informal”
4Salutation SearchSalutationNormalText50Salutationnvarchar(100)
5Name 1 SearchName 1NormalOption4Name 1int
Available options are:
  • ” “
  • “Job Title”
  • “First Name”
  • “Middle Name”
  • “Surname”
  • “Initials”
  • “Company Name”
6Name 2 SearchName 2NormalOption4Name 2int
Available options are:
  • ” “
  • “Job Title”
  • “First Name”
  • “Middle Name”
  • “Surname”
  • “Initials”
  • “Company Name”
7Name 3 SearchName 3NormalOption4Name 3int
Available options are:
  • ” “
  • “Job Title”
  • “First Name”
  • “Middle Name”
  • “Surname”
  • “Initials”
  • “Company Name”
8Name 4 SearchName 4NormalOption4Name 4int
Available options are:
  • ” “
  • “Job Title”
  • “First Name”
  • “Middle Name”
  • “Surname”
  • “Initials”
  • “Company Name”
9Name 5 SearchName 5NormalOption4Name 5int
Available options are:
  • ” “
  • “Job Title”
  • “First Name”
  • “Middle Name”
  • “Surname”
  • “Initials”
  • “Company Name”
10Contact No. Filter SearchContact No. FilterFlowFilterCode20
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
       [Salutation Formula].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Salutation Formula$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Salutation Formula]
LEFT JOIN
       [User] AS [User]
              ON
                     [Salutation Formula].[$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
       [Salutation Formula].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Salutation Formula$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Salutation Formula]
LEFT JOIN
       [User] AS [User]
              ON
                     [Salutation Formula].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Salutation Formula table

Leave a Reply

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