CRM Full Synch. Review Line

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

Table Type: Company

Table Name: CRM Full Synch. Review Line
Database Table Name: CRONUS UK Ltd_$CRM Full Synch_ Review Line$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 5373

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 CRM Full Synch. Review Line can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$CRM Full Synch_ Review Line$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Name]
   ,[Dependency Filter]
   ,[Session ID]
   ,[To Int_ Table Job ID]
   ,[To Int_ Table Job Status]
   ,[From Int_ Table Job ID]
   ,[From Int_ Table Job Status]
   ,[Direction]
   ,[Job Queue Entry ID]
   ,[Job Queue Entry Status]
   ,[Initial Synch Recommendation]
   ,[Multi Company Synch_ Enabled]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$CRM Full Synch_ Review Line$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$CRM Full Synch_ Review Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CRM Full Synch. Review Line]
LEFT JOIN
   [User] AS [User]
      ON
         [CRM Full Synch. Review Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [CRM Full Synch. Review Line].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in CRM Full Synch. Review Line table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Name Primary Key SearchNameNormalCode20Namenvarchar(40)
2Dependency Filter SearchDependency FilterNormalText250Dependency Filternvarchar(500)
3Session ID SearchSession IDNormalInteger4Session IDint
4To Int. Table Job ID SearchTo Int. Table Job IDNormalGUID16To Int_ Table Job IDuniqueidentifier
5To Int. Table Job Status SearchTo Int. Table Job StatusNormalOption4To Int_ Table Job Statusint
Available options are:
  • ” “
  • “Success”
  • “In Process”
  • “Error”
6From Int. Table Job ID SearchFrom Int. Table Job IDNormalGUID16From Int_ Table Job IDuniqueidentifier
7From Int. Table Job Status SearchFrom Int. Table Job StatusNormalOption4From Int_ Table Job Statusint
Available options are:
  • ” “
  • “Success”
  • “In Process”
  • “Error”
8Direction SearchDirectionNormalOption4Directionint
Available options are:
  • “Bidirectional”
  • “To Integration Table”
  • “From Integration Table”
9Job Queue Entry ID SearchJob Queue Entry IDNormalGUID16Job Queue Entry IDuniqueidentifier
10Job Queue Entry Status SearchJob Queue Entry StatusNormalOption4Job Queue Entry Statusint
Available options are:
  • ” “
  • “Ready”
  • “In Process”
  • “Error”
  • “On Hold”
  • “Finished”
13Initial Synch Recommendation SearchInitial Synch RecommendationNormalOption4Initial Synch Recommendationint
Available options are:
  • “Full Synchronization”
  • “Couple Records”
  • “No Records Found”
  • “Dependency not satisfied”
34Multi Company Synch. Enabled SearchMulti-Company Synchronization EnabledNormalBoolean4Multi Company Synch_ Enabledtinyint
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
       [CRM Full Synch. Review Line].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$CRM Full Synch_ Review Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CRM Full Synch. Review Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [CRM Full Synch. Review Line].[$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
       [CRM Full Synch. Review Line].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$CRM Full Synch_ Review Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CRM Full Synch. Review Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [CRM Full Synch. Review Line].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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