Intelligent Cloud Setup

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

Table Type: System

Table Name: Intelligent Cloud Setup
Database Table Name:

Table Number: 4003

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 Intelligent Cloud Setup can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   []

Show/hide an example select of all columns by name

SELECT

FROM
   []

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

SELECT
   *
FROM
   [] AS [Intelligent Cloud Setup]
LEFT JOIN
   [User] AS [User]
      ON
         [Intelligent Cloud Setup].[Replication User] = [User].[User Name]
LEFT JOIN
   [User] AS [User]
      ON
         [Intelligent Cloud Setup].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Intelligent Cloud Setup].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Intelligent Cloud Setup table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Primary Key Primary Key SearchPrimary KeyNormalCode10
2Product ID SearchProduct IDNormalText250
3Sql Server Type SearchSql Server TypeNormalOption4
4Time to Run SearchTime to RunNormalTime4
5Replication Enabled SearchReplication EnabledNormalBoolean4
6Recurrence SearchRecurrenceNormalOption4
7Sunday SearchSundayNormalBoolean4
8Monday SearchMondayNormalBoolean4
9Tuesday SearchTuesdayNormalBoolean4
10Wednesday SearchWednesdayNormalBoolean4
11Thursday SearchThursdayNormalBoolean4
12Friday SearchFridayNormalBoolean4
13Saturday SearchSaturdayNormalBoolean4
14Company Creation Task ID SearchCompany Creation Task IDNormalGUID16
15Company Creation Task Status SearchCompany Creation Task StatusNormalOption4
16Company Creation Task Error SearchCompany Creation Task ErrorNormalText250
18Replication User SearchReplication UserNormalCode50
19Deployed Version SearchDeployed VersionNormalCode10
20Latest Version SearchLatest VersionNormalCode10
21Upgrade Tag Backup ID SearchUpgrade Tag Backup IDNormalInteger4
22Schedule Upgrade SearchSchedule UpgradeNormalBoolean4
23Company Creation Session ID SearchCompany Creation Session IDNormalInteger4
24DisabledReason SearchDisabledReasonNormalOption4
25Use New UI SearchUse New UINormalOption4
26Keep User Permissions SearchKeep User PermissionsNormalBoolean4
40Source BC Version SearchVersion of the On Premise BC databaseNormalDecimal12
41Use Legacy Upgrade Engine SearchUse Legacy Upgrade EngineNormalBoolean4
2000000000$systemId SearchSystem IDNormalGUID16
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8
2000000002SystemCreatedBy SearchCreated ByNormalGUID16
2000000003SystemModifiedAt SearchModified AtNormalDateTime8
2000000004SystemModifiedBy SearchModified ByNormalGUID16

Leave a Reply

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