- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2020 07:17 AM
Hi,
I want to create an icon link on Incident form header just like UI action.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2020 06:06 AM
Hi, got solution to solve this issue, I just tried.I had written onload client script on incident form.
if ($("header_add_attachment") != undefined) {
$("header_add_attachment").insert({
before: '<span><img src="/images/icons/group.gif" onclick="mathodname()" title="' + 'test'+ '"/></span>'
});
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2020 07:30 AM
Can you try looking in to this

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2020 07:31 AM
Hi Sourabh,
Unsure if that can be customized as its part of UI version itself. Refer link for a check.
In case you will to add an UI Action you can add it from System Definitions >> UI Action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2020 06:06 AM
Hi, got solution to solve this issue, I just tried.I had written onload client script on incident form.
if ($("header_add_attachment") != undefined) {
$("header_add_attachment").insert({
before: '<span><img src="/images/icons/group.gif" onclick="mathodname()" title="' + 'test'+ '"/></span>'
});