---
title: "Codeunit 7041 Price Asset - Item"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/7041-price-asset-item/
type: codeunit
id: 7041
name: "Price Asset - Item"
app: "Base Application"
namespace: Microsoft.Pricing.Asset
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/7041-price-asset-item/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 7041 Price Asset - Item

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/7041-price-asset-item/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Pricing.Asset |
| Versions | 17-28 |
| Source file | Pricing/Asset/PriceAssetItem.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| GetNo | (var Record Price Asset) | - | public | 17-28 | - | - |
| GetId | (var Record Price Asset) | - | public | 17-28 | - | - |
| IsLookupOK | (var Record Price Asset) | Boolean | public | 17-28 | - | - |
| ValidateUnitOfMeasure | (var Record Price Asset) | Boolean | public | 17-28 | - | - |
| IsLookupUnitOfMeasureOK | (var Record Price Asset) | Boolean | public | 17-28 | - | - |
| IsLookupVariantOK | (var Record Price Asset) | Boolean | public | 17-28 | - | - |
| IsAssetNoRequired | () | Boolean | public | 17-28 | - | - |
| FillBestLine | (Record Price Calculation Buffer, Enum Price Amount Type, var Record Price List Line) | - | public | 17-28 | - | - |
| FilterPriceLines | (Record Price Asset, var Record Price List Line) | Boolean | public | 17-28 | - | - |
| PutRelatedAssetsToList | (Record Price Asset, var Codeunit Price Asset List) | - | public | 17-28 | - | - |
| FillFromBuffer | (var Record Price Asset, Record Price Calculation Buffer) | - | public | 17-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterFillBestLine | (Record Price Calculation Buffer, Enum Price Amount Type, var Record Price List Line) | 17-28 | - | - |
| Integration event | OnAfterPutRelatedAssetsToList | (Record Price Asset, var Codeunit Price Asset List) | 17-28 | - | - |
| Integration event | OnAfterFillAdditionalFields | (var Record Price Asset, Record Item, Record Item Variant) | 18-28 | - | - |
| Integration event | OnBeforeIsLookupOK | (Record Price Asset, var Record Item) | 18-28 | - | - |
| Integration event | OnAfterFilterPriceLines | (Record Price Asset, var Record Price List Line, var Boolean) | 21-28 | - | - |
| Integration event | OnAfterFillFromBuffer | (var Record Price Asset, var Record Price Calculation Buffer) | 26-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.
