We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Make Attachment not visible for users

Charan 1997
Tera Contributor

how to make attachment type read only for abel tuter user in servicenow.?

4 REPLIES 4

Dr Atul G- LNG
Tera Patron

Hi @Charan 1997 

 

You want to hide the attachment clip for all user ?

 

Try with client script

 

if(g_user.hasRole('ITIL'))
{
g_form.disableAttachments();
}

 

https://www.servicenow.com/community/itsm-forum/how-to-hide-attachment-icon-on-incident-form/td-p/84... 

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

Thanks for reply.
But i want to achieve with ACL not from Client Script.

vermaamit16
Kilo Patron

Hi @Charan 1997 

 

Can you please explain your requirement in detail ?

 

Thanks & Regards

Amit Verma

Thanks and Regards
Amit Verma