[IntegrationEvent(false, false)]
local procedure OnBeforeSearchItemByAttributesForPurchLine(var Item: Record "Item"; ItemsFilteredbyAttrib: Page "KVSKBAItemFilteredbyAttributes"; var Found: Boolean; PurchLinePar: Record "Purchase Line"; var ItemsSelected: Record "Item"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAItemAttributeSearchMgt", 'OnBeforeSearchItemByAttributesForPurchLine', '', false, false)]
local procedure DoSomethingOnBeforeSearchItemByAttributesForPurchLine(var Item: Record "Item"; ItemsFilteredbyAttrib: Page "KVSKBAItemFilteredbyAttributes"; var Found: Boolean; PurchLinePar: Record "Purchase Line"; var ItemsSelected: Record "Item"; var IsHandled: Boolean)
begin
end;
[IntegrationEvent(false, false)]
local procedure OnBeforeSearchItemByAttributesForSalesLine(var Item: Record "Item"; ItemsFilteredbyAttrib: Page "KVSKBAItemFilteredbyAttributes"; var Found: Boolean; SalesLinePar: Record "Sales Line"; var ItemsSelected: Record "Item"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAItemAttributeSearchMgt", 'OnBeforeSearchItemByAttributesForSalesLine', '', false, false)]
local procedure DoSomethingOnBeforeSearchItemByAttributesForSalesLine(var Item: Record "Item"; ItemsFilteredbyAttrib: Page "KVSKBAItemFilteredbyAttributes"; var Found: Boolean; SalesLinePar: Record "Sales Line"; var ItemsSelected: Record "Item"; var IsHandled: Boolean)
begin
end;
[IntegrationEvent(false, false)]
local procedure OnBeforeSearchItemByAttributesForServiceLine(var Item: Record "Item"; ItemsFilteredbyAttrib: Page "KVSKBAItemFilteredbyAttributes"; var Found: Boolean; ServiceLinePar: Record "Service Line"; var ItemsSelected: Record "Item"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAItemAttributeSearchMgt", 'OnBeforeSearchItemByAttributesForServiceLine', '', false, false)]
local procedure DoSomethingOnBeforeSearchItemByAttributesForServiceLine(var Item: Record "Item"; ItemsFilteredbyAttrib: Page "KVSKBAItemFilteredbyAttributes"; var Found: Boolean; ServiceLinePar: Record "Service Line"; var ItemsSelected: Record "Item"; var IsHandled: Boolean)
begin
end;