Hist. Inventory Trx. Header

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

Table Type: Company

Table Name: Hist. Inventory Trx. Header
Database Table Name:

Table Number: 40906

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 Hist. Inventory Trx. Header can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   []

Show/hide an example select of all columns by name

SELECT

FROM
   []

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

SELECT
   *
FROM
   [] AS [Hist. Inventory Trx. Header]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
      ON
         [Hist. Inventory Trx. Header].[Document Type] = [Sales Header Archive].[Document Type]
      AND
         [Hist. Inventory Trx. Header].[Document No_] = [Sales Header Archive].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header]
      ON
         [Hist. Inventory Trx. Header].[Document Type] = [Sales Header].[Document Type]
      AND
         [Hist. Inventory Trx. Header].[Document No_] = [Sales Header].[No_]
LEFT JOIN
   [User] AS [User]
      ON
         [Hist. Inventory Trx. Header].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Hist. Inventory Trx. Header].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Hist. Inventory Trx. Header table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Primary Key Primary Key SearchPrimary KeyNormalInteger4
2Audit Code SearchAudit CodeNormalCode35
3Document Type SearchDocument TypeNormalOption4
4Document No. SearchDocument No.NormalCode35
5Document Date SearchDocument DateNormalDate4
6Batch No. SearchBatch No.NormalCode35
7Batch Source SearchBatch SourceNormalText50
8Post Date SearchPost DateNormalDate4
9Source Reference No. SearchSource Reference No.NormalCode35
10Source Indicator SearchSource IndicatorNormalText65
2000000000$systemId SearchSystem IDNormalGUID16
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8
2000000002SystemCreatedBy SearchCreated ByNormalGUID16
2000000003SystemModifiedAt SearchModified AtNormalDateTime8
2000000004SystemModifiedBy SearchModified ByNormalGUID16

Show/hide tables related from Hist. Inventory Trx. Header table

Leave a Reply

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