Hist. Inventory Trx. Line

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

Table Type: Company

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

Table Number: 40907

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. Line 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. Line]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
      ON
         [Hist. Inventory Trx. Line].[Document Type] = [Sales Header Archive].[Document Type]
      AND
         [Hist. Inventory Trx. Line].[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. Line].[Document Type] = [Sales Header].[Document Type]
      AND
         [Hist. Inventory Trx. Line].[Document No_] = [Sales Header].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$Unit of Measure$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Unit of Measure]
      ON
         [Hist. Inventory Trx. Line].[Unit of Measure] = [Unit of Measure].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
      ON
         [Hist. Inventory Trx. Line].[Location Code] = [Location].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code]
      ON
         [Hist. Inventory Trx. Line].[Reason Code] = [Reason Code].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Hist. Inventory Trx. Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Hist. Inventory Trx. Line].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Hist. Inventory Trx. Line 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
5Line Item Sequence SearchLine Item SequenceNormalInteger4
6Date SearchDateNormalDate4
7Source Description SearchSource DescriptionNormalText50
8Customer No. SearchCustomer No.NormalCode35
9Item No. SearchItem No.NormalCode35
10Unit of Measure SearchUnit of MeasureNormalCode35
11Quantity SearchQuantityNormalDecimal12
12Unit Cost SearchUnit CostNormalDecimal12
13Ext. Cost SearchExt. CostNormalDecimal12
14Location Code SearchLocation CodeNormalCode35
15Transfer To Location Code SearchTransfer To Location CodeNormalCode35
16Reason Code SearchReason CodeNormalCode40
2000000000$systemId SearchSystem IDNormalGUID16
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8
2000000002SystemCreatedBy SearchCreated ByNormalGUID16
2000000003SystemModifiedAt SearchModified AtNormalDateTime8
2000000004SystemModifiedBy SearchModified ByNormalGUID16

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

Leave a Reply

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