IC Setup

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

Table Type: Company

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

Table Number: 443

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Primary Key]
   ,[IC Partner Code]
   ,[IC Inbox Type]
   ,[IC Inbox Details]
   ,[Auto_ Send Transactions]
   ,[Default IC Gen_ Jnl_ Template]
   ,[Default IC Gen_ Jnl_ Batch]
   ,[Partner Code for Acc_ Syn_]
   ,[Transaction Notifications]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$IC 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_$IC Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Setup]
LEFT JOIN
   [CRONUS UK Ltd_$IC Partner$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Partner]
      ON
         [IC Setup].[IC Partner Code] = [IC Partner].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [IC Setup].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [IC Setup].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in IC Setup table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Primary Key Primary Key SearchPrimary KeyNormalCode10Primary Keynvarchar(20)
2IC Partner Code SearchIC Partner CodeNormalCode20IC Partner Codenvarchar(40)
Key to join to the IC Partner table.

Show/hide example query

SELECT
       [IC Setup].[IC Partner Code]
       ,[IC Partner].[Code]
FROM
       [CRONUS UK Ltd_$IC Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Setup]
LEFT JOIN
       [CRONUS UK Ltd_$IC Partner$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Partner]
              ON
                     [IC Setup].[IC Partner Code] = [IC Partner].[Code]
3IC Inbox Type SearchIC Inbox TypeNormalOption4IC Inbox Typeint
Available options are:
  • “File Location”
  • “Database”
4IC Inbox Details SearchIC Inbox DetailsNormalText250IC Inbox Detailsnvarchar(500)
5Auto. Send Transactions SearchAuto. Send TransactionsNormalBoolean4Auto_ Send Transactionstinyint
6Default IC Gen. Jnl. Template SearchDefault IC General Journal TemplateNormalCode10Default IC Gen_ Jnl_ Templatenvarchar(20)
Key to join to the Gen. Journal Template table.

Show/hide example query

SELECT
       [IC Setup].[Default IC Gen_ Jnl_ Template]
       ,[Gen. Journal Template].[Name]
FROM
       [CRONUS UK Ltd_$IC Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Setup]
LEFT JOIN
       [CRONUS UK Ltd_$Gen_ Journal Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Journal Template]
              ON
                     [IC Setup].[Default IC Gen_ Jnl_ Template] = [Gen. Journal Template].[Name]
7Default IC Gen. Jnl. Batch SearchDefault IC General Journal BatchNormalCode10Default IC Gen_ Jnl_ Batchnvarchar(20)
8Partner Code for Acc. Syn. SearchAccount Syncronization Partner CodeNormalCode20Partner Code for Acc_ Syn_nvarchar(40)
9Transaction Notifications SearchTransaction NofiticationsNormalBoolean4Transaction Notificationstinyint
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
       [IC Setup].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$IC Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Setup]
LEFT JOIN
       [User] AS [User]
              ON
                     [IC 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
       [IC Setup].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$IC Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Setup]
LEFT JOIN
       [User] AS [User]
              ON
                     [IC Setup].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from IC Setup table

Leave a Reply

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