> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.2cloudnine.com/llms.txt
> Use this file to discover all available pages before exploring further.

# QRG Validate, Publish and Unpublish Work Schedules

export const InlineImage = ({src, alt = "", height = "1.6em"}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: "inline",
    verticalAlign: "start",
    height: height,
    margin: "0"
  }} />;
};

## Purpose

The purpose of this quick reference guide is to step through the process of Validating, Publishing and Unpublishing Work Schedules using the Work Schedule Manager. The intended audience for this document are Standard Users.

## Steps

### Validate a Work Schedule Record

Once the Work Schedule has had the required Shift Allocations, the information held within the various records associated with the Work Schedule needs to be validated to ensure that it is correct. To Validate a Work Schedule, the following steps should be completed:

1. While the Work Schedule is not in Edit Mode, click the action button <InlineImage src="/images/icons/qrg-resolving-failed-reconciliation-results-inline-arrow-icon.png" alt="Action Button" /> (see Figure 1) in the header of the Work Schedule Manager (see Figure 1).
2. Select the **Validate** option.

<Frame>
  <img src="https://mintcdn.com/2cloudnine-2edf05eb/kjqI8CUTFYifoD18/images/generated/reference-guides/work-schedules/qrg-validate-publish-and-unpublish-work-schedules/qrg-validate-publish-and-unpublish-work-schedules-pdf-0-figure-1.png?fit=max&auto=format&n=kjqI8CUTFYifoD18&q=85&s=2b84719a9a50a37d7c0190ae30cdba1a" alt="Figure 1" width="1008" height="369" data-path="images/generated/reference-guides/work-schedules/qrg-validate-publish-and-unpublish-work-schedules/qrg-validate-publish-and-unpublish-work-schedules-pdf-0-figure-1.png" />
</Frame>

<Columns cols={2}>
  <div>
    3. Upon selecting the Validate option, the Validation Process will commence and its progress will be displayed within the Work Schedule Manager (see Figure 2).
  </div>

  <Frame>
    <img src="https://mintcdn.com/2cloudnine-2edf05eb/kjqI8CUTFYifoD18/images/generated/reference-guides/work-schedules/qrg-validate-publish-and-unpublish-work-schedules/qrg-validate-publish-and-unpublish-work-schedules-pdf-0-figure-2.png?fit=max&auto=format&n=kjqI8CUTFYifoD18&q=85&s=98260eeb943e18c013095b63fb2dc0b7" alt="Figure 2" width="473" height="442" data-path="images/generated/reference-guides/work-schedules/qrg-validate-publish-and-unpublish-work-schedules/qrg-validate-publish-and-unpublish-work-schedules-pdf-0-figure-2.png" />
  </Frame>
</Columns>

4. When the Validation Process has completed, the Status of the Work Schedule will be updated:

   <Columns cols={2}>
     <div>
       * If the Validation Process is completed successfully, the Status of the Work Schedule will be updated to Validated (see Figure 3).

         Please note that at this stage, users can continue to make changes to the Work Schedule or Shift Allocations and then go through the validation process again. The Work Schedule can now be Published.
     </div>

     <Frame>
       <img src="https://mintcdn.com/2cloudnine-2edf05eb/kjqI8CUTFYifoD18/images/generated/reference-guides/work-schedules/qrg-validate-publish-and-unpublish-work-schedules/qrg-validate-publish-and-unpublish-work-schedules-pdf-1-figure-3.png?fit=max&auto=format&n=kjqI8CUTFYifoD18&q=85&s=ba85d77d73a528eaefa389a95384eb89" alt="Figure 3" width="473" height="323" data-path="images/generated/reference-guides/work-schedules/qrg-validate-publish-and-unpublish-work-schedules/qrg-validate-publish-and-unpublish-work-schedules-pdf-1-figure-3.png" />
     </Frame>
   </Columns>

   <Columns cols={2}>
     <div>
       * If the Validation Process fails, the Status of the Work Schedule will be updated to Failed. The reason for the failure must be addressed before the Work Schedule can be Validated.

         Generally, a failed validation means that an error has been found with one or more of the records associated with the Work Schedule. If this occurs, a Debug Log will be created to provide the details of the error. This will be linked within the Work Schedule Manager (see Figure 4).
     </div>

     <Frame>
       <img src="https://mintcdn.com/2cloudnine-2edf05eb/kjqI8CUTFYifoD18/images/generated/reference-guides/work-schedules/qrg-validate-publish-and-unpublish-work-schedules/qrg-validate-publish-and-unpublish-work-schedules-pdf-1-figure-4.png?fit=max&auto=format&n=kjqI8CUTFYifoD18&q=85&s=b6777967a7f489a0d493fc815ab5d245" alt="Figure 4" width="473" height="308" data-path="images/generated/reference-guides/work-schedules/qrg-validate-publish-and-unpublish-work-schedules/qrg-validate-publish-and-unpublish-work-schedules-pdf-1-figure-4.png" />
     </Frame>
   </Columns>

### Publish a Work Schedule record

Once the Work Schedule has been Validated, it can be Published, which then enables it to be used in Assignment Schedules. To Publish a Validated Work Schedule, the following steps should be completed:

1. While the Work Schedule is not in Edit Mode, click the action button in the header of the Work Schedule Manager. Select the **Publish** option (see Figure 5).

<Frame>
  <img src="https://mintcdn.com/2cloudnine-2edf05eb/kjqI8CUTFYifoD18/images/generated/reference-guides/work-schedules/qrg-validate-publish-and-unpublish-work-schedules/qrg-validate-publish-and-unpublish-work-schedules-pdf-1-figure-5.png?fit=max&auto=format&n=kjqI8CUTFYifoD18&q=85&s=b6a50fbd3eb53d7301c80891bccf8de1" alt="Figure 5" width="1008" height="331" data-path="images/generated/reference-guides/work-schedules/qrg-validate-publish-and-unpublish-work-schedules/qrg-validate-publish-and-unpublish-work-schedules-pdf-1-figure-5.png" />
</Frame>

<Columns cols={2}>
  <div>
    2. Upon selecting the Publish option, a Publish Work Schedule popup will open (see Figure 6).
    3. Populate the **Published To** field with the date the Work Schedule Entries should be created to. This date cannot be earlier than the Work Schedule Start Date.
    4. Click the **OK** button. When clicked, the Publish Process will commence and its progress will be displayed within the Work Schedule Manager.

    <Note>
      The Published From date will automatically populate based on either the Work Schedule Start Date or the previous Published To date + 1, depending on if the Work Schedule has already been Published or not.
    </Note>
  </div>

  <Frame>
    <img src="https://mintcdn.com/2cloudnine-2edf05eb/kjqI8CUTFYifoD18/images/generated/reference-guides/work-schedules/qrg-validate-publish-and-unpublish-work-schedules/qrg-validate-publish-and-unpublish-work-schedules-pdf-2-figure-6.png?fit=max&auto=format&n=kjqI8CUTFYifoD18&q=85&s=ac92ce2d1986dcb46efbfa68c8939023" alt="Figure 6" width="473" height="294" data-path="images/generated/reference-guides/work-schedules/qrg-validate-publish-and-unpublish-work-schedules/qrg-validate-publish-and-unpublish-work-schedules-pdf-2-figure-6.png" />
  </Frame>
</Columns>

5. When the Publish Process has completed, the Status of the Work Schedule will be updated:

<Columns cols={2}>
  <div>
    * If the Publish Process is completed successfully, the Status of the Work Schedule will be updated to Published. The Work Schedule can now be used to create Assignment Schedules (see Figure 7).
  </div>

  <Frame>
    <img src="https://mintcdn.com/2cloudnine-2edf05eb/kjqI8CUTFYifoD18/images/generated/reference-guides/work-schedules/qrg-validate-publish-and-unpublish-work-schedules/qrg-validate-publish-and-unpublish-work-schedules-pdf-2-figure-7.png?fit=max&auto=format&n=kjqI8CUTFYifoD18&q=85&s=905b2861b1f599c08b22911597a1a0e5" alt="Figure 7" width="469" height="346" data-path="images/generated/reference-guides/work-schedules/qrg-validate-publish-and-unpublish-work-schedules/qrg-validate-publish-and-unpublish-work-schedules-pdf-2-figure-7.png" />
  </Frame>
</Columns>

* If the Publish Process fails, the Status of the Work Schedule will be updated to Failed. The reason for the failure must be addressed before the Work Schedule can be Published and used to create Assignment Schedules. If this occurs, a Debug Log will be created to provide the details of the error. This will be linked within the Work Schedule Manager.

### Unpublish a Work Schedule record

A Published Work Schedule cannot be changed. If a modification is required, it must first be Unpublished. Further, only the Work Schedules that do not have any related Assignment Schedules can be Unpublished and modified.

To Unpublish a Published Work Schedule, the following steps should be completed:

1. While the Work Schedule is not in Edit Mode, click the action button <InlineImage src="/images/icons/qrg-resolving-failed-reconciliation-results-inline-arrow-icon.png" alt="Action Button" /> in the header of the Work Schedule Manager. Select the **Unpublish** option (see Figure 8).

<Frame>
  <img src="https://mintcdn.com/2cloudnine-2edf05eb/kjqI8CUTFYifoD18/images/generated/reference-guides/work-schedules/qrg-validate-publish-and-unpublish-work-schedules/qrg-validate-publish-and-unpublish-work-schedules-pdf-3-figure-8.png?fit=max&auto=format&n=kjqI8CUTFYifoD18&q=85&s=f5ae78374960f67c8819bd6378f0b43d" alt="Figure 8" width="1008" height="381" data-path="images/generated/reference-guides/work-schedules/qrg-validate-publish-and-unpublish-work-schedules/qrg-validate-publish-and-unpublish-work-schedules-pdf-3-figure-8.png" />
</Frame>

2. Upon selecting the Unpublish option, the Unpublish Process will commence and its progress will be displayed within the Work Schedule Manager. When the Unpublish Process has completed, the Status of the Work Schedule will be updated:

   * If the Unpublish Process is completed successfully, the Status of the Work Schedule will be updated back to New.

     The Work Schedule can now be modified as required. When this is complete, the Validation and Publish processes will need to be undertaken again before the Work Schedule can be used to create an Assignment Schedule.

   * If the Unpublish Process fails, the Status of the Work Schedule will be updated to Failed. The reason for the failure must be addressed before the Work Schedule can be Unpublished. If this occurs, a Debug Log will be created to provide the details of the error. This will be linked within the Work Schedule Manager.

## Field Descriptions

| Field Name         | Description                                               |
| :----------------- | :-------------------------------------------------------- |
| **Published From** | is the date Work Schedule Entries have been created from. |
| **Published To**   | is the date Work Schedule Entries have been created to.   |

## Further Information

| Document                                                                                                   | Document Type               | Description                                                                                                                                                                                                                                          |
| :--------------------------------------------------------------------------------------------------------- | :-------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Quick Reference Guide Index - Work Schedules](/qrgs/index)                                                | Index                       | An index document that lists and provides links to all Quick Reference Guides relating to Work Schedules.                                                                                                                                            |
| [Managing Work Schedules Key Information](/qrgs/work-schedules/qrg-managing-work-schedule-key-information) | Information Quick Reference | A quick reference guide outlining useful information relevant to the Work Schedule functionality. The document includes definitions, prerequisites and other non-instructional information relating to Work Schedules and the Work Schedule Manager. |
| [Create and Manage Assignment Schedules](/qrgs/work-schedules/qrg-create-and-manage-assignment-schedules)  | Task Instructions           | How to create and manage Assignment Schedules to relate a Published Work Schedule to an Assignment.                                                                                                                                                  |
