Add the Time Tracking component to record pages, app pages, or home pages:
- Navigate to Setup > Lightning App Builder
- Open an existing page or create a new one
- In the Components panel, search for RH Time Tracking
- Drag the component onto your page layout
- Configure the component properties in the right panel (see Configuration Options below)
- Click Save and activate the page
Configuration Options
Configure these properties when adding the component to a Lightning page:
| Name | Description | Available Values | Default |
|---|---|---|---|
| Resource Forecast Field Set Name | Field set used for time entry forms | Any valid field set on Resource_Forecast__c | Time_Tracking_Standard_Field_Set |
| Resource Assignment Field Set Name | Field set used for assignment display | Any valid field set on Resource_Assignment__c | Time_Tracking_Standard_Field_Set |
| Show Archived Assignments | Display archived assignments section | true, false | false |
| Show Add New Assignments | Allow creating new assignments from the component | true, false | false |
| Prepend Related Record Name | Show the related record name before the assignment label | true, false | true |
| Assignment Row Label Field | Field to display as the assignment row label | Field API name | resourceheroapp__role__c |
| Sort By Field | Field used to sort assignment rows | Field API name | resourceheroapp__assigned_to__c |
| Sort By Order | Sort direction | ASC, DESC | ASC |
| Assignment Exclusion Field | Boolean field to exclude assignments from display | Field API name | None |
| Primary Display Field Count | Number of fields to show before “Show More” | 1-10 | 4 |
| Show More Toggle | Enable expand/collapse for additional fields | true, false | true |
| Totals Field Set Name | Field set for totals dashboard metrics | Any valid field set on Resource_Forecast__c | Time_Tracking_Totals |