Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

attachment symbol is not visible for few users?

CVM1997
Tera Contributor

If security incident response , if any SIT is opened user unable to see attachment symbol.
Any solution ?

5 REPLIES 5

Anand Kumar P
Giga Patron

Hi @CVM1997 ,

1)Check the attribute no_attachment on the collection field on incident table.

2)Also check any client script or ui policy has code to hide the icon using DOM or g_form.disableAttachment().
3)Check which type of Users can attachment the files in a Record if not then goto Navigate to System Properties Security.

AnandKumarP_0-1701687314859.png

4)Go to App Nav->Type in sys_dictionary.list

Once the list populates, right click on the Header Bar and Click on Security Policies.

You will get a List of ACLs.

Check if there is an ACL like sys_attachment.* and see if it is restricted .
Mark it as helpful and solution proposed if it serves your purpose.
Thanks,

Anand