Guided Experience Item

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

Table Type: Company

Table Name: Guided Experience Item
Database Table Name: CRONUS UK Ltd_$Guided Experience Item$63ca2fa4-4f03-4f2b-a480-172fef340d3f

Table Number: 1990

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 Guided Experience Item can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Guided Experience Item$63ca2fa4-4f03-4f2b-a480-172fef340d3f]

Show/hide an example select of all columns by name

SELECT
   [Code]
   ,[Version]
   ,[Object Type to Run]
   ,[Object ID to Run]
   ,[Link]
   ,[Title]
   ,[Short Title]
   ,[Description]
   ,[Expected Duration]
   ,[Extension ID]
   ,[Completed]
   ,[Guided Experience Type]
   ,[Assisted Setup Group]
   ,[Help Url]
   ,[Video Url]
   ,[Video Category]
   ,[Manual Setup Category]
   ,[Keywords]
   ,[Icon]
   ,[Spotlight Tour Type]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Guided Experience Item$63ca2fa4-4f03-4f2b-a480-172fef340d3f]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Guided Experience Item$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Guided Experience Item]
LEFT JOIN
   [CRONUS UK Ltd_$Guided Experience Item$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Guided Experience Item]
      ON
         [Guided Experience Item].[Version] = [Guided Experience Item].[Version]
LEFT JOIN
   [User] AS [User]
      ON
         [Guided Experience Item].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Guided Experience Item].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Guided Experience Item table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Code Primary Key SearchCodeNormalCode300Codenvarchar(600)
2Version Primary Key SearchVersionNormalInteger4Versionint
3Object Type to Run SearchObject Type to RunNormalOption4Object Type to Runint
Available options are:
  • “Uninitialized”
  • “Codeunit”
  • “Page”
  • “Report”
  • “XmlPort”
4Object ID to Run SearchObject ID to RunNormalInteger4Object ID to Runint
5Link SearchExternal LinkNormalText250Linknvarchar(500)
6Title SearchTitleNormalText2048Titlenvarchar(4096)
7Short Title SearchShort TitleNormalText50Short Titlenvarchar(100)
8Description SearchDescriptionNormalText1024Descriptionnvarchar(2048)
9Expected Duration SearchExpected DurationNormalInteger4Expected Durationint
10Extension ID SearchExtensionNormalGUID16Extension IDuniqueidentifier
11Extension Name SearchExtension NameFlowFieldText250
12Completed SearchCompletedNormalBoolean4Completedtinyint
13Guided Experience Type SearchGuided Experience TypeNormalOption4Guided Experience Typeint
Available options are:
  • “Assisted Setup”
  • “Manual Setup”
  • “Learn”
  • “Tour”
  • “Spotlight Tour”
  • “Video”
  • “Application Feature”
14Assisted Setup Group SearchAssisted Setup GroupNormalOption4Assisted Setup Groupint
Available options are:
  • “Uncategorized”
  • “GettingStarted”
  • “Warehouse”
  • “Journals”
  • “Analysis”
  • “Extensions”
  • “Customize”
  • “FirstInvoice”
  • “FinancialReporting”
  • “ReadyForBusiness”
  • “Connect”
  • “DoMoreWithBC”
  • “ApprovalWorkflows”
  • “Set Up Extended Security”
15Help Url SearchHelp UrlNormalText250Help Urlnvarchar(500)
16Video Url SearchVideo UrlNormalText250Video Urlnvarchar(500)
17Video Category SearchVideo CategoryNormalOption4Video Categoryint
Available options are:
  • “Uncategorized”
  • “GettingStarted”
  • “Warehouse”
  • “Journals”
  • “Analysis”
  • “Extensions”
  • “Customize”
  • “FirstInvoice”
  • “FinancialReporting”
  • “ReadyForBusiness”
  • “Connect”
  • “DoMoreWithBC”
  • “ApprovalWorkflows”
18Manual Setup Category SearchManual Setup CategoryNormalOption4Manual Setup Categoryint
Available options are:
  • “Uncategorized”
  • “General”
  • “Finance”
  • “Sales”
  • “Jobs”
  • “Fixed Assets”
  • “Purchasing”
  • “Reference Data”
  • “HR”
  • “Inventory”
  • “Service”
  • “System”
  • “Relationship Mgt”
  • “Intercompany”
19Keywords SearchKeywordsNormalText250Keywordsnvarchar(500)
20Icon SearchIconNormalMedia16Iconuniqueidentifier
21Spotlight Tour Type SearchSpotlight Tour TypeNormalOption4Spotlight Tour Typeint
Available options are:
  • “None”
  • “Open in Excel”
  • “Share to Teams”
  • “Copilot”
22Extension Publisher SearchExtension PublisherFlowFieldText250
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
       [Guided Experience Item].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Guided Experience Item$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Guided Experience Item]
LEFT JOIN
       [User] AS [User]
              ON
                     [Guided Experience Item].[$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
       [Guided Experience Item].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Guided Experience Item$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Guided Experience Item]
LEFT JOIN
       [User] AS [User]
              ON
                     [Guided Experience Item].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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