Time clock systems by TimeIPS
Call Now! 316-264-1600
Information
Sales
Support
Knowledge Base Search:  
Main Menu
· Home

· Table of Contents
· Article Index

· Downloads
· New Features
· FAQ
· News
· Web Links

  
TimeIPS Knowledge Base

Table of Contents: Article IndexPrintable Version

Applies to versions: 3.3



Add New Employee Templates



New Employee Templates allow creating customized forms with selected fields showing, configurable requirements, shown in the display order that makes the most sense, and with preferred default values. Custom validation is even available on most type-in fields.  This can help onboard various types of employees quickly and accurately.

The ability to edit New Employee Templates is only available to employees with Full Access permissions.

Using the left pane Main Menu, click on: Employees » Employee Administration » New Employee Templates

 

  1. Existing templates will be shown in the table where they can be edited and reordered.
  2. If templates have not been configured, only "Default" will be available. This template contains the same fields in the same order as used by systems prior to the introduction of New Employee Templates.
  3. Open any existing template to edit the fields displayed, their order, default values, instructions and validation.



  4. To create a new New Employee Template, click the + on the Green bar labeled "Add a New Employee Template"Adding a new New Employee Template
  5. Provide a Template Name that will help identify the type of employee this template is made to create. Examples include "Full Time" "Part Time" "Administrative" "Commission" etc.
  6. If the template is a variation of an existing template, use the Copy From option to make another similar template.
  7. The new template will open and settings can be adjusted. The Template Name will appear on the drop-down list for managers or employee administrators to select.New Template Initial Configuration
  8. Set the Description to explain when to use this template.
  9. Set the New Employee Instructions to something that will help make sure the template is used correctly and to explain any special steps that may need to be taken.
  10. The Drop-Down Sort Order can be a number.  Lower numbers are shown first on the drop-down list.
  11. Set New Employee Alerts and the Template if you'd like to have someone receive an email any time an employee is added using this template.
  12. Set Benefit Approvals: Email Reminders if the employee made with this template should have Benefit Approval emails sent.
  13. Next, are a long list of possible New Employee fields. There are many of them, and most can probably remain hidden unless they need to be set differently for each new employee.
  14. Click the + next to a field to expand and edit the details.
  15. In this example, we have the ID/Badge field open.Example Field configuration
  16. The Visibility drop down allows the field to be shown and required, shown and optional, or hidden. (Note, some fields, like First Name and Last Name, are always visible and required).
  17. The Sort Order field can be set to a number to control where this field will appear when managers use it to add a new employee. If you want to place a field between two existing fields, decimals are acceptable.  For example, sort order 6.5 will appear between two other fields with Sort Order 6 and 7. 
  18. The Note field provides a way for you to give the manager special instructions on this specific field when adding a new employee. For example, when and how to set the badge number.
  19. The Default Value(s) field allows setting the initial value that will appear for this field when adding a new employee. The ID/Badge number has a special mode where "AUTOMATIC" will have the system try to generate the next available badge number. Some other fields also have special instructions. Be sure to turn on "All Help" at the top of the screen to see full instructions for each field.
  20. Note: If the Default Value is set and the Visibility is Hidden, the default value will be automatically used without a chance to change it.  This may be desirable in many cases to ensure new employees have certain fields set as expected.
  21. The Validation Expression is optional and can be used to provide simple checks on the value entered.  Expressions are extensively used in TimeIPS reporting and documentation is available on supported functions. The value entered is available as [value] in the expression. Some common examples follow:
    1. Ensure the badge number is at least 4 characters long:
      =if(strlen([value])>=4,'','Error: Please enter a badge number at least 4 characters long.')
    2. Ensure the badge number is exactly 6 characters long:
      =if(strlen([value])!=6,'','Error: Please enter a badge number exactly 6 characters long.')
    3. Ensure the employee's Employment/Pay History Status is one of an approved list
      =if(in_list([value],'Training','New Hire','Regular'),'','Error: Status must be "Training", "New Hire", or "Regular".')
    4. For more complex expressions, please contact TimeIPS support for assistance.
  22. After all fields have been configured, click the Save Row button at the bottom. To preview the template, click the Employee Administration icon at the top, then expand the Add a New Employee green bar and select the template on the first line drop-down.

 

 

Tip: Employee Information can be imported from and exported to a spreadsheet program using the Employee Import/Export optional module.


©2004-2023 TimeIPS, Inc. All Rights Reserved - TimeIPS and the TimeIPS logo are registered trademarks of TimeIPS, Inc.
"Intelligent Personnel System" "Run your Business. We'll watch the clock." are trademarks of TimeIPS, Inc.
TimeIPS is protected by one or more patents. Patent No. US 7,114.684 B2.