- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2023 12:30 PM
I have a custom ServiceNow app built with App Engine Studio and using the Employee Center theme.
I'd like to add a Complete button to tasks on the Home > To-dos page.
Where would I configure this option in ServiceNow? Is there a specific widget that I have to add to a To-Dos configuration?
Thanks,
Ken
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2023 06:43 PM
Yes Correct @kraeside .
As universal request is a different genre, You can activate the Universal Request plugin (com.snc.universal_request) if you have the admin role. This plugin is not active by default, and you must install it to use the Universal Request application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2023 08:21 PM
Hi @kraeside ,
This "Complete" comes from Task Template having Task Type as "Mark When Complete".
For example, if you want to create a HR task template ,then follow the below steps :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2023 10:14 AM
Thanks Sandeep.
Can Task Templates be used with Tasks in custom Task tables for a custom app?
Ken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2023 10:25 AM
It looks like you have to use a Universal Task to extend a custom app.
Universal Task (servicenow.com)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2023 06:43 PM
Yes Correct @kraeside .
As universal request is a different genre, You can activate the Universal Request plugin (com.snc.universal_request) if you have the admin role. This plugin is not active by default, and you must install it to use the Universal Request application.