Home      Ask a Question      My Stuff      Help   
  
TimeWorks Plus: Assign Different Amounts of Hours Using the "HolidayRule" Processing Rule
The "HolidayRule" can only be applied to the client as a whole and cannot be applied in different ways and amounts with just the rule itself.

But once applied we can edit the total hours based on something in Employee Setup.

An example would be to set the Processing Rule to 8 hours then adjust it say for example if they were part-time it would be:

if (employee.title = "Part-Time" AND category = "Holiday") {hours = 4;}

NOTE: This scripting would need to go in the PayRateScript processing rule

So with this script and the Processing Rule we would first ADD the 8 hours using the rule THEN adjust the hours amount based on the "Title" field in Employee Setup (employee.title). But you can more or less change the values in that line to customize it to anything available to scripting in Employee Setup (i.e. employee by title as far as what they are to get.
ID
1043
Category
<Unassigned>
Date Created
12/3/2013 7:43:02 AM
Date Updated
11/25/2014 9:42:16 AM
Back to Search Results