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
‎07-31-2008 01:09 PM
i've tried to use this little snippet to create a global UI action with no success.
Could someone detail how they have used this in a UI Action please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2008 01:54 PM
The example i used above was the following:
Name: Attachment
Table: Incident
Active: true
Client: true
OnClick: saveAttachment('incident', '');
Form Button: true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2008 06:58 AM
this is what I needed... Thanks a bunch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2008 06:41 AM
We're looking to remove the Attachment icon (the little clippy) from Change_task - is there a way to do this?
I've looked for the UI Action but attachments but i can only find the extra button that i made myself, nothing to do with the clip icon.