Skip to content

KVSMTCUpdateContractPrices#

Procedures#

InitializeRequest(Date, Decimal, Option) :#

procedure InitializeRequest(UpdateToDateFrom: Date; PricePercentage: Decimal; PerformUpdate: Option): 

Events#

OnBeforeServiceContractLineModify(Record Service Contract Line, Record Service Contract Header, Date, Decimal) :#

[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;