UI action not working with workspace
- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 11:41 PM
Hello @pramn
Check if there is any workspace client script is written.
secondly try this :-
check if the checkbox for Workspace Form Button or Workspace Form Menu is checked for the UI Action.
Plz mark my solution as Accept, If you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2023 02:55 AM
How client script stops UI Action ?? also how do i know which client script written for workspace ,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2023 03:59 AM - edited 10-07-2023 03:59 AM
Hi @pramn ,
Don't use g_navigation.open for workspace, please use the following two lines instead.
var win = top.window.open(url);
win.focus();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2023 05:57 PM
This code is also not working , Please help us to fix this