
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2019 11:42 AM
Hey there SN Comm!
I am looking to see if anyone knows a good way to develop a UI Action (possibly), that can basically do the following:
Take attachment(s) from HR Case, and move them to the HR Task (when needed).
While this is not a huge deal, our Employee Resource Center Reps, are having to open attachments from the HR Case form, save them to their computer, and then when they create the HR Task, they will then manually add them to the Task. Again, this is not a huge deal - we're just looking to save a little time/mouse clicks.
if anyone knows of something/has ideas, please share!
Thanks all!!
-Rob
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2019 08:54 AM
GlideSysAttachment is not available client side. I'm not sure what the person above suggested that. Try it without client.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2019 06:59 PM
Try this in server side UI action
GlideSysAttachment.copy(current.parent.sys_class_name, current.parent, current.getTableName(), current.sys_id);

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2019 05:45 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2019 08:54 AM
GlideSysAttachment is not available client side. I'm not sure what the person above suggested that. Try it without client.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2019 09:29 AM
Yup - unreal! That was it... just needed to not be Client Side!
Thanks Chuck!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2019 09:19 AM
As Chuck suggested set client field to false