Printed Information in a Pop Up

Ani10
Tera Contributor

I created a UI action that only certain people can click from an sc_task. The UI action calls out to workday and pulls the requestor's home address for shipping information. We do not want to store this information within ServiceNow but only display the address when that button is clicked. I thought I could achieve this in an alert pop up but unfortunately it doesnt look like I can highlight the text in an alert to copy the address. 

 

Does anyone know how I can achieve this? I have a workaround where I could store it in a table and then delete the information out right after but I'd rather just print the address instead of having to temporarily store it.

1 REPLY 1

Alex Tod1
Kilo Sage

Hi @Ani10

  I think the easiest way would be to create a custom field on that table to store the home address, after that you can hide that field or possibly not add it to the form.