---
title: "Codeunit 7317 Whse. Integration Management"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/7317-whse-integration-management/
type: codeunit
id: 7317
name: "Whse. Integration Management"
app: "Base Application"
namespace: Microsoft.Warehouse.Structure
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/7317-whse-integration-management/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 7317 Whse. Integration Management

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/7317-whse-integration-management/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Warehouse.Structure |
| Versions | 17-28 |
| Source file | Warehouse/Structure/WhseIntegrationManagement.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| CheckBinTypeCode | (Integer, Text[30], Code[10], Code[20], Option) | - | public | 17-26 | Pending 24.0 | Replaced by procedure CheckBinTypeAndCode() |
| AllowPutawayOrQCBinsOnly | (var Record Bin Type) | - | public | 17-27 | Pending 25.0 | Moved to same procedure in table BinType |
| AllowPutawayPickOrQCBinsOnly | (var Record Bin Type) | - | public | 17-27 | Pending 25.0 | Moved to same procedure in table BinType |
| CheckIfBinDedicatedOnSrcDoc | (Code[10], var Code[20], Boolean) | - | public | 17-28 | - | - |
| CheckBinCode | (Code[10], Code[20], Text[30], Integer, Code[20]) | - | public | 17-27 | Pending 25.0 | Replaced by procedure CheckBinCodeForLocation() |
| CheckLocationCode | (Record Location, Integer, Code[20]) | - | public | 17-27 | Pending 25.0 | Not used anymore, code separated between table Location and Work Center |
| IsOpenShopFloorBin | (Code[10], Code[20]) | Boolean | public | 17-28 | - | - |
| CheckLocationOnManufBins | (Record Location) | - | public | 17-27 | Pending 25.0 | Moved to codeunit ProdOrderWarehouseMgt |
| CheckBinTypeAndCode | (Integer, Text, Code[10], Code[20], Option) | - | public | 24-28 | - | - |
| CheckBinCodeForLocation | (Code[10], Code[20], Text, Code[20]) | - | public | 25-28 | - | - |
| RunOnBeforeAllowPutawayOrQCBinsOnly | (var Record Bin Type, var Boolean) | - | internal | 25-27 | - | - |
| RunOnBeforeAllowPutawayPickOrQCBinsOnly | (var Record Bin Type, var Boolean) | - | internal | 25-27 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeAllowPutawayOrQCBinsOnly | (var Record Bin Type) | 17 | - | - |
| Integration event | OnBeforeCheckBinTypeCode | (Integer, Text[30], Code[10], Code[20], Option, var Boolean) | 17-26 | Pending 24.0 | Replaced by event OnCheckBinTypeCodeOnBeforeCheckPerSource |
| Integration event | OnCheckBinTypeCode | (Record Location, Record Bin, Record Bin Type, Integer, Text[30], Option) | 17-26 | Pending 24.0 | Replaced by event OnBeforeCheckBinTypeAndCode |
| Integration event | OnBeforeAllowPutawayOrQCBinsOnly | (var Record Bin Type, var Boolean) | 18-27 | Pending 25.0 | Replaced by same event in table BinType |
| Integration event | OnBeforeAllowPutawayPickOrQCBinsOnly | (var Record Bin Type, var Boolean) | 18-27 | Pending 25.0 | Replaced by same event in table BinType |
| Integration event | OnStartCheckBinTypeCode | (Integer, Text[30], Code[10], Code[20], Option, var Boolean) | 22-26 | Pending 24.0 | Replaced by event OnBeforeCheckBinTypeAndCode |
| Integration event | OnCheckBinTypeCodeOnBeforeCheckPerSource | (Integer, Text, Code[10], Code[20], Option, var Boolean) | 24-28 | - | - |
| Integration event | OnCheckBinTypeAndCode | (Record Location, Record Bin, Record Bin Type, Integer, Text, Option) | 24-28 | - | - |
| Integration event | OnBeforeCheckBinTypeAndCode | (Integer, Text, Code[10], Code[20], Option, var Boolean) | 24-28 | - | - |
| Integration event | OnAfterIsOpenShopFloorBin | (Code[10], Code[20], var Boolean) | 25-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.
