In time sheet portal , Task tab only can see InProgress records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2024 10:03 PM
In time sheet portal , task tab i can see only in progress records
This is OOB function , Please help me which widget can rework.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2024 12:50 AM
which tasks you want to see along with In progress?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2024 01:09 AM - edited 12-30-2024 01:11 AM
Incident , change and problem are In progress
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2024 01:35 AM
Hi @Anish9515 ,
if apply state filleter in line number 133 of 'Time Card Portal - Task Selector ' widget like below it will work but 'In progress' state is only for incident , where as problem , change don't have "In progress" state
Thanks,
BK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2024 03:10 AM - edited 12-30-2024 03:11 AM
In Time sheet portal not able to see change task records , Even change task state is InProgress (state=2) , I can see only incidents state is InProgress.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2024 03:16 AM - edited 12-30-2024 03:16 AM
hi @Anish9515 ,
if you check 'Time Card Portal - Task Selector' widget in line 52 they defined the table's
is change_task is defined in your widget?
for example
var defaultTables = 'rm_epic,sn_safe_epic,incident,problem,change_request,rm_story,rm_scrum_task,pm_project,pm_project_task,rm_defect,rm_enhancement,dmn_demand_task,sn_audit_task,sn_audit_engagement,sn_audit_advanced_milestone,sn_audit_advanced_engagement_project,sn_grc_issue';
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Thanks,
BK