Want to add attachments for closed complete sctasts
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2024 03:45 AM
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2024 04:16 AM
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();
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2024 04:47 AM