Skip to content

KVSPSAJob Account Schedule#

Procedures#

SetAccSchedNameNonEditable(Code[10]) :#

procedure SetAccSchedNameNonEditable(NewAccSchedName: Code[10]): 

SetFinancialReportName(Code[10]) :#

procedure SetFinancialReportName(NewFinancialReportName: Code[10]): 

Events#

KVSPSAOnAfterSetColumnLayoutLedgerEntryTypeBudgetFilter(Record KVSPSAJob Column Layout, Record KVSPSAJob Acc. Schedule Name) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterSetColumnLayoutLedgerEntryTypeBudgetFilter(var JobColumnLayout: Record "KVSPSAJob Column Layout"; JobAccScheduleName: Record "KVSPSAJob Acc. Schedule Name"): 
[EventSubscriber(ObjectType::Report, Report::"KVSPSAJob Account Schedule", 'KVSPSAOnAfterSetColumnLayoutLedgerEntryTypeBudgetFilter', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterSetColumnLayoutLedgerEntryTypeBudgetFilter(var JobColumnLayout: Record "KVSPSAJob Column Layout"; JobAccScheduleName: Record "KVSPSAJob Acc. Schedule Name")
begin
end;