Report "Update Contract Prices"

ID 6031
Namespace: Microsoft.Service.Contract

Properties

Name Value
ApplicationArea #Service
Caption Update Service Contract Prices
ProcessingOnly True
UsageCategory Tasks

Methods

InitializeRequest

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

Parameters

Name Type Description
UpdateToDateFrom Date
PricePercentage Decimal
PerformUpdate Option

Events

OnBeforeServiceContractLineModify

[IntegrationEvent(False,False)]
local procedure OnBeforeServiceContractLineModify(var ServiceContractLine: Record "Service Contract Line", ServiceContractHeader: Record "Service Contract Header", UpdateToDate: Date, PriceUpdPct: Decimal)

Parameters

Name Type Description
ServiceContractLine Table Microsoft.Service.Contract."Service Contract Line"
ServiceContractHeader Table Microsoft.Service.Contract."Service Contract Header"
UpdateToDate Date
PriceUpdPct Decimal

OnBeforeCalcAnnualAmt

[IntegrationEvent(False,False)]
local procedure OnBeforeCalcAnnualAmt(var ServiceContractHeader: Record "Service Contract Header", var IsHandled: Boolean)

Parameters

Name Type Description
ServiceContractHeader Table Microsoft.Service.Contract."Service Contract Header"
IsHandled Boolean

See also