- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hello @all ,
Whenever I create a Resource Assignment from the Demand form related list, the corresponding demand starts appearing in the Time Sheet Portal under the “All Tasks” tab.
My requirement is that demands should never appear in the Time Sheet Portal, even if a resource assignment is created for them.
I have checked the Time Sheet Portal configuration, and there does not appear to be a direct table such as Resource or Demand available for filtering.
Has anyone encountered a similar requirement or implemented a solution for this scenario?
Any guidance or suggestions would be greatly appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
The Time Sheet portal was designed to support Resource Plan - based allocations. Another approach you should be looking would be, not showing demands/projects/tasks with resource assignments in the Time Sheet portal unless it is approved.
On that regard, we have a community article on how to work-around this:
https://www.servicenow.com/community/spm-articles/time-sheet-portal-with-resource-assignments/ta-p/3...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
The Time Sheet portal was designed to support Resource Plan - based allocations. Another approach you should be looking would be, not showing demands/projects/tasks with resource assignments in the Time Sheet portal unless it is approved.
On that regard, we have a community article on how to work-around this:
https://www.servicenow.com/community/spm-articles/time-sheet-portal-with-resource-assignments/ta-p/3...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hello @alexankaras,
I updated the query by using the following instead of approved:
'allocations.addQuery('resource_assignment.resource_status', 'DO_NOT_SHOW');'
This change worked perfectly for me 👍
Thank you so much for your help and guidance!
