Skip to content

KVSPSAICInboxOutboxMgt#

Events#

KVSPSAOnBeforeFillJobFieldsInPurchaseLine(Record Purchase Line, Record IC Inbox Purchase Line, Boolean) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeFillJobFieldsInPurchaseLine(var PurchaseLine: Record "Purchase Line"; var ICInboxPurchaseLine: Record "IC Inbox Purchase Line"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAICInboxOutboxMgt", 'KVSPSAOnBeforeFillJobFieldsInPurchaseLine', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeFillJobFieldsInPurchaseLine(var PurchaseLine: Record "Purchase Line"; var ICInboxPurchaseLine: Record "IC Inbox Purchase Line"; var IsHandled: Boolean)
begin
end;

KVSPSAOnBeforeFillPurchaseLineJobSplitLineFromPurchaseLine(Record Purchase Line, Record IC Inbox Purchase Line, Boolean) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeFillPurchaseLineJobSplitLineFromPurchaseLine(var PurchaseLine: Record "Purchase Line"; var ICInboxPurchaseLine: Record "IC Inbox Purchase Line"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAICInboxOutboxMgt", 'KVSPSAOnBeforeFillPurchaseLineJobSplitLineFromPurchaseLine', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeFillPurchaseLineJobSplitLineFromPurchaseLine(var PurchaseLine: Record "Purchase Line"; var ICInboxPurchaseLine: Record "IC Inbox Purchase Line"; var IsHandled: Boolean)
begin
end;