- 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 03:46 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2015 03:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2015 04:02 AM
simple and oob...ideal solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2015 04:28 AM
Hi Pradeep,
It worked, Thank you very much.........