Open a form from a ui action on a different form

DreDay3000
Giga Guru

Hello,

Is there a way to open a form for another table with certain fields available from a UI Action? When those fields are completed, the user can submit and the record is created on that table?

5 REPLIES 5

Bert_c1
Kilo Patron

Sure,

 

There are OOB examples at:

 

https://<instance_name>.service-now.com/sys_ui_action_list.do?sysparm_query=scriptLIKEsetRedirectURL&sysparm_view= 

 

user your instance name for '<instance_name>'.

is there any one specific?

the 'Create Request' UI action on the incident table is one, however it displays a link to the created record. the 'Create Change' on the sc_req_item table has logic to redirect the browser.

I have created a ui page that is displayed when the ui action is clicked. I would like to use the data entered in the ui page to create a new record on a separate form