Skip to content

KVSKBAItemJournalLine#

Events#

OnBeforeCheckOnBeforeDisplayErrorIfItemIsBlocked(Record Item, Record Item Journal Line, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeCheckOnBeforeDisplayErrorIfItemIsBlocked(Item: Record "Item"; ItemJournalLine: Record "Item Journal Line"; var Handled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAItemJournalLine", 'OnBeforeCheckOnBeforeDisplayErrorIfItemIsBlocked', '', false, false)]
local procedure DoSomethingOnBeforeCheckOnBeforeDisplayErrorIfItemIsBlocked(Item: Record "Item"; ItemJournalLine: Record "Item Journal Line"; var Handled: Boolean)
begin
end;

OnBeforeOnAppliesfromEntryOnBeforeCheckTrackingExistsError(Record Item Journal Line, Record Item Ledger Entry, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeOnAppliesfromEntryOnBeforeCheckTrackingExistsError(ItemJournalLine: Record "Item Journal Line"; ItemLedgEntry: Record "Item Ledger Entry"; var Handled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAItemJournalLine", 'OnBeforeOnAppliesfromEntryOnBeforeCheckTrackingExistsError', '', false, false)]
local procedure DoSomethingOnBeforeOnAppliesfromEntryOnBeforeCheckTrackingExistsError(ItemJournalLine: Record "Item Journal Line"; ItemLedgEntry: Record "Item Ledger Entry"; var Handled: Boolean)
begin
end;