- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2025 09:36 PM
I want to change the button "Download" after uploading an attachment to "View"
Only the "View" button appears in the Knowledge Management record, where is this controlled?
I want the "View" button to appear in all applications.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2025 10:07 PM
document viewer should be enabled for your table
Activate Document Viewer for the tables where you want to use it.
- Navigate to System Definition > Dictionary.
- Search for the table i.e. incident, open the record with the type field Collection.
- Enter Use Document Viewer in the Attribute field.
- Enter true in the Value field.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2025 02:11 AM
Hello @bonsai
Steps to follow:
- Navigate to ALL -> System Definition -> Dictionary
- Filter the list by applying query. (Note: Modify the table name)
internal_type=collection^name=sys_user​
- Open the filtered record and in the attribute section add:
use_document_viewer=true​
Result:
The above steps will enable you to view the document directly instead of downloading them.
Hope this helps!
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps future readers to locate the solution easily and supports the community!"
Thank You
Juhi Poddar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2025 02:40 AM
add this in the attributes for collection field
use_document_viewer=true​
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2025 09:57 PM
Hi @bonsai , Please refer - Open Files with Document Viewer at table sys_attac... - ServiceNow Community. A similar requirement, though not an exact match, but it might point you in the right direction.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2025 10:06 PM
both are in same instance?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2025 10:52 PM
Both are the same instance.
The left is the knowledge record form screen, and the right is the incident record form screen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2025 10:56 PM
check my below response on how to enable the document viewer
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader