---
title: "Codeunit 76 Purch.-Get Drop Shpt."
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/76-purch-get-drop-shpt/
type: codeunit
id: 76
name: "Purch.-Get Drop Shpt."
app: "Base Application"
namespace: Microsoft.Purchases.Document
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/76-purch-get-drop-shpt/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 76 Purch.-Get Drop Shpt.

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/76-purch-get-drop-shpt/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Purchases.Document |
| Versions | 17-28 |
| Source file | Purchases/Document/PurchGetDropShpt.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| GetDescription | (var Record Purchase Line, Record Sales Line) | - | public | 17-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterPurchaseLineInsert | (var Record Purchase Line, Record Sales Line, var Integer) | 17-28 | - | - |
| Integration event | OnAfterSalesLineModify | (var Record Sales Line, var Record Purchase Line) | 17-28 | - | - |
| Integration event | OnBeforeCheckSalesLineQtyPerUnitOfMeasure | (var Record Purchase Header, var Record Sales Line, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforePurchaseLineInsert | (var Record Purchase Line, Record Sales Line) | 17-28 | - | - |
| Integration event | OnBeforeSalesLineModify | (var Record Sales Line, Record Purchase Line) | 17-19 | - | - |
| Integration event | OnBeforeUpdateSalesLineUnitCostLCY | (var Record Purchase Header, var Record Sales Line, var Boolean) | 17-28 | - | - |
| Integration event | OnCodeOnAfterSalesLineSetFilters | (var Record Sales Line) | 17 | - | - |
| Integration event | OnCodeOnAfterInsertPurchExtText | (Record Sales Line, Record Purchase Header, var Integer) | 17-28 | - | - |
| Integration event | OnCodeOnBeforeModify | (var Record Purchase Header, Record Sales Header) | 17-28 | - | - |
| Integration event | OnCodeOnBeforeSelectSalesHeader | (var Record Purchase Header, var Record Sales Header, var Boolean) | 17-28 | - | - |
| Integration event | OnGetDescriptionFromItemTranslation | (var Record Purchase Line, Record Item Translation) | 17-28 | - | - |
| Integration event | OnGetDescriptionFromItemVariant | (var Record Purchase Line, Record Item Variant) | 17-28 | - | - |
| Integration event | OnGetDescriptionFromItem | (var Record Purchase Line, Record Item) | 17-28 | - | - |
| Integration event | OnGetDescriptionFromSalesLine | (var Record Purchase Line, Record Sales Line) | 17-28 | - | - |
| Integration event | OnCodeOnBeforeProcessPurchaseLine | (Record Sales Line, var Boolean) | 17 | - | - |
| Integration event | OnCodeOnAfterSalesLineSetFilters | (var Record Sales Line, Record Purchase Header) | 18-19 | - | - |
| Integration event | OnCodeOnBeforeProcessPurchaseLine | (Record Sales Line, var Boolean, Record Purchase Header) | 18-20 | - | - |
| Integration event | OnAfterCode | (Record Purchase Header, Record Sales Header) | 20-28 | - | - |
| Integration event | OnRunOnBeforeCode | (var Record Purchase Header, var Record Purchase Header) | 20-28 | - | - |
| Integration event | OnBeforeSalesLineModify | (var Record Sales Line, Record Purchase Line, Record Sales Header) | 20-28 | - | - |
| Integration event | OnCodeOnAfterSalesLineSetFilters | (var Record Sales Line, var Record Purchase Header) | 20-28 | - | - |
| Integration event | OnCodeOnBeforeProcessPurchaseLine | (Record Sales Line, var Boolean, Record Purchase Header, var Integer) | 21-28 | - | - |
| Integration event | OnBeforeGetDescriptionFromItemReference | (Record Purchase Header, var Record Purchase Line, Record Sales Line, Record Item, var Boolean, var Boolean) | 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.
