Objects/Tables/Table 7501 Item Attribute Value
Table 7501 Item Attribute Value in 23
Jonas Paprotka, Base Application 23.5.16502.31399, checked
- App
- Base Application
- Namespace
- Microsoft.Inventory.Item.Attribute
Fields, 7Keys, 2Procedures, 11Events, 5
Versions171819202122232425262728latest
Source29
Fields, 7
| Id | Name | Type | Obsolete |
|---|
| 1 | Attribute ID | Integer | - |
| 2 | ID | Integer | - |
| 3 | Value | Text[250] | - |
| 4 | Numeric Value | Decimal | - |
| 5 | Date Value | Date | - |
| 6 | Blocked | Boolean | - |
| 10 | Attribute Name | Text[250] | - |
Keys, 2
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Attribute ID, ID | - |
| Key2 | Value | - |
Procedures, 11
| Name | Parameters | Returns | Access | Obsolete |
|---|
| LookupAttributeValue | (Integer, var Integer) | | public | - |
| GetAttributeNameInCurrentLanguage | () | Text[250] | public | - |
| GetValueInCurrentLanguage | () | Text[250] | public | - |
| GetValueInCurrentLanguageWithoutUnitOfMeasure | () | Text[250] | public | - |
| GetTranslatedName | (Integer) | Text[250] | public | - |
| GetTranslatedNameByLanguageCode | (Code[10]) | Text[250] | public | - |
| HasBeenUsed | () | Boolean | public | - |
| SetValueFilter | (var Record Item Attribute, Text) | | public | - |
| LoadItemAttributesFactBoxData | (Code[20]) | | public | - |
| LoadCategoryAttributesFactBoxData | (Code[20]) | | public | - |
| AttributeExists | (Integer) | Boolean | public | - |
Events, 5
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnAfterHasBeenUsed | (Record Item Attribute Value, var Boolean) | - |
| Integration event | OnGetValueInCurrentLanguage | (Record Item Attribute, var Record Item Attribute Value) | - |
| Integration event | OnLoadItemAttributesFactBoxDataOnBeforeInsert | (var Record Item Attribute Value Mapping, var Record Item Attribute Value) | - |
| Integration event | OnAfterGetValueInCurrentLanguage | (Record Item Attribute Value, var Text[250]) | - |
| Integration event | OnBeforeSetValueFilter | (var Record Item Attribute Value, Record Item Attribute, Text, var Boolean) | - |