KVSPSAJob Account Schedule#
Procedures#
SetAccSchedNameNonEditable(Code[10]) :#
Summary: This procedure sets value of GlobalAccSchedNameHidden and GlobalAccSchedNameEditable.
procedure SetAccSchedNameNonEditable(NewAccSchedName: Code[10]):
Parameters:
NewAccSchedName
: Code used to set GlobalAccSchedNameHidden.
SetFinancialReportName(Code[10]) :#
Summary: This procedure sets value of GlobalJobFinancialReportName then set value of GlobalAccSchedNameHidden and GlobalAccSchedNameEditable base on JobFinancialReport.
procedure SetFinancialReportName(NewFinancialReportName: Code[10]):
Parameters:
NewFinancialReportName
: Code used to set GlobalJobFinancialReportName.
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;