---
title: "Table 753 Standard Item Journal Line"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/table/753-standard-item-journal-line/
type: table
id: 753
name: "Standard Item Journal Line"
app: "Base Application"
namespace: Microsoft.Inventory.Journal
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/table/753-standard-item-journal-line/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Table 753 Standard Item Journal Line

Jonas Paprotka, https://jonas-paprotka.de/ref/table/753-standard-item-journal-line/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Inventory.Journal |
| Versions | 17-28 |
| Source file | Inventory/Journal/StandardItemJournalLine.Table.al |

## Fields

| Id | Name | Type | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| 1 | Journal Template Name | Code[10] | 17-28 | - | - |
| 2 | Line No. | Integer | 17-28 | - | - |
| 3 | Item No. | Code[20] | 17-28 | - | - |
| 5 | Entry Type | Enum Item Ledger Entry Type | 17-28 | - | - |
| 8 | Description | Text[100] | 17-28 | - | - |
| 9 | Location Code | Code[10] | 17-28 | - | - |
| 10 | Inventory Posting Group | Code[20] | 17-28 | - | - |
| 13 | Quantity | Decimal | 17-28 | - | - |
| 16 | Unit Amount | Decimal | 17-28 | - | - |
| 17 | Unit Cost | Decimal | 17-28 | - | - |
| 18 | Amount | Decimal | 17-28 | - | - |
| 23 | Salespers./Purch. Code | Code[20] | 17-28 | - | - |
| 26 | Source Code | Code[10] | 17-28 | - | - |
| 34 | Shortcut Dimension 1 Code | Code[20] | 17-28 | - | - |
| 35 | Shortcut Dimension 2 Code | Code[20] | 17-28 | - | - |
| 37 | Indirect Cost % | Decimal | 17-28 | - | - |
| 41 | Standard Journal Code | Code[10] | 17-28 | - | - |
| 42 | Reason Code | Code[10] | 17-28 | - | - |
| 47 | Transaction Type | Code[10] | 17-28 | - | - |
| 48 | Transport Method | Code[10] | 17-28 | - | - |
| 49 | Country/Region Code | Code[10] | 17-28 | - | - |
| 53 | Qty. (Calculated) | Decimal | 17-28 | - | - |
| 54 | Qty. (Phys. Inventory) | Decimal | 17-28 | - | - |
| 56 | Phys. Inventory | Boolean | 17-28 | - | - |
| 57 | Gen. Bus. Posting Group | Code[20] | 17-28 | - | - |
| 58 | Gen. Prod. Posting Group | Code[20] | 17-28 | - | - |
| 59 | Entry/Exit Point | Code[10] | 17-28 | - | - |
| 63 | Area | Code[10] | 17-28 | - | - |
| 64 | Transaction Specification | Code[10] | 17-28 | - | - |
| 65 | Posting No. Series | Code[20] | 17-28 | - | - |
| 480 | Dimension Set ID | Integer | 17-28 | - | - |
| 5402 | Variant Code | Code[10] | 17-28 | - | - |
| 5403 | Bin Code | Code[20] | 17-28 | - | - |
| 5404 | Qty. per Unit of Measure | Decimal | 17-28 | - | - |
| 5407 | Unit of Measure Code | Code[10] | 17-28 | - | - |
| 5410 | Qty. Rounding Precision | Decimal | 19-28 | - | - |
| 5411 | Qty. Rounding Precision (Base) | Decimal | 19-28 | - | - |
| 5413 | Quantity (Base) | Decimal | 17-28 | - | - |
| 5701 | Originally Ordered No. | Code[20] | 17-28 | - | - |
| 5702 | Originally Ordered Var. Code | Code[10] | 17-28 | - | - |
| 5704 | Item Category Code | Code[20] | 17-28 | - | - |
| 5705 | Nonstock | Boolean | 17-28 | - | - |
| 5706 | Purchasing Code | Code[10] | 17-28 | - | - |
| 5707 | Product Group Code | Code[10] | 17-25 | Removed 15.0 | Product Groups became first level children of Item Categories. |
| 5800 | Value Entry Type | Enum Cost Entry Type | 17-28 | - | - |
| 5801 | Item Charge No. | Code[20] | 17-28 | - | - |
| 5817 | Correction | Boolean | 17-28 | - | - |
| 5839 | Work Center No. | Code[20] | 17-25 | - | - |
| 6600 | Return Reason Code | Code[10] | 17-28 | - | - |
| 7000 | Price Calculation Method | Enum Price Calculation Method | 17-28 | - | - |
| 99000755 | Overhead Rate | Decimal | 17-28 | - | - |

## Keys

| Name | Fields | Versions |
| --- | --- | --- |
| Key1, clustered | Journal Template Name, Standard Journal Code, Line No. | 17-28 |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| GetLineWithPrice | (var Interface Line With Price) | - | public | 17-28 | - | - |
| ValidateShortcutDimCode | (Integer, var Code[20]) | - | public | 17-28 | - | - |
| LookupShortcutDimCode | (Integer, var Code[20]) | - | public | 17-28 | - | - |
| ShowShortcutDimCode | (var Code[20]) | - | public | 17-28 | - | - |
| ShowDimensions | () | - | public | 17-28 | - | - |
| CreateDim | (Integer, Code[20], Integer, Code[20], Integer, Code[20]) | - | public | 17-22 | Pending 20.0 | Replaced by CreateDim(DefaultDimSource: List of [Dictionary of [Integer, Code[20]]]) |
| GetPriceCalculationHandler | (Enum Price Type, var Interface Price Calculation) | - | public | 18-28 | - | - |
| CreateDim | (List) | - | public | 20-28 | - | - |
| CreateDimFromDefaultDim | (Integer) | - | public | 20-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterCreateDimTableIDs | (var Record Standard Item Journal Line, Integer, var Integer, var Code[20]) | 17-22 | Pending 20.0 | Temporary event for compatibility |
| Integration event | OnAfterGetLineWithPrice | (var Interface Line With Price) | 17-28 | - | - |
| Integration event | OnAfterGetSKU | (Record Standard Item Journal Line, var Boolean) | 17-28 | - | - |
| Integration event | OnAfterValidateShortcutDimCode | (var Record Standard Item Journal Line, var Record Standard Item Journal Line, Integer, var Code[20]) | 17-28 | - | - |
| Integration event | OnBeforeValidateShortcutDimCode | (var Record Standard Item Journal Line, var Record Standard Item Journal Line, Integer, var Code[20]) | 17-28 | - | - |
| Integration event | OnAfterShowDimensions | (Record Standard Item Journal Line) | 18-28 | - | - |
| Integration event | OnAfterCreateDim | (var Record Standard Item Journal Line, Integer) | 18-22 | - | - |
| Integration event | OnValidateItemNoOnAfterCopyItemValues | (var Record Standard Item Journal Line, Record Item) | 19-28 | - | - |
| Integration event | OnBeforeRunEventOnAfterCreateDimTableIDs | (var Record Standard Item Journal Line, var List, var Boolean) | 20-22 | Pending 20.0 | Temporary event for compatibility |
| Integration event | OnAfterInitDefaultDimensionSources | (var Record Standard Item Journal Line, var List, Integer) | 20-28 | - | - |
| Integration event | OnAfterGetItem | (var Record Item, var Record Standard Item Journal Line) | 20-28 | - | - |
| Integration event | OnAfterRetriveCosts | (var Record Standard Item Journal Line, Record Item, Record Stockkeeping Unit, var Decimal) | 20-28 | - | - |
| Integration event | OnBeforeApplyPrice | (var Record Standard Item Journal Line) | 22-28 | - | - |
| Integration event | OnBeforeCreateDim | (var Record Standard Item Journal Line, Integer, List, var Boolean) | 22-28 | - | - |
| Integration event | OnAfterCreateDim | (var Record Standard Item Journal Line, Integer, Record Standard Item Journal Line, Integer, List) | 23-28 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
