Add a Complete Button to ESC My Tasks To-dos Page

kraeside
Tera Contributor

 

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

 

 

kraeside_0-1682710120137.png

 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

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.

View solution in original post

5 REPLIES 5

Community Alums
Not applicable

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 :

https://docs.servicenow.com/en-US/bundle/utah-employee-service-management/page/product/human-resourc...

 

Thanks Sandeep.

Can Task Templates be used with Tasks in custom Task tables for a custom app?

Ken

It looks like you have to use a Universal Task to extend a custom app.

Universal Task (servicenow.com)

Community Alums
Not applicable

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.