saveAttachment not working in workspace, need alternative
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2024 06:21 AM - edited 10-07-2024 06:35 AM
I've created one ui action on list and everything was working fine. I'm calling my data source after uploading attachment.
I want to achieve same functionality, I want one ui action button on related list view on incident called - 'upload file'.
Whenever user click on it, a popup will open to attach your file, and once submitted it should my one data source.
Currently i'm using in normal UI action and its working fine, need same functionality in workspace
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2024 05:54 AM
Looking for some solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 12:20 PM
Experiencing the exact same issue as you. Let me know if you find anything!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2024 01:58 AM
Hi @Carter Brezinsk , yep I got the workaround. I've created declarative action on workspace and call ui page from there. And I'm calling saveattachment() from the UI page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 12:01 PM
Oh interesting, did you have to use g_modal.showframe() in the declarative action to get the UI Page to call successfully? Or how did you end up successfully calling the UI page? Every time I've tried to call one it fails.