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
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
[timestamp]
,[Primary Key]
,[IC Partner Code]
,[IC Inbox Type]
,[IC Inbox Details]
,[Auto_ Send Transactions]
,[Default IC Gen_ Jnl_ Template]
,[Default IC Gen_ Jnl_ Batch]
,[$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]
Show/hide columns in IC Setup table
Column ID | Column Name | Data Type | ||||
---|---|---|---|---|---|---|
1 | timestamp ![]() | timestamp | ||||
2 | Primary Key ![]() ![]() | nvarchar(20) | ||||
3 | IC Partner Code ![]() | nvarchar(40) | ||||
Key to join to the IC Partner table.Show/hide example querySELECT
[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] | ||||||
4 | IC Inbox Type ![]() | int | ||||
5 | IC Inbox Details ![]() | nvarchar(500) | ||||
6 | Auto_ Send Transactions ![]() | tinyint | ||||
7 | Default IC Gen_ Jnl_ Template ![]() | nvarchar(20) | ||||
8 | Default IC Gen_ Jnl_ Batch ![]() | nvarchar(20) | ||||
9 | $systemId ![]() | uniqueidentifier | ||||
10 | $systemCreatedAt ![]() | datetime | ||||
11 | $systemCreatedBy ![]() | uniqueidentifier | ||||
12 | $systemModifiedAt ![]() | datetime | ||||
13 | $systemModifiedBy ![]() | uniqueidentifier |