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.

Guided Learning: ITSM fundamentals
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Transform Map Deletion Action

Hi Team, Need your suggestion here! I have an excel sheet which contains 10 records and in ServiceNow there is one table which has 15 records. I need to delete/inactive all those extra 5 records while I am doing transform using import set. Please ass...

Resolved! I am not able to see the form fields.

Trying to revert to OOB latest version for form layout in default view on "cmdb_ci_computer" table. I'm not able to get a section Configuration after reverting to Utah version. What should be solution for thisThe above image is of my instance where I...

taahamushtaq_0-1683277565513.png taahamushtaq_1-1683277681305.png

Resolved! How to modify the Article body?

Hi All, When I open a knowledge article and click on 'View Article' UI Action,  it displays the details of that article in the platform including the KB number, Subject, body etc. I want to modify the details which are present over here, let us suppo...

Screenshot 2023-02-13 135909.png
SN_Learn by Kilo Patron
  • 1426 Views
  • 5 replies
  • 2 helpfuls

Create unique array of sys ids

Hi everyone, I have an array of multiple sys ids in that some sys ids are same.I need to create an unique array my code is working properly in the Background script but not working in script include please help me with this.If you have any other meth...

shekhar_jain by Tera Contributor
  • 1548 Views
  • 5 replies
  • 2 helpfuls

Update description with caller name

Requirement : Description needs to be updated as caller name after update using business rule. I have tried below code but its not working. var gr = new GlideRecord('incident');gr.addQuery('caller_id.name',current.caller_id.name);gr.addQuery('descrip...

Ajitsure by Tera Contributor
  • 1297 Views
  • 7 replies
  • 0 helpfuls