Report "Contract Price Update - Test"
ID 5985
Namespace: Microsoft.Service.Reports
Get an overview of service contracts that need price updates up to a date that you specify.
Properties
| Name | Value |
|---|---|
| DefaultLayout | RDLC |
| RDLCLayout | ./Service/Reports/ContractPriceUpdateTest.rdlc |
| Caption | Contract Price Update - Test |
Methods
InitVariables
procedure InitVariables(LocalPriceUpdPct: Decimal, LocalUpdateToDate: Date)
Parameters
| Name | Type | Description |
|---|---|---|
| LocalPriceUpdPct | Decimal | |
| LocalUpdateToDate | Date |
Events
OnBeforeTempServiceContractLineModify
[IntegrationEvent(False,False)]
local procedure OnBeforeTempServiceContractLineModify(var TempServiceContractLine: Record "Service Contract Line" temporary, ServiceContractHeader: Record "Service Contract Header", UpdateToDate: Date, PriceUpdPct: Decimal)
Parameters
| Name | Type | Description |
|---|---|---|
| TempServiceContractLine | Table Microsoft.Service.Contract."Service Contract Line" | |
| ServiceContractHeader | Table Microsoft.Service.Contract."Service Contract Header" | |
| UpdateToDate | Date | |
| PriceUpdPct | Decimal |