- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2015 03:31 AM
Hi,
I have a requirement to add Attachment button to Incident form? Currently we have attachment icon on incident form which is not noticeable by many users, So we want to add Attachment button to forms.
Current:- Attach Icon
I want something like this:
Any help is much appreciable................
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2015 03:55 AM
Hi Shrikanth,
You can create a UI action on incident table as below
Name : Attachment
Client : true
On Click : saveAttachment(g_form.getTableName(), g_form.getUniqueValue());
Please find the below screenshot attached for reference.
I hope this answers your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2015 04:39 AM
Perfect..
I am glad I can be helpful to you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2015 07:06 AM
Hi Pradeep,
I want this to be done on ESS page of Incident........Any Help?
Thanks in Advance...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2022 09:11 AM
Where can i find the working of these OOB buttons like attachment and activity stream. I mean, from where these buttons are coming from? can we change the functionality of these buttons?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 11:52 PM
Thanks for the solution, Pradeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2015 04:04 AM
If you dont want UI action or u want some thing on form try using UI macro and call that in form via formatter.