Filter out inactive projects or tasks on the time card form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2020 10:44 AM
Hi Community,
I need to be able to filter only on active projects or tasks on the time card. Currently, all projects or tasks, whether they are active or not are showing in the list drop-down.
Is there a way to limit to only active records?
Thanks,
Heather
- Labels:
-
Time Card Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2020 10:58 AM
Hi,
You can look at script include TimeCardQueryHelper.getTaskFilter used as reference qualifier for "Task" field.
Filtering out all in-active Tasks won't be correct approach as there could be use case where the user has to submit Time Card on the Task that has already been completed/resolved state. Such Tasks would be marked as Active False.
One more important thing is that modifying any OOB Script Include code will be considered as customisation. It will get skipped in the upgrade process and you may miss latest updated.
-Yogesh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2020 08:04 PM
Below are the "rules" when time cards display in the Time Sheet Portal (view here). When it falls off the time sheet is based on the actual end date.
Do you have an actual end date on the project?
Please mark reply as helpful or correct if applicable (I'm working on a badge!). Thanks, Rae Ann
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2020 09:00 AM
Thank you Rae Ann,
Do you know if this logic applies for the platform view? Most of our users access their time cards through this view.
Heather

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2020 08:32 PM
What is the "platform view"