- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-23-2019 04:17 AM
SC_Tasks only appear to our users within the time portal once a time card is created from the form view - they don't appear under searchable tasks even when assigned to them. They also aren't appearing under Group Tasks when assigned to the user's group.
Incidents, Change_Requests and Project Tasks appear fine. Change_Tasks don't appear. How can I include these in the Time Portal View?
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-23-2019 05:58 AM
Hi,
The Time Sheet Portal is a Service Portal, so you can edit what tasks appear there through the widget "Time Card Portal Main Container"
On line 33 of the "Server script", an array of tables is defined. Add your desired tables to this array and they should show up in the time sheet portal.
You can find the widget here:
YOUR_INSTANCE_NAME.service-now.com/sp_widget.do?sys_id=c85a8ce093532200ea933007f67ffbb1&sysparm_view=&sysparm_domain=null&sysparm_domain_scope=null
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-23-2019 05:58 AM
Hi,
The Time Sheet Portal is a Service Portal, so you can edit what tasks appear there through the widget "Time Card Portal Main Container"
On line 33 of the "Server script", an array of tables is defined. Add your desired tables to this array and they should show up in the time sheet portal.
You can find the widget here:
YOUR_INSTANCE_NAME.service-now.com/sp_widget.do?sys_id=c85a8ce093532200ea933007f67ffbb1&sysparm_view=&sysparm_domain=null&sysparm_domain_scope=null
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-10-2021 01:30 PM
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-10-2021 01:30 PM
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-14-2022 05:03 PM - edited ā11-14-2022 05:07 PM
In latest release, we have 'Time Card Portal Main Container' and 'Time Card Portal - Task Selector' widgets.
Server script of the widget 'Time Card Portal Main Container' is as follows:
In the server script of 'Time Card Portal - Task Selector' widget, I added the sc-task and task tables to default tables.
But in the time sheet portal- SCTASK is not displayed under All tasks/Group Tasks. Please help me with this - as I want the user to be able to submit the time card against SCTASK as well.