- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2024 05:56 AM
Hi,
I have a UI action which should be visible in HR agent workspace in HR case record, which will open a new tab in workspace itself. The link is of a catalog item where I am also passing a sys_id of the current HR case.
I have written below code in script section, it is working fine in the native UI:
Onclick: redirectURL()
Workspace Form Button: True
Workspace Form Menu: True
Format for Configurable Workspace: True
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2024 06:03 AM
Hi
Try this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2024 06:03 AM
Hi
Try this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2024 07:56 AM - edited 09-05-2024 07:57 AM
Thanks, the code is working and opening new tab in workspace itself but now the problem is I have one variable created and in that I am storing value of the sys_id through catalog client script like this :