IC Inbox Transaction

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

Table Type: Company

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

Table Number: 418

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 Inbox Transaction can be queried.

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Transaction No_]
   ,[IC Partner Code]
   ,[Source Type]
   ,[Document Type]
   ,[Document No_]
   ,[Posting Date]
   ,[Transaction Source]
   ,[Document Date]
   ,[Line Action]
   ,[Original Document No_]
   ,[IC Partner G_L Acc_ No_]
   ,[Source Line No_]
   ,[IC Account Type]
   ,[IC Account No_]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$IC Inbox Transaction$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 Inbox Transaction$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Inbox Transaction]
LEFT JOIN
   [CRONUS UK Ltd_$IC Partner$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Partner]
      ON
         [IC Inbox Transaction].[IC Partner Code] = [IC Partner].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
      ON
         [IC Inbox Transaction].[Document Type] = [Sales Header Archive].[Document Type]
      AND
         [IC Inbox Transaction].[Document No_] = [Sales Header Archive].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header]
      ON
         [IC Inbox Transaction].[Document Type] = [Sales Header].[Document Type]
      AND
         [IC Inbox Transaction].[Document No_] = [Sales Header].[No_]
LEFT JOIN
   [User] AS [User]
      ON
         [IC Inbox Transaction].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [IC Inbox Transaction].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in IC Inbox Transaction table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Transaction No. Primary Key SearchTransaction No.NormalInteger4Transaction No_int
2IC Partner Code Primary Key SearchIC Partner CodeNormalCode20IC Partner Codenvarchar(40)
Key to join to the IC Partner table.

Show/hide example query

SELECT
       [IC Inbox Transaction].[IC Partner Code]
       ,[IC Partner].[Code]
FROM
       [CRONUS UK Ltd_$IC Inbox Transaction$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Inbox Transaction]
LEFT JOIN
       [CRONUS UK Ltd_$IC Partner$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Partner]
              ON
                     [IC Inbox Transaction].[IC Partner Code] = [IC Partner].[Code]
3Source Type SearchSource TypeNormalOption4Source Typeint
Available options are:
  • “Journal”
  • “Sales Document”
  • “Purchase Document”
5Document Type Primary Key SearchDocument TypeNormalOption4Document Typeint
Available options are:
  • ” “
  • “Payment”
  • “Invoice”
  • “Credit Memo”
  • “Refund”
  • “Order”
  • “Return Order”
6Document No. SearchDocument No.NormalCode20Document No_nvarchar(40)
7Posting Date SearchPosting DateNormalDate4Posting Datedatetime
8Transaction Source Primary Key SearchTransaction SourceNormalOption4Transaction Sourceint
Available options are:
  • “Returned by Partner”
  • “Created by Partner”
9Document Date SearchDocument DateNormalDate4Document Datedatetime
10Line Action SearchLine ActionNormalOption4Line Actionint
Available options are:
  • “No Action”
  • “Accept”
  • “Return to IC Partner”
  • “Cancel”
11Original Document No. SearchOriginal Document No.NormalCode20Original Document No_nvarchar(40)
12IC Partner G/L Acc. No. SearchIC Partner G/L Acc. No.NormalCode20IC Partner G_L Acc_ No_nvarchar(40)
Key to join to the IC G/L Account table.

Show/hide example query

SELECT
       [IC Inbox Transaction].[IC Partner G_L Acc_ No_]
       ,[IC G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$IC Inbox Transaction$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Inbox Transaction]
LEFT JOIN
       [CRONUS UK Ltd_$IC G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC G/L Account]
              ON
                     [IC Inbox Transaction].[IC Partner G_L Acc_ No_] = [IC G/L Account].[No_]
13Source Line No. SearchSource Line No.NormalInteger4Source Line No_int
14IC Account Type SearchIC Account TypeNormalOption4IC Account Typeint
Available options are:
  • “G/L Account”
  • “Bank Account”
15IC Account No. SearchIC Account No.NormalCode20IC Account No_nvarchar(40)
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 Inbox Transaction].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$IC Inbox Transaction$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Inbox Transaction]
LEFT JOIN
       [User] AS [User]
              ON
                     [IC Inbox Transaction].[$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 Inbox Transaction].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$IC Inbox Transaction$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Inbox Transaction]
LEFT JOIN
       [User] AS [User]
              ON
                     [IC Inbox Transaction].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from IC Inbox Transaction table

Leave a Reply

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