KVSPSAVendorContractLines#
Events#
KVSPSAOnAfterSetNextBillingDateStyle(Record Vend. Sub. Contract Line, Record Subscription Line, Text) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterSetNextBillingDateStyle(VendSubContractLine: Record "Vend. Sub. Contract Line"; SubscriptionLine: Record "Subscription Line"; var NextBillingDateStyleExpr: Text):
[EventSubscriber(ObjectType::Page, Page::"KVSPSAVendorContractLines", 'KVSPSAOnAfterSetNextBillingDateStyle', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterSetNextBillingDateStyle(VendSubContractLine: Record "Vend. Sub. Contract Line"; SubscriptionLine: Record "Subscription Line"; var NextBillingDateStyleExpr: Text)
begin
end;