Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Is it possible to update OOB Now Assist resolution notes skills and add one more output field?

Jayashri
Tera Contributor

In my instance, when I resolved some incidents , it required additional field called closure subcode along with 

1. closed code

2. closed notes 

 

I have enabled OOB Now Assist resolution notes skills and it is working as expected for closed code and closed notes. I want to add 'closure subcode' to this skill. Is it possible ? if yes how? Also can this apply to only incidents with certain configuration items?

2 REPLIES 2

kaushal_snow
Giga Sage

@Jayashri ,

 

 

yes, it is possible, but not via a simple OOB configuration change.....you would need to clone or extend the existing Now Assist Resolution Notes skill (or build a custom skill using the Now Assist Skill Kit), add your closure_subcode as an input/output in that skill, update the prompt or script logic so the model returns that field, and then map that result back into your incident record, optionally scoped to only certain CIs via conditional deployment logic.......

 

If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.

 

Thanks and Regards,
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/

rpriyadarshy
Giga Guru

CLONE OOTB Skill and Then Update/Customize as per your needs/Use Cases.  Refer Below Content for your reference.

 

https://www.youtube.com/watch?v=1YOabuUPaw8

 

Regards

RP