I want to add fields such that i can populate the fields like urgency on the change form on load

rubesh_u
Tera Contributor

Here when i go to the incident form on the SOW workspace there is a UX form action group called create change,create outage like that. when i click on the create page action it shows the interceptor page and when i click on any of them it will open the change form in that change form i want to populate the fields of incident like urgency and configuration item to this change record. i found the action definition for this Create Change action but i don't what needs to be added in the payloads to populate the form fields on the change form.

3 REPLIES 3

Haseeb-Ahmed
ServiceNow Employee
ServiceNow Employee

Hi @rubesh_u 

This declarative action internally opens "Create Change Request Page" UIB page which act like interceptor(

https://yourInstance/now/builder/ui/edit/experience/aa881cad73c4301045216238edf6a716/3b3cdbc623ed701...)

 

You may create a variant of this page and customize it as per your requirement

Screenshot 2024-04-06 at 1.53.20 AM.png

 

Please mark it helpful, if it answers your query.

Thanks,
Haseeb Ahmed

how to populate urgency and ci from the incident to the selector interceptor form?

Aniket15
ServiceNow Employee
ServiceNow Employee

@rubesh_u please check sn_sow_interceptor_record_type_selector_list table record for change request and modify the values as per screenshot and try.

 

Please mark the answer as helpful/correct if this solves your problem.