Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPCON-24046: Add frequency documentation. #294

Merged
merged 2 commits into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
lang: en-us
title: Editing Frequencies
viewport: width=device-width, initial-scale=1.0
---

# Editing Frequencies

To edit a frequency:

1. Select a frequency and click the **Edit** button. The **Frequency Manager Wizard** dialog displays.
2. Make the desired changes to the frequency.
3. To view a forecast of the changes, click the **Forecast** button.
4. To reset the changes, click the **Reset** button.
5. Click **Save** to save the changes or **Cancel** to discard the changes.

![Frequency Manager Wizard](../../../../../Resources/Images/SM/Library/Frequencies/Frequency-Manager-Wizard.png "Frequency Manager Wizard")
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
lang: en-us
title: Forecasting Frequencies
viewport: width=device-width, initial-scale=1.0
---

# Forecasting Frequencies

1. Select a frequency and click the **Forecast** button. The **Forecast** dialog displays.
2. The **Forecast** dialog displays the frequency name, and a yearly calendar with included and excluded forecast dates highlighted.
3. Use the **previous** and **next** buttons to navigate through the years.
4. Click **Close** to close the dialog.

![Frequency Forecast](../../../../../Resources/Images/SM/Library/Frequencies/Frequency-Forecast.png "Frequency Forecast")
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
lang: en-us
title: Managing Frequencies
viewport: width=device-width, initial-scale=1.0
---

# Managing Frequencies

The **Frequencies** page is used to view, edit, and forecast frequencies. This page displays a list of existing frequencies. You can filter the list by frequency name, A/O/B/N value, calendar name and in-use count. You can view the master schedules and jobs that use the frequency by selecting the **Cross References** button in the toolbar. To view frequencies with duplicate frequencies, check the **Show Duplicate Frequency Configurations** checkbox. For conceptual information, refer to [Frequencies](../../../../../automation-concepts/frequencies.md) in the **Concepts** online help.

![Managing Frequencies](../../../../../Resources/Images/SM/Library/ManagingLibrary/ManagingFrequencies.png "Managing Frequencies")

Related Topics

- [Editing Frequencies](Editing-Frequencies.md)
- [Forecasting Frequencies](Forecasting-Frequencies.md)
13 changes: 0 additions & 13 deletions docs/Files/UI/Solution-Manager/Library/Managing-Frequencies.md

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,16 @@ module.exports = {
"Files/UI/Solution-Manager/Library/EscalationManager/Managing-Escalation-Groups",
],
},
{
type: "category",
label: "Frequencies",
collapsed: true,
items: [
"Files/UI/Solution-Manager/Library/Frequencies/Managing-Frequencies",
"Files/UI/Solution-Manager/Library/Frequencies/Editing-Frequencies",
"Files/UI/Solution-Manager/Library/Frequencies/Forecasting-Frequencies",
],
},
"Files/UI/Solution-Manager/Library/Global-Properties",
"Files/UI/Solution-Manager/Library/LicenseSupport/License-Support",
{
Expand Down Expand Up @@ -632,7 +642,6 @@ module.exports = {
"Files/UI/Solution-Manager/Managing-Agents",
"Files/UI/Solution-Manager/Library/Managing-Batch-Users",
"Files/UI/Solution-Manager/Library/Managing-Departments",
"Files/UI/Solution-Manager/Library/Managing-Frequencies",
"Files/UI/Solution-Manager/Library/Managing-Master-Jobs",
"Files/UI/Solution-Manager/Library/Managing-Master-Schedules",
"Files/UI/Solution-Manager/Library/Managing-Tags",
Expand Down
Loading