How can we call UI page in Workspace and pass data from current record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2024 07:47 AM
Hi,
I'm trying to call UI Page in workspace when we click a UI action button and pass data from the current record.
Already tried the approach https://www.servicenow.com/community/developer-forum/how-to-call-a-ui-page-by-ui-action-in-workspace... But it didn't help out in my case.
Able to get the UI page, but data is not passed to it.
I have Created a UI page to display an attachment and created UI action Button.
On clicking Button the UI page should pop up in the Service operations workspace, and it hsould diplay attached attachment And should allow us to download, preview and delete the attachment. what script should we write in the UI action button to populate that UI page ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 04:15 AM