Skip to content

KVSFCYItemAttributeValue#

Events#

OnAfterItemAttributeValueMappingDelete(Integer, Code[20]) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

[Obsolete('This Event is no longer supported, never triggered', '23')]
[IntegrationEvent(false, false)]
local procedure OnAfterItemAttributeValueMappingDelete(AttributeToDeleteID: Integer; RelatedRecordCode: Code[20]): 
[EventSubscriber(ObjectType::Page, Page::"KVSFCYItemAttributeValue", 'OnAfterItemAttributeValueMappingDelete', '', false, false)]
local procedure DoSomethingOnAfterItemAttributeValueMappingDelete(AttributeToDeleteID: Integer; RelatedRecordCode: Code[20])
begin
end;

OnBeforeItemAttributeValueMappingModify(Record Item Attribute Value Mapping, Record Item Attribute Value, Code[20]) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

[Obsolete('This Event is no longer supported, never triggered', '23')]
[IntegrationEvent(false, false)]
local procedure OnBeforeItemAttributeValueMappingModify(var ItemAttributeValueMapping: Record "Item Attribute Value Mapping"; ItemAttributeValue: Record "Item Attribute Value"; RelatedRecordCode: Code[20]): 
[EventSubscriber(ObjectType::Page, Page::"KVSFCYItemAttributeValue", 'OnBeforeItemAttributeValueMappingModify', '', false, false)]
local procedure DoSomethingOnBeforeItemAttributeValueMappingModify(var ItemAttributeValueMapping: Record "Item Attribute Value Mapping"; ItemAttributeValue: Record "Item Attribute Value"; RelatedRecordCode: Code[20])
begin
end;