How can we call UI page in Workspace and pass data from current record

SREELAKSHMD
Tera Contributor

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 ?

 

 

1 REPLY 1

Community Alums
Not applicable

Hi @SREELAKSHMD ,

Were you able to get a solution for the above requirement?