Create Change Request from Incident - field mapping

giuseppem
Kilo Sage

Hi all

 

When I create a new Change Request from an Incident fields 'Short Description' and 'Description' are copied from Incident to Change.

 

I suppose a mapping "from incident to change" is defined somewhere. I need to know where I can configure or change this mapping

 

 

Regards

6 REPLIES 6

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @giuseppem 

 

Please check these UI actions:

AGLearnNGrow_0-1741007760076.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]

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

Swapna Abburi
Mega Sage
Mega Sage

Hi @giuseppem 

You can update the mapping in the UI action "Create Change" on Incident table. This is an OOTB UI action.

 

 

No mapping is defined in UI Action (see below). Note: I need to solve this for Service Operation Workspace
*******
var target = {};
target.table = current.getTableName();
target.sysid = current.getUniqueValue();
target.field = 'rfc';
try {
    target.isWorkspace = (typeof RP == 'undefined');
}
catch (err) {
    target.isWorkspace = false;
}
gs.getSession().putProperty('change_link', target);
 
******

Hi @giuseppem 

 

You are referring to the WS, so it is not UI Action that is Declarative UX action. Please check that.

*************************************************************************************************************
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]

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