This element will become obsolete from version 25.0. Replaced by same procedure in codeunit "Serv. Test Report-Print"
[Obsolete(Replaced by same procedure in codeunit "Serv. Test Report-Print",25.0)]
procedure PrintServiceHeader(NewServiceHeader: Record "Service Header")
[IntegrationEvent(False,False)]
local procedure OnAfterCalcPurchDiscount(var PurchHeader: Record "Purchase Header", var PurchaseLine: Record "Purchase Line")
[IntegrationEvent(False,False)]
local procedure OnCalcSalesDiscOnAfterSetFilters(var SalesLine: Record "Sales Line", SalesHeader: Record "Sales Header")
[IntegrationEvent(False,False)]
local procedure OnCalcPurchDiscOnAfterSetFilters(var PurchaseLine: Record "Purchase Line", PurchaseHeader: Record "Purchase Header")
[IntegrationEvent(False,False)]
local procedure OnCalcPurchDiscOnBeforeRun(PurchaseHeader: Record "Purchase Header", var PurchaseLine: Record "Purchase Line")
This element will become obsolete from version 25.0. Replaced by same event in codeunit "Serv. Test Report-Print"
[Obsolete(Replaced by same event in codeunit "Serv. Test Report-Print",25.0)]
[IntegrationEvent(False,False)]
local procedure OnCalcServDiscOnBeforeRun(ServiceHeader: Record "Service Header", var ServiceLine: Record "Service Line")
[IntegrationEvent(False,False)]
local procedure OnPrintVATStmtLineOnBeforeReportRun(VATStatementTemplate: Record "VAT Statement Template", VATStatementLine: Record "VAT Statement Line", var IsHandled: Boolean)