Attachment Button is not showing in Incident Form

SurapureddyD
Tera Contributor

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

1 ACCEPTED SOLUTION

Anand Kumar P
Giga Patron
Giga Patron

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

 

View solution in original post

5 REPLIES 5

Mohammad Danis3
Tera Expert

Hi @SurapureddyD ,
Check the Dictionary on the incident table, see if there is no_attachment attribute.
Also, check the client scripts.

Regards,
Mohammad Danish