- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 02:58 AM
I want to create one icon beside attachment icon (paper clip) on the incident form.
And if i click on that icon it should redirect me to the different page, i have the url to set.
Please suggest!/
Solved! Go to Solution.
- Labels:
-
User Experience and Design
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 03:25 AM
I would suggest to 1st try that UI action on global table
Using UI script with DOM is not recommended practice.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Regards
Ankur
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-14-2022 03:04 AM
Hi,
then why not use UI action which is a button on top of the form
that UI action can be client side or server side
Regards
Ankur
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-14-2022 03:10 AM
Thank you for the suggestion Ankur, but actually the issue is we need to set a icon there statically means that icon would be visible there for all the tables for all the forms but UI action can be created only for a particular table only.
This is the reason we want to set a icon there that would be visible on header for all the forms.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 03:11 AM
Please suggest , i really need your help in this becuase i am getting no solution for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 03:16 AM
Hi,
you can try to create UI action on global table and it would appear on all the tables
try that and if that doesn't work then you can try to use UI script which involves DOM manipulation.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader