IC Outbox Transaction

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

Table Type: Company

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

Table Number: 414

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

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$IC Outbox 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]
   ,[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 Outbox 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 Outbox Transaction$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Outbox Transaction]
LEFT JOIN
   [CRONUS UK Ltd_$IC Partner$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Partner]
      ON
         [IC Outbox Transaction].[IC Partner Code] = [IC Partner].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header]
      ON
         [IC Outbox Transaction].[Document Type] = [Sales Header].[Document Type]
      AND
         [IC Outbox Transaction].[Document No_] = [Sales Header].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
      ON
         [IC Outbox Transaction].[Document Type] = [Sales Header Archive].[Document Type]
      AND
         [IC Outbox Transaction].[Document No_] = [Sales Header Archive].[No_]
LEFT JOIN
   [User] AS [User]
      ON
         [IC Outbox Transaction].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [IC Outbox Transaction].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in IC Outbox 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 Outbox Transaction].[IC Partner Code]
       ,[IC Partner].[Code]
FROM
       [CRONUS UK Ltd_$IC Outbox Transaction$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Outbox Transaction]
LEFT JOIN
       [CRONUS UK Ltd_$IC Partner$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Partner]
              ON
                     [IC Outbox Transaction].[IC Partner Code] = [IC Partner].[Code]
3Source Type SearchSource TypeNormalOption4Source Typeint
Available options are:
  • “Journal Line”
  • “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:
  • “Rejected by Current Company”
  • “Created by Current Company”
9Document Date SearchDocument DateNormalDate4Document Datedatetime
10Line Action SearchLine ActionNormalOption4Line Actionint
Available options are:
  • “No Action”
  • “Send to IC Partner”
  • “Return to Inbox”
  • “Cancel”
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 Outbox Transaction].[IC Partner G_L Acc_ No_]
       ,[IC G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$IC Outbox Transaction$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Outbox Transaction]
LEFT JOIN
       [CRONUS UK Ltd_$IC G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC G/L Account]
              ON
                     [IC Outbox 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 Outbox Transaction].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$IC Outbox Transaction$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Outbox Transaction]
LEFT JOIN
       [User] AS [User]
              ON
                     [IC Outbox 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 Outbox Transaction].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$IC Outbox Transaction$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Outbox Transaction]
LEFT JOIN
       [User] AS [User]
              ON
                     [IC Outbox Transaction].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from IC Outbox Transaction table

Leave a Reply

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