KVSFCYCalcAccScheduleOverview#
Procedures#
SetCalcSchedName(Code[10], Boolean) :#
Summary: Sets the calculation schedule name for the overview page and optionally fixes the schedule selection. This procedure configures the page to display data from the specified calculation schedule, automatically applying the default column layout if defined in the schedule setup.
procedure SetCalcSchedName(newCalcSchedNamePar: Code[10]; newFixCalcSchedNamePar: Boolean):
Parameters:
newCalcSchedNamePar: The calculation schedule name to set. Used to filter and display schedule-specific calculation data.newFixCalcSchedNamePar: Whether to fix the schedule name selection, preventing user changes. When true and schedule name is not empty, the schedule selection becomes read-only.
SetCurrentCalcWorksheet(Record KVSFCYCalculationWorksheet) :#
Summary: Sets the primary calculation worksheet for the schedule overview display. This procedure assigns the specified calculation worksheet as the primary data source (Worksheet 1) for the calculation schedule overview, enabling filtered display of calculation values and results.
procedure SetCurrentCalcWorksheet(var newCalcWorksheetVar: Record "KVSFCYCalculationWorksheet"):
Parameters:
newCalcWorksheetVar: The calculation worksheet record to set as the primary worksheet. Contains calculation data, filters, and parameters for the overview display.
Protected Variables#
NewCalcWorksheetEntryNo1#
Type: Integer
NewCalcWorksheetEntryNo2#
Type: Integer