In time sheet portal , Task tab only can see InProgress records

Anish9515
Tera Contributor

In time sheet portal , task tab i can see only in progress records 
This is OOB function , Please help me which widget can rework.

 

Anish9515_0-1735538320494.png

 

@Ankur Bawiskar

22 REPLIES 22

@Anish9515 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Incident , change and problem are In progress

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 

 

Bhavya11_0-1735551201132.png

 

 

Thanks,

BK

 

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.

 

Anish9515_0-1735556894091.png

 

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