Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Want to add attachments for closed complete sctasts

RAYAPPA Y
Tera Contributor

I want to add attachments to closed complete sctasks, Currently, the attachment icon is not visible when the sctask is closed complete but it is visible to the admins. I want this functionality to be added to some users who are not admins. Can someone please help me with this.

2 REPLIES 2

Kieran Anson
Kilo Patron

This should be OOB. However someone may have implemented a client script to disable attachments onLoad. You can validate this by checking for client scripts than run onLoad for sc_task or task with the below code

 g_form.disableAttachments();