- 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-27-2025 12:09 AM
@everyone, Can someone help me on this, how i can enable the attachment option on the form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 12:28 AM
Go to to System properties-[sys_properties] table from navigator
- Check Name: glide.ui.stream_icon.incident
- Type: true|false
- Verify the value as" false" means hiding attachment pin icon on activity stream.
- Update value as " true" to make it visible.
Please check the below article for more details.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0723785
--
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 02:29 AM
- 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