enable ui action in workspace level and makes it as workable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 07:43 AM
Hi All,
I need your help to enable one Discover now ui action in workspace level and makes its as workable in workspace level.
Below is the ui action script :
i have to enable that in workspace level kindly please help me on this one.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 07:50 AM
Hi,
Workspace supports only Client Side UI Action. Convert your logic to GlideAjax and call them from the UI Action
Refer the below article for more details
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 08:56 AM
hi @palanikumar , i have tried like script include and workspace client script but not working.
script inclue :
workspace client script :

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 11:14 AM
Hi,
Hope this is a UI Action with client flag checked. In this case, do not pass g_form as parameter. g_form is out of box attribute, the action could over rite. Set the onClick attribute of UI action to onClick(). The script should be below:
Palani