Skip to content

KVSKBAItemAttributeSearchMgt#

Events#

OnBeforeSearchItemByAttributesForPurchLine(Record Item, Page KVSKBAItemFilteredbyAttributes, Boolean, Record Purchase Line, Record Item, Boolean) :#

[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;

OnBeforeSearchItemByAttributesForSalesLine(Record Item, Page KVSKBAItemFilteredbyAttributes, Boolean, Record Sales Line, Record Item, Boolean) :#

[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;

OnBeforeSearchItemByAttributesForServiceLine(Record Item, Page KVSKBAItemFilteredbyAttributes, Boolean, Record Service Line, Record Item, Boolean) :#

[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;