Context:
As a manager I want to be able to identify the number of hours Available hours that a Resource is for the timesheet period to ensure they are meeting their contracted hours.
-
A new "Available Hours" field on the Resource record - Number [3,1]
-
Custom Setting "Available_Hour_Excluded_Leave_Types" to capture Unvailability Types not to be included on calculation
-
Daily batch job to populate the available hours for the current timesheet period that will look at the Availability created in Templates/Patterns/Availability records and minus any leave requests (unavailability) that have not defined in the setting
How to access the setting:
1. Go to "Setup"
2. In the search box, input "Custom Settings"
3. Find the "Skedulo Configs" setting
4. Find the "Available_Hour_Excluded_Leave_Types" setting
Description:
Availability Types not to be included on Available Hour calculation.
Value:
skedHCJobManager.instance.register(skedHCJobManager.CALCULATE_RESOURCE_HOURS, null);
Comments
0 comments
Please sign in to leave a comment.