UI action not working with workspace
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 08:43 PM
Morning Team,
UI action which we have recently created that's working with Native view however it's not working with CSM workspace.
We have created a UI action that's Print the PDF
That is working with native view
its not working with CSM workspace
Please help me to fix this
Many thanks
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2023 01:04 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2023 02:46 AM
Hi @pramn , if it's not yet solved.
Just use,
open("YOUR URL");
//For your case,
open(uri); if uri is correct, it'll open.
Mark as helpful if it helps.