KVSFCYServiceLibFCY#
Events#
OnCopyAddedTablesServLine2ServShptLine(Record Service Line, Record Service Shipment Line) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('Not longer supported! FCY-1404.', '25.0')]
[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) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('Not longer supported! FCY-1404.', '25.0')]
[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) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('Not longer supported! FCY-1404.', '25.0')]
[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;