
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2022 02:01 AM - edited 11-01-2022 02:02 AM
Hi,
somehow hiding attachments does not work!
I do as described here ... but still i can add and still the button is available ...
Solved: Re: How to disable attachments option? - Page 2 - ServiceNow Community
Any idea why? Is a scoped table ... this only works global?!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2022 03:48 AM
Hello,
If you are intending to remove the paperclip icon in the form header to disable the addition of attachments to the record , you should use the attribute no_attachment=true ('attachment' without an 's' at the end).
The no_attachments is another attribute that serves a different purpose.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2022 03:48 AM
Hello,
If you are intending to remove the paperclip icon in the form header to disable the addition of attachments to the record , you should use the attribute no_attachment=true ('attachment' without an 's' at the end).
The no_attachments is another attribute that serves a different purpose.
Hope this helps!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2022 05:27 AM
THANK YOU!