- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 12:52 PM
Hi community,
We are working on time sheet portal, would anyone be willing to help me figure out to remove copy time logged check box in the time sheet portal.
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 11:08 PM
Hi,
Navigate to Service Portal -> Widgets -> Time Card Portal Main Container
Go to the related list and open template copy-timesheet-modal
Comment below code and check
<div class="row">
<label for="copy-time" class="section-title col-sm-4">
${Copy time logged}
</label>
<span class="col-sm-8">
<input type="checkbox" id="copy-time" name="copy-time" ng-model="data.copyTimeLogged" aria-checked="{{data.copyTimeLogged}}"/>
</span>
</div>
Avoid making changes to the OOB copy-timesheet-modal template. Please create a copy of it and associate it with the widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 11:08 PM
Hi,
Navigate to Service Portal -> Widgets -> Time Card Portal Main Container
Go to the related list and open template copy-timesheet-modal
Comment below code and check
<div class="row">
<label for="copy-time" class="section-title col-sm-4">
${Copy time logged}
</label>
<span class="col-sm-8">
<input type="checkbox" id="copy-time" name="copy-time" ng-model="data.copyTimeLogged" aria-checked="{{data.copyTimeLogged}}"/>
</span>
</div>
Avoid making changes to the OOB copy-timesheet-modal template. Please create a copy of it and associate it with the widget

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 04:18 PM
Hi @Bharath K ,
Though @Shruti has shared the way to remove the option - Copy time logged - I would suggest you to rethink \ discuss before actually removing it.
I have found this useful as most of the end users tell me especially when they are on 2 or 3 projects and every week they just have to put in same number of hours for each project.
I am sure you must be discussing this with your teams but just thought to share my suggestion.
Thank You!
Namita Mishra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 02:19 AM
We have allow recall in timesheet policy right and.
We have "Recall period allowed (days)" field, by default it will be 30 days. Will this 30 days count is taking on the day of submission of the timesheet or "Week starts on" field ?
Could you please clarify this?
Thanks,