The TimeTracker application now automatically rounds up your time entries to the nearest 15 minutes.
To view the rounded time details:
Go to the TT Details tab.
Click on any time entry.
Check the Time Worked fields – they display the rounded time in both decimal and hours & minutes format.
The default time roundup in the TimeTracker application is set to 15 minutes. If you’d like to use a different roundup interval, you can create a custom formula field in the TT Details object.
To round up time in 6-minute increments, use the following formula:
- CEILING(((dftlytime__End_Timestamp__c - dftlytime__Start_Timestamp__c ) * 24 * 60) / 6) * 0.1
You can adjust the divisor (in this case, 6) to reflect any other number of minutes you'd like for rounding. Once saved and added to the page layout, the formula field will display the rounded-up time accordingly.
Please contact support@pk4.tech if you need help setting this up.