Skip to content

KVSFCYServiceLibFCY#

Events#

OnCopyAddedTablesServLine2ServShptLine(Record Service Line, Record Service Shipment Line) :#

[IntegrationEvent(false, false)]
local procedure OnCopyAddedTablesServLine2ServShptLine(fromServLinePar: Record "Service Line"; toServShptLinePar: Record "Service Shipment Line"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSFCYServiceLibFCY", 'OnCopyAddedTablesServLine2ServShptLine', '', false, false)]
local procedure DoSomethingOnCopyAddedTablesServLine2ServShptLine(fromServLinePar: Record "Service Line"; toServShptLinePar: Record "Service Shipment Line")
begin
end;

OnCopyAddedTablesServLine2ServInvLine(Record Service Line, Record Service Invoice Line) :#

[IntegrationEvent(false, false)]
local procedure OnCopyAddedTablesServLine2ServInvLine(fromServLinePar: Record "Service Line"; toServInvLinePar: Record "Service Invoice Line"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSFCYServiceLibFCY", 'OnCopyAddedTablesServLine2ServInvLine', '', false, false)]
local procedure DoSomethingOnCopyAddedTablesServLine2ServInvLine(fromServLinePar: Record "Service Line"; toServInvLinePar: Record "Service Invoice Line")
begin
end;

OnCopyAddedTablesServLine2ServCrMemoLine(Record Service Line, Record Service Cr.Memo Line) :#

[IntegrationEvent(false, false)]
local procedure OnCopyAddedTablesServLine2ServCrMemoLine(fromServLinePar: Record "Service Line"; toServCrMemoLinePar: Record "Service Cr.Memo Line"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSFCYServiceLibFCY", 'OnCopyAddedTablesServLine2ServCrMemoLine', '', false, false)]
local procedure DoSomethingOnCopyAddedTablesServLine2ServCrMemoLine(fromServLinePar: Record "Service Line"; toServCrMemoLinePar: Record "Service Cr.Memo Line")
begin
end;