Creating a change from incident in Service Operations Workspace

mrosok
Tera Expert

Hi,

 

When creating a normal or emergency change request from an incident in Service Operations Workspace, certain fields on the change request, like short description and company,  are inherited from the original incident.

 

We have some custom fields on the incident that we would like to also bring over to the change request. Were can I configure this?

4 REPLIES 4

Sandeep Rajput
Tera Patron
Tera Patron

@mrosok Please check the code associated with UI Action responsible for creating the change. This UI action script must be setting the OOTB field, you can set the values for your custom fields using the same script.

 

Hope this helps.

"Create Change Request" from Incident in Service Operations Workspace is not a basic UI action - It is a declarative action that takes you to a Create Change Request Page.

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @mrosok 

 

Check in UI action

 

AGLearnNGrow_0-1728473213531.png

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Anirban161
Tera Contributor

In the UI Builder, you will have to open the Create Change Request Page SNC configuration and copy this page to create a custom one. In this custom page, you will have the open the Client State Parameters and update the "taskFields" parameter.

 

Anirban161_1-1748961144322.png

 



Anirban161_0-1748961111077.png