ServiceNow Community Connect Developer
Developer Connect with developers like you to ask questions, offer solutions, or build together.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
What's New Popular Posts Events Career Path More What's happening right now Get the latest info about ServiceNow releases, events, and challenges from our Developer Advocates. Developer blog Heading to World Forum Sydney? So Are We. G'day, Community! If you're an Australia-based practitioner, or just love a good ex... Read More Developer blog Incident: Developer Site Restored and PDI Availability Issues Update: July 27, 2026 ... Read More Developer Advocate Blog Calling ServiceNow AI Skills via REST API: A Complete Walkthrough Everything AI in Servi... Read More Developer blog Keeping PDIs Available for Active Builders: Upcoming PDI Reclamation Changes Lately, it’s become ha... Read More Developer blog How to backup your Personal Developer Instance (PDI) Backing Up Your Personal Developer Instance (PDI) One ... Read More Developer Advocate Blog Building ServiceNow apps via Claude Code and the ServiceNow SDK Vibe Coding with Claud... Read More Developer Advocate Blog More Calls. More Builds. The #BuildMoreWithBuildAgent Challenge is here! More Calls. More Build... Read More Product Launch blogs Build anywhere, run on ServiceNow: deploying from external IDEs For developers with pr... Read More Developer Passport blog Developer Passport: AI Agent-Powered Playbooks and Nested Playbooks in the Australia Release Read More Developer Passport blog ServiceNow Flows in the Australia Release | Developer Passport On today's episode of ... Read More Developer Passport blog UI Updates you've been waiting for! Developer Passport: AI Experiences Part 1 Australia Release: Mod... Read More Developer Passport blog New UI Interactions! Developer Passport: AI Experiences Part 2 If you’ve spent any ti... Read More Developer Passport blog ReleaseOps in the Australia Release | Developer Passport If you've ever coordinated a big ServiceNow deployment... Read More Developer Advocate Blog Zurich Content Archive We've Made It To the End of the Alphabet - Zurich is HERE! 🇨🇭 That means its also time for your Develo... Read More Popular Posts Explore the most discussed topics and insights shaping our developer community. Developer forum Overview tab creation in risk workspace I created one custom table named as ORE(x_ore_custom), when i am checking record of... Read More Developer forum Azure Devops Change Velocity Integration Can you suggest any use cases and steps where I can leverage WDF without using scri... Read More Developer forum Dynamic Filter for last business day I have a requirement to add a filter option that would allow our users to return re... Read More Developer forum show assets based on assignment group of stockroom Hi ServiceNow Community, There is one catalog item for... Read More Developer forum Transform map issue Hello team, I have created a standard Transform Map and imported an Excel file. Although the Excel file ... Read More Developer forum sending out mass emails to affected users Hello, we had a issue that sent out an email to a lot of users, 1400.Whats the best... Read More Events Join virtual and in-person events to learn, collaborate, and connect with practitioners solving the same challenges you are. GRC events On Demand Virtual Experience: From AI pilot to enterprise: what works, what breaks, and how to close July 03-September 30, 2026 8:00 AM https://hub.servicenow.com/wcc/eh/1237365/lp/5226048/from-reactive-to-ready-whats-next-for-autonomous-it?referenceSource=community Read More ServiceNow AI Platform events ServiceNow Exchange: Platform Academy - Building Dynamic Playbooks Not every process foll... August 20, 2026 9:00 AM https://info.servicenow.com/ServiceNowExchange-Platform.html?cid=losn:com Read More ServiceNow University Community Events The Human Side of AI Adoption with Kelly Paulette Join us on August 20, 2026 at 1 PM ET/10 AM PT to expl... August 20, 2026 10:00 AM https://servicenow.swoogo.com/ServiceNowUniversityCommunity Read More RaptorDB events Real-Time Data Intelligence for Mission-Critical Workflows Government agencies ma... August 20, 2026 10:00 AM Read More U.S. Department of Defense Special Interest Group Federal Tech Talk: Real-Time Data Intelligence for Mission-Critical Workflows Government agencies ma... August 20, 2026 10:00 AM https://carahevents.carahsoft.com/Event/Details/786468-community Read More Federal and U.S. Public Sector SNUG Federal Tech Talk: Real-Time Data Intelligence for Mission-Critical Workflows Government agencies ma... August 20, 2026 10:00 AM https://carahevents.carahsoft.com/Event/Details/786468-community Read More Career Path Advance through our Developer Path, a journey designed to help you grow from Explorer to Visionary. Build skills, share knowledge, and shape the future of our developer community. System Administrator You’re highly organized and thrive when working with others. You love sharing technical know-how and building relationships. You keep everyone on track. Learn More Implementer You’re creative and efficient. You relish working through a problem to find the best answer for everyone, because you know give and take is part of the process. Learn More Platform Owner You have a vision for how technology should be used and enjoy working and leading in cross functional teams.

Learn More
Application Developer You’re an innovative thinker who tackles technical issues originally and creatively. You see possibilities and trust your limitless problem-solving imagination. Learn More Technical Project Manager You love planning, managing, and executing technical projects on-time and on-budget, and work with technical teams and business leaders to ensure project success. Learn More
Resources to explore New Episode Break Point: The ServiceNow Developer Podcast Break Point is the podcast for ServiceNow admins, developers, and builders of all skill levels. Video CTA YouTube ServiceNow Developers YouTube Channel Learn about the latest releases, AI features, and other tips and tricks. Video CTA Developer advocate blog Stay current with the latest from our Developer Advocates. Video CTA Personal developer instances Your own sandbox to build, test, and learn on the ServiceNow AI Platform. Video CTA Product documentation Browse product and release information. Video CTA ServiceNow Foundations Build your skills with step-by-step guides on the ServiceNow AI Platform. Video CTA
New on the ServiceNow Developers
YouTube channel
Check our latest videos Playlist: Build anywhere with the ServiceNow SDK and Claude Code How does ServiceNow Model Your Data? (ServiceNow Foundations #4) ReleaseOps Is Here: The CI/CD Game-Changer for ServiceNow Devs! What is ServiceNow & Where Do I Fit? (ServiceNow Foundations #1) How Do I Get Started Building on ServiceNow? (ServiceNow Foundations #2) How Do I Navigate the ServiceNow UI? (ServiceNow Foundations #3) Subscribe

Activity in Developer

show assets based on assignment group of stockroom

Hi ServiceNow Community, There is one catalog item for asset allocation in which when the req is submitted and sc_task is created under RITM for specific group. If I change the assignment group on sc_task(manually) then i want to show assets belong t...

  • Question

Create attachment from HTML file input

I'm trying to build a UI macro in the global scope that creates a db_image record from an image file input, and adds the db_image reference to a list field on the record. I've not managed to get the image content written correctly. Extract of the cli...

  • Question

Azure Devops Change Velocity Integration

Can you suggest any use cases and steps where I can leverage WDF without using scripted REST API to establish this.Following is the problem statement : Whenever there is an active pipeline - A change request is suppose to be created in servicenow and...

  • Question

Visual Task Boards in Next-Experience Workspace

We are considering creating a Next-Experience Workspace, and our customer would like to know if there is any way to replicate visual task board functionality within it. Is this something that is available?

  • Question

GlideQuery aggregate count null

Why is this GlideQuery returning count: null ? var example = new GlideQuery('incident') .where('sys_created_on', '>=', new GlideDateTime('2025-01-01 00:00:00')) .groupBy('priority') .aggregate('count', 'number') .having('count', 'number'...

  • Question

Dynamic Filter for last business day

I have a requirement to add a filter option that would allow our users to return records created on the last business day.I tried doing this by creating a Script Include to retrieve the last business day (based on a schedule) and then created a Dynam...

  • Question

Resolved! Service Operations Workspace - Submit a request

Good morning, When a user submits a request from an Incident or Interaction, the request correctly opens our Service Catalog as expected. However, if the user navigates to All Open Requests and attempts to create a new request, the system opens a dif...

  • Question

sending out mass emails to affected users

Hello, we had a issue that sent out an email to a lot of users, 1400.Whats the best way for me to send a new email out to these users and tell them to ignore the last one? 

  • Question

Incident: Developer Site Restored and PDI Availability Issues

  Update: July 27, 2026    The infrastructure issue has been resolved, and all PDIs are back online. New PDI provisioning has also resumed, with PDIs currently available and little to no wait.    All developers have been given additional time to acce...

  • blog

Transform map issue

Hello team, I have created a standard Transform Map and imported an Excel file. Although the Excel file does not contain a value for the Model ID field, the transformed records are being populated with "Unknown" as the Model ID.Could you please advis...

  • Question

Resolved! Add a variable value as to field in notification

I need to workout how to get the value of a variable into the to field of a notification. Eg: I have a text field called "u_email_address" and I need to make whatever is typed in there to be added to the "Who will receive" section of the notification...

  • Question