In this post, we will continue where we left off in Part 1, creating a Fix Script in ServiceNow. In Part 1, we wrote a basic script that will output the name of all of the records in the 'cmdb_ci_computer' table. In this post, we will discuss how we can filter that list of returned … Continue reading Learning to write Fix Scripts in ServiceNow – Part 2 – Queries
JavaScript
Learning to write Fix Scripts in ServiceNow – Part 1 – Query a Table
These posts will be detailing my experiences learning how to write Fix Scripts in ServiceNow. (We are currently in the Orlando release with Paris just around the corner.) I want to start this out by expressing that I do not have a strong background in JavaScript. With that being said, I am learning JavaScript as … Continue reading Learning to write Fix Scripts in ServiceNow – Part 1 – Query a Table