Table "Item Attribute Value Mapping"
ID 7505
Namespace: Microsoft.Inventory.Item.Attribute
Properties
Name
Value
Caption
Item Attribute Value Mapping
DataClassification
CustomerContent
Fields
Name
Type
Description
"Table ID"
Integer
"No."
Code[20]
"Item Attribute ID"
Integer
"Item Attribute Value ID"
Integer
SystemId
Guid
SystemCreatedAt
DateTime
SystemCreatedBy
Guid
SystemModifiedAt
DateTime
SystemModifiedBy
Guid
SystemRowVersion
BigInteger
Methods
RenameItemAttributeValueMapping
procedure RenameItemAttributeValueMapping(PrevNo: Code[20], NewNo: Code[20])
Parameters
Name
Type
Description
PrevNo
Code[20]
NewNo
Code[20]
Events
OnBeforeOnDelete
[IntegrationEvent(False,False)]
local procedure OnBeforeOnDelete(var ItemAttributeValueMapping: Record "Item Attribute Value Mapping", var IsHandled: Boolean)
Parameters
See also