diff --git a/docs/Files/UI/Solution-Manager/Library/Frequencies/Editing-Frequencies.md b/docs/Files/UI/Solution-Manager/Library/Frequencies/Editing-Frequencies.md new file mode 100644 index 0000000..7db92c3 --- /dev/null +++ b/docs/Files/UI/Solution-Manager/Library/Frequencies/Editing-Frequencies.md @@ -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") diff --git a/docs/Files/UI/Solution-Manager/Library/Frequencies/Forecasting-Frequencies.md b/docs/Files/UI/Solution-Manager/Library/Frequencies/Forecasting-Frequencies.md new file mode 100644 index 0000000..1a51efd --- /dev/null +++ b/docs/Files/UI/Solution-Manager/Library/Frequencies/Forecasting-Frequencies.md @@ -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") diff --git a/docs/Files/UI/Solution-Manager/Library/Frequencies/Managing-Frequencies.md b/docs/Files/UI/Solution-Manager/Library/Frequencies/Managing-Frequencies.md new file mode 100644 index 0000000..0f1b9fe --- /dev/null +++ b/docs/Files/UI/Solution-Manager/Library/Frequencies/Managing-Frequencies.md @@ -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) diff --git a/docs/Files/UI/Solution-Manager/Library/Managing-Frequencies.md b/docs/Files/UI/Solution-Manager/Library/Managing-Frequencies.md deleted file mode 100644 index 349e001..0000000 --- a/docs/Files/UI/Solution-Manager/Library/Managing-Frequencies.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -lang: en-us -title: Managing Frequencies -viewport: width=device-width, initial-scale=1.0 ---- - -# Managing Frequencies - -See [Frequencies Concepts](../../../../automation-concepts/frequencies.md). - -![Managing Frequencies](../../../../Resources/Images/SM/Library/ManagingLibrary/ManagingFrequencies.png "Managing Frequencies") - -Please check back for more content. diff --git a/docs/Resources/Images/SM/Library/Frequencies/Frequency-Forecast.png b/docs/Resources/Images/SM/Library/Frequencies/Frequency-Forecast.png new file mode 100644 index 0000000..1878bb0 Binary files /dev/null and b/docs/Resources/Images/SM/Library/Frequencies/Frequency-Forecast.png differ diff --git a/docs/Resources/Images/SM/Library/Frequencies/Frequency-Manager-Wizard.png b/docs/Resources/Images/SM/Library/Frequencies/Frequency-Manager-Wizard.png new file mode 100644 index 0000000..0c0300e Binary files /dev/null and b/docs/Resources/Images/SM/Library/Frequencies/Frequency-Manager-Wizard.png differ diff --git a/sidebars.js b/sidebars.js index 17e29a5..ba5bcaf 100644 --- a/sidebars.js +++ b/sidebars.js @@ -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", { @@ -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",