- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2025 07:41 AM
Attachment Button is not showing in Incident Form, what are the best ways to check and enable that attachment button. Please give me step by step process
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2025 10:48 AM
Hi @SurapureddyD ,
Dictionary Attribute
Go to the Dictionary record for the attachment relationship on the Incident table (type = Collection).See if it has the no_attachment attribute if so, remove it.
Client Scripts:
Look for any client script that uses g_form.disableAttachments() or removes the paper clip via DOM methods.
If my response helped, please mark it as the accepted solution ✅ and give a thumbs up👍.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2025 11:54 AM
Hi @SurapureddyD ,
Check the Dictionary on the incident table, see if there is no_attachment attribute.
Also, check the client scripts.
Regards,
Mohammad Danish