
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 11:55 PM
Hi All,
Having a query, want to hide the attachment icon from the catalog form on ssp.
tried the portal setting but still the icon is visible on the form.
Any suggestion regarding this,
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 12:03 AM
Hi,
Please find the link below,
Please accept the solution if it solves your query.
Thanks,
Ashish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 12:03 AM
Hi,
Please find the link below,
Please accept the solution if it solves your query.
Thanks,
Ashish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 12:16 AM
Hi @Community Alums ,
refer to this https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0717941
also you can write on load Client script
function onLoad() {
var attachmentButton = top.document.getElementsByTagName('sp-attachment-button');
attachmentButton[0].parentNode.hidden = true;
}
Regards,
Shyamkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 10:57 PM
Simply open your catalog item under 'Maintain Item' module & under "Portal Settings', check 'Hide Attachment' -
It works 100% so shouldn't be an issue.
Do mark this answer as helpful or accepted if it helps. Thanks