It has been a pleasure writing blogs on the platform features we believe developers want to know about and their changes during the Early Access period of the Orlando Release. I hope you have found them to be useful and relevant to you as a developer. The Developer Blog will continue to seek out topics for technical deep dives as we exit the release season. One more thing! Wait, we can’t go just yet, you say?
Andrew Barnes
The teaser is no longer needed. The new site is here! The site has been rebuilt to be streamlined and personalized so you can get the information you are seeking faster, and take the actions you need quicker. In addition to all the existing content, the site has introduced content for developers and designers to leverage the new Now Experience UI Framework and Design System. Most of the site is now built from the ground up with the tools provided in the UI Framework.
Changes are coming to the Developer Site - Don’t Panic! Hello, fellow ServiceNow Developers! Grab your towels and get ready! In a few weeks, you will notice a completely new user experience on the Developer Site. After five years, we figured it was time for an update. We have made considerable changes to the site while maintaining our core values: the site is useful and is easy to use. Once the redesign of the site is launched, we will have a follow-up blog post that walks you through the changes in detail so you can instantly take advantage of the site.
It is ServiceNow’s new release season! With the Orlando release in Early Access, we will show some enhancements targeted around being more effective and efficient as a developer. These tools are specifically for developers and scripting on the Now Platform. Script Include Dependency A new contextual menu has appeared for your script includes. You might already be familiar with the open definition when using the contextual menu on a script include.
It is ServiceNow’s new release season! With the Orlando release in Early Access, we will show some platform features and enhancements that are a bit more admin focused. Typically the Developer Blog is focused on application development, but handling the instance and data also is sometimes done by developers. Cloning Configuring clones can take significant time, depending on how many instances and the complexity of the setup required. Clone profiles have been introduced in Orlando to help simplify and automate the process.
The first part of the platform I will be highlighting for the Orlando release is the Automated Test Framework(ATF). The reason I choose ATF first is the relationship between upgrading and testing. Automated testing helps accelerate validation after deployments and upgrades to the instance. Check out the overview page for ATF changes for Orlando. Testing Agent Workspace Forms With the addition of the Now Experience and Agent Workspace, which is the first part of the platform leveraging the Now Experience, automated testing was not initially available.
Orlando is Released!! It is that time of the year, new release Early Availability(EA) time. Each EA period is a flurry of activity in the Developer Program. Blogs, Videos, Demos, Slide decks Oh MY! I am always delighted to share and highlight what is new for developers. Below you will find some of those highlights for developers in Orlando. Over the next month or so, you can expect a steady release of deeper dives into the details.
We are pleased to announce a brand new program, ServiceNow Developer MVPs. The MVPs are a collection of ServiceNow community members that are passionate about ServiceNow and share their extensive knowledge freely to help and encourage developers of all skill levels and types. They write blogs, share apps, craft videos, live-stream, contribute to social media, give talks, lead Developer Meetups, answer questions on the community forum and slack all to share and give back to this great community.
Debugging in ServiceNow is am essential skill to master. An array of tools are available to help developers understand what the system is doing and narrow down where unexpected behavior is happening. Today we will look specifically at several ways to debug when doing scripting. Session Debug A feature released in the New York release unified the session debugging modules. A session is a unique login for a unique user - typically one browser on one device.
Automated Test Framework You have likely heard of the Automated Test Framework (ATF) if you have been working with ServiceNow for more than a couple of months. Introduced in the Istanbul version, it has grown and been enhanced over time to allow for coverage of nearly all client interactions with the Now Platform. Even given that ATF has been present from Istanbul, there are still many existing projects that don’t utilize ATF due to not being available at the start of the project.