procedure GetServPriceGrSetup(var ServPriceGrSetup: Record "Serv. Price Group Setup", ServHeader: Record "Service Header", ServItemLine: Record "Service Item Line")
[IntegrationEvent(False,False)]
local procedure OnShowPriceAdjustmentOnBeforeServLinePriceAdjmtInsert(ServiceLine: Record "Service Line", var ServiceLinePriceAdjmt: Record "Service Line Price Adjmt.")
[IntegrationEvent(False,False)]
local procedure OnAdjustFixedOnBeforeFind(var ServiceLinePriceAdjmt: Record "Service Line Price Adjmt.", InclVat: Boolean, var FixedPrice: Decimal)
[IntegrationEvent(False,False)]
local procedure OnLineWithinFilterOnBeforeSetFilters(ServiceLine: Record "Service Line", var Result: Boolean, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnBeforePerformAdjustment(var ServiceLinePriceAdjmt: Record "Service Line Price Adjmt.", InclVat: Boolean, var IsHandled: Boolean)