NO_attchment not working .... why?

Zod
Giga Guru

 

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?!

 

no attachment.jpg

1 ACCEPTED SOLUTION

Asif Khan M
Giga Guru

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_attachmentis another attribute that serves a different purpose.

Hope this helps!

View solution in original post

2 REPLIES 2

Asif Khan M
Giga Guru

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_attachmentis another attribute that serves a different purpose.

Hope this helps!

THANK YOU!