Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
How to hide the Attach icon for a specific catalog item in Service Portal - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • How to hide the Attach icon for a specific catalog item in Service Portal
KB0717941

How to hide the Attach icon for a specific catalog item in Service Portal


7745 Views Last updated : Jun 11, 2025 public Copy Permalink English (Original)
  • English (Original)
  • Japanese
KB Summary by Now Assist

Issue

Learn how to hide the Attach icon, or paperclip, for a specific catalog item in Service Portal.

Release

Any release supporting Service Portal.

Resolution

To hide this icon, follow these steps:

1. Go to the catalog item where you want to hide the Attach icon (paperclip).
2. Create a new variable of type macro to the specific catalog item.
3. Go to Service Portal Configuration.
4. Create a new Service Portal widget with the following codes in Client controller:
function() {

/* widget controller */

var c = this;

angular.element('label.ng-scope').hide(); 

//NOTE : The above line here is a JQuery selector inside the angular.element() which is supported in service portal, feel free to change this JQuery selector if you want the attachment element selection to be more specific. In the above code the element label and the class combination are used to hide the attachment

}

5. Add the widget to the macro type variable created in step 2.

Note: The solution is based on the following Community post and is not explicitly supported by ServiceNow.

How to hide attachment icon of catalog item in service portal


The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.