- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2025 09:36 AM
Hi All,
How can I enable the attachment button if it is not available to add attachments to a table?
Certificate table
Incident table, for incident table attachment option is showing
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 02:39 AM
Hi @Hari S1 ,
you can delete that
or you can edit it in the dictionary's list view
or from the dictionary's form view
remove this entirely instead of setting it false if setting that to false doesn't work no_attachment=true
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2025 09:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2025 09:59 AM
Hi @Hari S1 ,
Check if there is any attribute(no_attachment=true) like this added to collection type field of the certificate table and remove it.
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 12:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 12:27 AM
Hi @Hari S1 ,
https://yourinstancename.service-now.com/sys_dictionary_list.do?sysparm_query=attributesLIKEno_attachment%3Dtrue%5Einternal_type%3Dcollection%5Ename%3D"yourtablename"&sysparm_first_row=1&sysparm_view=&sysparm_choice_query_raw=&sysparm_list_header_search=true
goto sys_dictionary table and check if this no_attachment (there are 2 no_attachments and no_attachment) look for no_attachment attribute on your table
if you find it remove it and check
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya