Attachment UI action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2008 09:40 AM
I had a request to create UI action for attachments instead of using the lil paper clip icon.
I just grabbed the onclick script (using firebug, firebug is cool!!)
saveAttachment('incident', '');
and created a new client UI action with the same onclick code on the incident table.
Nothing special, but thought some of you could use that to truly make something cool...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2008 06:47 AM
See this page for the "no_attachment" attribute that you can put on that table's dictionary record:
http://wiki.service-now.com/index.php?title=Attributes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2009 04:53 AM
I'm trying to add the attach button to the Service Catalog - ie. I have a record producer that the users can fill out to report an IT or Web issue, the clippy icon is there but i want to add my Attach button, which table do i need to add this to?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2010 12:17 AM
ben.s
We trying to do the same thing. But so far no luck. How did you solve it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2015 10:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2016 01:00 PM
Hi Chris,
it worked! little advance... how can i do it for multiple list records?
tried saveAttachment('incident', g_list.getChecked()); but attachment saves with one record only..
Please help here