SNC Development

ServiceNow & Other Writings by EcoStratus Technologies


  • Originally posted on Techeute: Service-now is a IT service management software that hosts a wide ranging list of reports from different modules of IT services that are organized into tables. ServiceNow publishes its underlying table structures and associated data that can be pulled via SOAP query. This can be achieved through any scripting language. Although, python is my default…


  • Originally posted on Jeff Benedict: I struggled with how to title this blog for I originally set out to show an example of how to create a single page application using AngularJS on the ServiceNow framework and ended up with a way to create multiple applications using a set of tables and a single UI page…


  • Checking off my To Do List  #NOW ServiceNow #KNOW14 and even more excited about tomorrow, can it get any better? I’m not so sure but then again, that seems to be what ServiceNow’s been doing all along. Frank Slootman, President and CEO of ServiceNow told the audience during his keynote: “We really think IT needs to…


  • GlideAjax and JSON

    Originally posted on Jeff Benedict: In the last month I have been doing quite a bit of client side JavaScript using jQuery and AngularJS and initially had some challenges working with these frameworks and the ServiceNow GlideAjax object due to only being able to pass string values as a parameter.  For example, below is the example…


  • Discovery 101: Using Behaviors In our previous blog post, we discussed the importance of creating efficient schedules in the ServiceNow Discovery application. These schedules dictate when and how systems are scanned, a critical component for maintaining optimal network performance. Today, we delve deeper into the world of Discovery with a focus on Behaviors, a powerful…