[IntegrationEvent(false, false)]
local procedure OnBeforeServiceContractLineModify(var ServiceContractLine: Record "Service Contract Line"; ServiceContractHeader: Record "Service Contract Header"; UpdateToDate: Date; PriceUpdPct: Decimal):
[EventSubscriber(ObjectType::Report, Report::"KVSMTCUpdateContractPrices", 'OnBeforeServiceContractLineModify', '', false, false)]
local procedure DoSomethingOnBeforeServiceContractLineModify(var ServiceContractLine: Record "Service Contract Line"; ServiceContractHeader: Record "Service Contract Header"; UpdateToDate: Date; PriceUpdPct: Decimal)
begin
end;