Online Map Parameter Setup

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

Table Type: Company

Table Name: Online Map Parameter Setup
Database Table Name: CRONUS UK Ltd_$Online Map Parameter Setup$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 801

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 Online Map Parameter Setup can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Online Map Parameter Setup$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Code]
   ,[Name]
   ,[Map Service]
   ,[Directions Service]
   ,[Comment]
   ,[URL Encode Non-ASCII Chars]
   ,[Miles_Kilometers Option List]
   ,[Quickest_Shortest Option List]
   ,[Directions from Location Serv_]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Online Map Parameter Setup$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Online Map Parameter Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Online Map Parameter Setup]
LEFT JOIN
   [User] AS [User]
      ON
         [Online Map Parameter Setup].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Online Map Parameter Setup].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Online Map Parameter Setup table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Code Primary Key SearchCodeNormalCode10Codenvarchar(20)
2Name SearchNameNormalText30Namenvarchar(60)
3Map Service SearchMap ServiceNormalText250Map Servicenvarchar(500)
4Directions Service SearchDirections ServiceNormalText250Directions Servicenvarchar(500)
5Comment SearchCommentNormalText250Commentnvarchar(500)
6URL Encode Non-ASCII Chars SearchURL Encode Non-ASCII CharsNormalBoolean4URL Encode Non-ASCII Charstinyint
7Miles/Kilometers Option List SearchMiles/Kilometers Option ListNormalText250Miles_Kilometers Option Listnvarchar(500)
8Quickest/Shortest Option List SearchQuickest/Shortest Option ListNormalText250Quickest_Shortest Option Listnvarchar(500)
9Directions from Location Serv. SearchDirections from Location Serv.NormalText250Directions from Location Serv_nvarchar(500)
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
       [Online Map Parameter Setup].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Online Map Parameter Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Online Map Parameter Setup]
LEFT JOIN
       [User] AS [User]
              ON
                     [Online Map Parameter Setup].[$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
       [Online Map Parameter Setup].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Online Map Parameter Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Online Map Parameter Setup]
LEFT JOIN
       [User] AS [User]
              ON
                     [Online Map Parameter Setup].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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