218<!DOCTYPE HTML>
<HTML>
<head>
<title>Reviews (HR Tab)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width" />
<link rel="canonical" href="https://www.enetemployer.com/help/companyreviews.html" />
<link rel="stylesheet" type="text/css" href="/_help.css">
<link rel="stylesheet" type="text/css" href="/_main.css">
<link rel="stylesheet" type="text/css" href="/_layout.css">
</head>
<body onLoad="createLanguageLink()" style="background-color:white;">
	
4FB
<script>
  document.addEventListener('DOMContentLoaded', function () {
    const buttons = document.querySelectorAll('.showhidehelpbtnai');
    const descriptions = document.querySelectorAll('.description');

    buttons.forEach(button => {
      button.addEventListener('click', () => {
        const targetId = button.getAttribute('data-target');

        descriptions.forEach(desc => {
          if (desc.id === targetId) {
            desc.classList.toggle('active');
			desc.scrollIntoView({ behavior: 'smooth', block: 'start' });
          }
        });
      });
    });
  });
</script>
<!--
the following 'forEach' will close the previously opened buttons.  Replace above 'for each'
		descriptions.forEach(desc => {
          if (desc.id === targetId) {
            const isActive = desc.classList.contains('active');
            // First, close all
            descriptions.forEach(d => d.classList.remove('active'));

            if (!isActive) {
              // Show the clicked one
              desc.classList.add('active');
              // Scroll into view
              desc.scrollIntoView({ behavior: 'smooth', block: 'start' });
            }
          } else {
            desc.classList.remove('active');
          }-->
2


11E
<script>
function createLanguageLink() {
  var x = location.hostname;
  var y = location.pathname;
  var z = "/fr";
  link='https://'+x+z+y;
  document.getElementById("language").innerHTML = '<a class="nav-link" style="color:#36C;" href="' + link + '">Francais</a>';
}
</script>
48

<div class="content-helppage">
  <div class="layout-container">
    
3DE
<table bgcolor="#FFFFCC" width="100%" border="0" cellpadding="4" cellspacing="0">
  <tr>
    <td width="10"></td>
    <td><p><strong><em>Help Toolbar</em></strong><font color="#CC0033" font="font" size="2"><em> &nbsp;&nbsp;(select a button to browse other online help sections)</em></font></p>
      <a href="/help/menu/welcome.html" class="db-button">Home</a>&nbsp; <a href="/help/tutorials/index.html" class="db-button">Tutorials</a>&nbsp; <a href="https://www.canpay.com/canadian-payroll-information.html" target="_blank" class="db-button">Resources</a>&nbsp; <a href="/help/menu/search.html" class="db-button">Search</a>&nbsp; <a href="/help/topics/tabsandmenus.html" class="db-button">Tabs &amp; Menus</a>&nbsp; <a href="/help/topics/buttondescriptions.html" class="db-button">Button Bar</a>&nbsp; <a href="/help/topics/tablecontrols.html" class="db-button">Table &amp; Data Display</a><span id="language" class="lang-in-helptoolbar"></span>
      </td>
  </tr>
</table>
<hr>

51D

    <h1>Reviews <em><span style="font-weight: normal;">(HR Tab)</span></em><span class="nextscreen"><a href="/help/ratetable.html"><img src="/images/icons/ic-help-nextpage.png" alt="View the next screen based on the program's menu order" title="View the next screen based on the program's menu order" width="26" height="26"></a></span><span class="prevscreen"><a href="/help/companyskills.html"><img src="/images/icons/ic-help-prevpage.png" alt="View the previous screen based on the program's menu order" title="View the previous screen based on the program's menu order" width="26" height="26"></a></span></h1>
    <p>Use this screen to define records that can track the company review program for each employee. Reviews can be an effective way to manage employee goals, monitor ongoing progress, and to store useful information about each employee's contribution to your business.</p>
    <table border="0">
      <tr>
        <td width="65"><img src="/images/icons/help-tutorials.jpg" width="55" height="55" alt="Step-by-Step tutorial icon" title="View a Step-by-Step tutorial on this feature"></td>
        <td class="calltoaction"><strong><a href="/help/tutorials/hr/employermenu/03-reviews/index.html" target="_blank">View step-by-step tutorial</a></strong></td>
      </tr>
    </table>
    
4BD
<h2>Common Buttons <span style=" color:#C00; font-size:13pt; font-weight:normal"> (included on all screens)</span></font></h2>
<p>The following command buttons appear on all screens. Choose a button to view detailed description of each command. <em><strong>Note:</strong></em> If a button is unavailable (i.e. its text appears in Gray), either the command is not applicable to the current screen, or its function has already been applied (e.g. you clicked the <em>New</em> button for an item that can only be added one time). You can also view the <a href="/help/topics/buttondescriptions.html"><em>Button Descriptions</em></a> help page to see the detailed descriptions of all program button on a single help page.</p>
    <div class="button-row"> <span class="showhidehelpbtnai" data-target="Save">Save</span> <span class="showhidehelpbtnai" data-target="New">New</span> <span class="showhidehelpbtnai" data-target="Delete">Delete</span> <span class="showhidehelpbtnai" data-target="Reload">Reload</span> <span class="showhidehelpbtnai" data-target="Tools">Tools</span> <span class="showhidehelpbtnai" data-target="Help">Help</span></div>
    <div id="Save" class="description">
      <blockquote>
        
16F
<p><a name="save" class="program-btn-nohover">Save</a> - Clicking this button saves all pending table changes to the program database. If a row is currently being edited, the changes will be saved and the row's checkmark (<img src="/help/images/icon-save.png" width="20" height="18" alt="save icon" />) will remain so that you can continue making further edits.</p>

67

      </blockquote>
    </div>
    <div id="New" class="description">
      <blockquote>
        
211
<p><a name="new" class="program-btn-nohover">New</a> - This button allows you insert a new row (item) in the current table. Clicking the button adds the new row at the top of the table and activates <em><a href="/help/topics/tablecontrols.html#editmode">Edit Mode</a></em> so you can enter the data required for each cell. <strong><em>Note:</em></strong> If this button includes a drop-down list immediately to its right, you must first select an item from the list so  that the new row will be based on the chosen list item.</p>
6A

      </blockquote>
    </div>
    <div id="Delete" class="description">
      <blockquote>
        
AF9
<p><a name="delete" class="program-btn-nohover">Delete</a> - Clicking this button removes the current row from the table. If you have multiple rows selected, all of the rows will be removed. When you click the button, you are prompted to make sure you want to delete the item(s) as the action cannot be undone.</p>
<p><strong>Important Considerations</strong> - While most program screens allow you to delete a row easily, some screens contain items that require special consideration before deleting:</p>
<ul>
  <li><strong>Employees</strong> - When you delete an employee from the <em>Payroll</em> tab's <a href="/help/employeepage.html"><em>Employee - Setup Employee</em></a> screen, the employee will no longer be visible on any screen in the <em>Payroll</em> tab other than the <em>Employee - Status Parameters</em> screen (the latter screen is required so that the employee can undeleted if necessary). If you delete an employee from the <a href="/help/topics/employee-database.html"><em>Employee Database</em></a>, the employee is irretrievable. Refer to the <a href="/help/topics/employees/deleting-employees/index.html"><em>Deleting Employees</em></a><em> </em>tutorial for more information.</li>
  <li><strong><a name="deletinglinkeditems" id="deletinglinkeditems"></a>Linked Items</strong> - <em><strong></strong></em>Care should be taken when deleting an item(s) as they may be associated with other items in your database. If you attempt to delete an item and receive the following message: <em>&quot;Cannot delete &lt;item&gt; because it is linked to the following item:&quot;,</em> it means that the item is associated (linked) with another item in the program. The item cannot be deleted until you remove the link/association between the two items. Refer to the <a href="/help/topics/linkeditems.html"><em>Deleting Linked Items</em></a> help page for more information.</li>
  <li><strong>Sub Rows</strong> - Some screens contain sub-rows that will appear under the main row that you are deleting. If you see an <em>Expand</em> icon (<img src="/help/images/icon-expandrow.png" width="16" height="15" alt="expand icon for payroll rows" />) at the leftmost side of the row, you may wish to expand the main row to ensure that you are deleting the proper items. <em><strong>Note:</strong></em> If you are presented with an error message stating that <em>&quot;the first item should be deleted last&quot;</em>, it indicates that you must delete all of the sub rows first before you can delete the main row. For screens that offer a <em>Trash</em> icon (<img src="/help/images/icon-group-delete.png" width="19" height="18" alt="expand icon for payroll rows" />) to the left of the main row, you can choose the<em> </em>icon to remove the row and all of it's sub-rows in one action.</li>
</ul>

6A

      </blockquote>
    </div>
    <div id="Reload" class="description">
      <blockquote>
        
227
<p><a name="reload" class="program-btn-nohover">Reload</a> - Clicking this button refreshes the browser page and replaces the data in the current screen with the last saved copy from the database. This is useful if you have made a number of changes to a row and wish to discard them all in one operation. <strong><em>Note:</em></strong> Remember that eNETEmployer saves the changes to a row each time a new row is selected. Thus, if you edit three rows in succession and then select the <em>Reload</em> button, only the third row will be restored.</p>
69

      </blockquote>
    </div>
    <div id="Tools" class="description">
      <blockquote>
        
F1E
<p><a name="tools" class="program-btn-nohover">Tools</a> - Clicking the button displays a drop-down menu with special data functions that are available for the current screen. Depending on the which screen you are viewing, the options may include any of all of the following:</p>
<ul>
  <li><strong>Audit</strong> - This option opens the <em>History</em> window that displays a list of changes that have been made to the current row. Changes are shown in colored text. <em><strong>Note:</strong></em> Audit History is a developing feature and subject to updates as new functionality is added.</li>
  <li><strong>Backup</strong> - This option creates a backup file that contains your complete company database (<u>from all program modules</u>, including <em>Payroll, HR, Recruitment</em>, etc.) - including all of the necessary information required to restore your data to the last program state when the backup was created. Depending on your browser settings, the backup file will either be stored in your <em>Downloads</em> folder or you may be presented with a window that will prompt you where to save the file. <a href="/help/admintools.html#backup"><em>Click here</em></a>&nbsp;to view a detailed description of the&nbsp;<em><a href="/help/admintools.html#backup">Backup</a></em>&nbsp;command.</li>
  <li><strong>Export</strong> - This option saves the current table's data to a semicolon-separated file that can be opened in a spreadsheet program. The export function is carried out immediately upon choosing the command. Depending on your browser settings, the file will either be stored in your <em>Downloads</em> folder or you may be presented with a window that will prompt you where to save the file. Refer to the <a href="#exportfile"><em>Export a File for Proper Formatting</em></a> note above for more information on the export feature.</li>
  <li><strong>Import</strong> - This option allows you to import data from a character-separated (comma or semi-colon) spreadsheet file. Choosing the option opens a popup window where you can specify the file to be imported.</li>
  <li><strong>Messages </strong>- This option displays the <em>Messages Log</em> window that contains a running log of program messages that appear above the table. This log will be active for the login session, and will be cleared when you log out or the program, or if the system times out. The popup window contains thee command buttons:
    <ul>
      <li><strong>Print</strong> - This button opens the <em>Print </em>window so that you can print a copy of the current table. A preview of the table will appear in a preview window before printing so that you can adjust the print settings as needed.</li>
      <li><strong>Copy</strong> - This button copies the full contents of the <em>Messages Log</em> window to your computer's virtual clipboard. If you wish to copy only a portion of the text shown, select the desired  text, and then press <strong>&lt;Ctrl&gt;+&lt;C&gt;</strong> on your keyboard.</li>
      <li><strong>More</strong> - This button scrolls the window so that you can view messages that appear outside of the current view. You can also use the scroll bars at the left of the window to scroll through the window.</li>
    </ul>
  </li>
  <li><strong>Print</strong> - This option  opens the <em>Print </em>window so that you can print a copy of the current table. A preview of the table will appear in a preview window before printing so that you can adjust the print settings as needed.</li>
  <li><strong>Report</strong> - Available on the <em>Payroll</em> tab's <a href="/help/calculations.html"><em>Payroll Processing - Calculations</em></a> screen only, this option generates an interim <em><a href="/help/reports/payregister.html">Payroll Register</a></em> report so that you can review the details of the current pay sequence.</li>
</ul>

68

      </blockquote>
    </div>
    <div id="Help" class="description">
      <blockquote>
        
1D6
<p><a name="help" class="program-btn-nohover">Help</a> - Clicking this button displays a list of the various tutorials and online help tools that are provided for the current screen. The <em><strong>Online Help</strong></em> option provides a detailed description of each column and item on the current screen. The <em><strong>Step-by-Step</strong></em> option provides a tutorial for the current screen where you can follow along with the lesson one step at a time.</p>
21

      </blockquote>
    </div>
6

    
2D7
<h2>Table Columns</h2>
<table width="100%" border="0" cellpadding="0">
  <tr>
    <td bgcolor="#E9E9E9"><hr>
      <p style="padding: 0px 10px 0px 10px;">The following section of this help page describes the various columns that can appear in the main table on this screen. If you see a column description below that does not appear on your screen, you can add the column to your view by using the <em><strong>Customize</strong></em> option under the <em>Views</em> button (located at the left side of the screen just above the table). Refer to the <a href="/help/topics/customizeviews/customizeview-overview.html"><em>Customize View</em></a> help page for more help on this feature.</p>
    <hr></td>
  </tr>
</table>

375

    <h3># <em>(Number)</em></h3>
    <p>Use this cell to enter a number that will uniquely identify the review. The number can be used to as a reference to this review when sorting items on this screen and also for reporting purposes.</p>
    <h3>Description</h3>
    <p>Use this cell to enter a brief description of the interview. This could be a regular interview type such as <em>&quot;6-Month Review&quot;</em>, or a specific review based on a specific occurrence such as <em>&quot;Disciplinary Review&quot;</em>.</p>
    <h3>Details</h3>
    <p>Use this cell to enter details that describe the review.  Selecting the link opens the <em>Review Description Details</em> window where you can enter the details as needed. You can also paste content into the window from another program or document (e.g. word processor, spreadsheet, web page).</p>
    <h3>Documents</h3>
    
62E
<p>This cell is used to upload and manage documents that relate to the current row item. This can include PDFs, word processing documents, spreadsheets, images and so on.</p>
<p><a class="program-btn-nohover">Manage</a> - Choose this button to open the <em>Documents </em>window that allows you to manage the documents that are associated with this item. You can use the various options in the window to add, view, and remove documents. Each time you add a document, the name of the file will appear in the window's table, along with the date and time it was added.</p>
<ul>
  <li>Files of any type may be added including PDFs, word processing documents, spreadsheets and images.</li>
  <li>You can store up to a maximum of 5 documents, with a maximum size of 10MB per document.</li>
</ul>
<p>The table in the center of the window display the names of each file that currently resides in the management window. To select a file for viewing or removal, simply click on its name.</p>
<ul>
  <li><a class="program-btn-nohover">Open</a> - Choose this button to view the currently selected file. Depending on your browser settings, the resulting file file  will either be stored in your <em>Downloads</em> folder or you may be presented with a window that will prompt you where to  save the file before viewing.</li>
  <li><a class="program-btn-nohover">Remove</a> - Available for Administrator accounts only, choose this button to delete the document.</li>
  <li><a class="program-btn-nohover">Close</a> - Choose this button to close the <em>Documents</em> window.</li>
</ul>
DB

    <h3>Name</h3>
    <p>Use this cell to enter the name of the skill. The name should be unique and descriptive as it will appear on various screens and reports throughout the program.</p>
    <p>&nbsp;</p>
      
127
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HS4QGYX1K6"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-HS4QGYX1K6');
</script>
8

      
59
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
44

      <script src="/jquery.backtotoplink.min.js"></script>
      
B2
<script>
$.backToTopLink({
	navigatorPosition: 'rb',
	arrowMarginTop: '10',
	scrollDelay: '10000',
	navigatorPosPercent: '5',
	navigatorBorderRadius: '100%'
});
</script>
24

  </div>
</div>
</body>
</HTML>
0

