Skip to content

KVSFCYInventoryPostingTest#

Events#

OnAfterCheckDimension(Record Item Journal Line, Record Item Journal Template, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnAfterCheckDimension(ItemJournalLine: Record "Item Journal Line"; ItemJnlTemplate: Record "Item Journal Template"; QtyError: Boolean): 
[EventSubscriber(ObjectType::Report, Report::"KVSFCYInventoryPostingTest", 'OnAfterCheckDimension', '', false, false)]
local procedure DoSomethingOnAfterCheckDimension(ItemJournalLine: Record "Item Journal Line"; ItemJnlTemplate: Record "Item Journal Template"; QtyError: Boolean)
begin
end;

OnAfterCheckItemJnLLine(Record Item Journal Line, Record Item, Integer, Text[250]) :#

[IntegrationEvent(false, false)]
local procedure OnAfterCheckItemJnLLine(ItemJournalLine: Record "Item Journal Line"; Item: Record "Item"; var ErrorCounter: Integer; var ErrorText: Text[250]): 
[EventSubscriber(ObjectType::Report, Report::"KVSFCYInventoryPostingTest", 'OnAfterCheckItemJnLLine', '', false, false)]
local procedure DoSomethingOnAfterCheckItemJnLLine(ItemJournalLine: Record "Item Journal Line"; Item: Record "Item"; var ErrorCounter: Integer; var ErrorText: Text[250])
begin
end;

OnBeforeItemJournalLineOnAfterGetRecord(Record Item Journal Line, Integer, Text[250]) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeItemJournalLineOnAfterGetRecord(ItemJournalLine: Record "Item Journal Line"; var ErrorCounter: Integer; var ErrorText: Text[250]): 
[EventSubscriber(ObjectType::Report, Report::"KVSFCYInventoryPostingTest", 'OnBeforeItemJournalLineOnAfterGetRecord', '', false, false)]
local procedure DoSomethingOnBeforeItemJournalLineOnAfterGetRecord(ItemJournalLine: Record "Item Journal Line"; var ErrorCounter: Integer; var ErrorText: Text[250])
begin
end;