---
title: "Table 7501 Item Attribute Value"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/table/7501-item-attribute-value/
type: table
id: 7501
name: "Item Attribute Value"
app: "Base Application"
namespace: Microsoft.Inventory.Item.Attribute
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/table/7501-item-attribute-value/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 7501 Item Attribute Value

Jonas Paprotka, https://jonas-paprotka.de/ref/table/7501-item-attribute-value/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Inventory.Item.Attribute |
| Versions | 17-28 |
| Source file | Inventory/Item/Attribute/ItemAttributeValue.Table.al |

## Fields

| Id | Name | Type | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| 1 | Attribute ID | Integer | 17-28 | - | - |
| 2 | ID | Integer | 17-28 | - | - |
| 3 | Value | Text[250] | 17-28 | - | - |
| 4 | Numeric Value | Decimal | 17-28 | - | - |
| 5 | Date Value | Date | 17-28 | - | - |
| 6 | Blocked | Boolean | 17-28 | - | - |
| 10 | Attribute Name | Text[250] | 17-28 | - | - |

## Keys

| Name | Fields | Versions |
| --- | --- | --- |
| Key1, clustered | Attribute ID, ID | 17-28 |
| Key2 | Value | 17-28 |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| LookupAttributeValue | (Integer, var Integer) | - | public | 17-28 | - | - |
| GetAttributeNameInCurrentLanguage | () | Text[250] | public | 17-28 | - | - |
| GetValueInCurrentLanguage | () | Text[250] | public | 17-28 | - | - |
| GetValueInCurrentLanguageWithoutUnitOfMeasure | () | Text[250] | public | 17-28 | - | - |
| GetTranslatedName | (Integer) | Text[250] | public | 17-28 | - | - |
| GetTranslatedNameByLanguageCode | (Code[10]) | Text[250] | public | 17-28 | - | - |
| HasBeenUsed | () | Boolean | public | 17-28 | - | - |
| SetValueFilter | (var Record Item Attribute, Text) | - | public | 17-28 | - | - |
| LoadItemAttributesFactBoxData | (Code[20]) | - | public | 17-28 | - | - |
| LoadCategoryAttributesFactBoxData | (Code[20]) | - | public | 17-28 | - | - |
| AttributeExists | (Integer) | Boolean | public | 23-28 | - | - |
| LoadItemVariantAttributesFactBoxData | (Code[20], Code[10]) | - | public | 28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterHasBeenUsed | (Record Item Attribute Value, var Boolean) | 17-28 | - | - |
| Integration event | OnGetValueInCurrentLanguage | (Record Item Attribute, var Record Item Attribute Value) | 17-28 | - | - |
| Integration event | OnLoadItemAttributesFactBoxDataOnBeforeInsert | (var Record Item Attribute Value Mapping, var Record Item Attribute Value) | 17-28 | - | - |
| Integration event | OnAfterGetValueInCurrentLanguage | (Record Item Attribute Value, var Text[250]) | 20-28 | - | - |
| Integration event | OnBeforeSetValueFilter | (var Record Item Attribute Value, Record Item Attribute, Text, var Boolean) | 20-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.
