---
title: "Codeunit 330 ReqJnlManagement"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/330-reqjnlmanagement/
type: codeunit
id: 330
name: "ReqJnlManagement"
app: "Base Application"
namespace: Microsoft.Inventory.Requisition
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/330-reqjnlmanagement/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 330 ReqJnlManagement

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/330-reqjnlmanagement/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Inventory.Requisition |
| Versions | 17-28 |
| Source file | Inventory/Requisition/ReqJnlManagement.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| TemplateSelection | (Integer, Boolean, Option, var Record Requisition Line, var Boolean) | - | public | 17-22 | Pending 20.0 | Replaced by procedure WkshTemplateSelection() |
| TemplateSelectionFromBatch | (var Record Requisition Wksh. Name) | - | public | 17-28 | - | - |
| OpenJnl | (var Code[10], var Record Requisition Line) | - | public | 17-28 | - | - |
| OpenJnlBatch | (var Record Requisition Wksh. Name) | - | public | 17-28 | - | - |
| CheckName | (Code[10], var Record Requisition Line) | - | public | 17-28 | - | - |
| SetName | (Code[10], var Record Requisition Line) | - | public | 17-28 | - | - |
| LookupName | (var Code[10], var Record Requisition Line) | - | public | 17-28 | - | - |
| GetDescriptionAndRcptName | (var Record Requisition Line, var Text[100], var Text[100]) | - | public | 17-28 | - | - |
| SetUpNewLine | (var Record Requisition Line, Record Requisition Line) | - | public | 17-28 | - | - |
| WkshTemplateSelection | (Integer, Boolean, Enum Req. Worksheet Template Type, var Record Requisition Line, var Boolean) | - | public | 20-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterGetDescriptionAndRcptName | (var Record Requisition Line, var Text[100], var Text[100], var Record Requisition Line) | 17-28 | - | - |
| Integration event | OnAfterSetUpNewLine | (var Record Requisition Line, var Record Requisition Line) | 17-28 | - | - |
| Integration event | OnBeforeLookupName | (var Record Requisition Wksh. Name) | 17-28 | - | - |
| Integration event | OnBeforeOpenJnl | (var Code[10], var Record Requisition Line) | 17-28 | - | - |
| Integration event | OnTemplateSelectionSetFilter | (var Record Req. Wksh. Template, var Option) | 17-22 | Pending 20.0 | Replaced by event OnWkshTemplateSelectionSetFilter() |
| Integration event | OnWkshTemplateSelectionSetFilter | (var Record Req. Wksh. Template, var Enum Req. Worksheet Template Type) | 20-28 | - | - |
| Integration event | OnGetDescriptionAndRcptNameOnAfterSetDescription | (var Record Requisition Line, Record Requisition Line, var Text[100]) | 23-28 | - | - |
| Integration event | OnOpenJnlBatchOnBeforeTemplateSelection | (var Record Requisition Wksh. Name, var List) | 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.
