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 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 Mandatory Incident In emergency change form i add incident->change request from embedded list.how to make mandatory that em... Read More Developer forum Best Practice for Routing Emails Sent to Disabled Executive Accounts Has anyone handled thi... Read More Developer forum Can i track UI Builder Page/ Landing Page Analytics to see how many users use it daily or monthly? Read More Developer forum Dashboard Reports created on database view are not visible to user Hi Team, I have create... Read More Developer forum Localization tasks are not getting created After upgrade, after requesting for translation, I'm seeing the RITM getting create... Read More Developer forum How to: Make attachments mandatory in Employee Center Hello everyone, I was looking around for a way to make... Read More Events Join virtual and in-person events to learn, collaborate, and connect with practitioners solving the same challenges you are. SPM events OD Podcast: Architecting the Future: Unlocking Enterprise Value with the ServiceNow AI Platform January 24-June 24, 2026 8:00 AM https://hub.servicenow.com/wcc/eh/1237365/lp/5173597/architecting-the-future-unlocking-enterprise-value-with-the-servicenow-ai-platform Read More SPM events OD Podcast: Future-Proofing Your Portfolio: Sustaining SPM Over Time Now available on-deman... January 24-June 24, 2026 8:00 AM https://hub.servicenow.com/wcc/eh/1237365/lp/5173986/future-proofing-your-portfolio-sustaining-spm-over-time Read More SPM events OD Podcast: Measuring What Matters: Establishing Value for SPM Available now on-deman... January 24-July 24, 2026 8:00 AM https://hub.servicenow.com/wcc/eh/1237365/lp/5173974/measuring-what-matters-establishing-value-for-… Read More Federal and U.S. Public Sector SNUG ServiceNow Government Forum 2026: Watch On-Demand Government Forum is over. The Insights are just gettin... April 15-July 15, 2026 5:00 AM Virtual Read More ServiceNow University Community Events Office Hours Live with Frances Frei — Storytelling for Bold Change (APAC) Register Here! Each 60... May 22, 2026 3:00 AM https://themorrissgroup.zoom.us/meeting/register/7Y4JGcqOTcGSp5V-YoCBwg#/registration Read More ServiceNow University Community Events Office Hours Live with Frances Frei — Storytelling for Bold Change Register Here! Each 60... May 22, 2026 9:00 AM https://themorrissgroup.zoom.us/meeting/register/_4mBJ09NQZGnmm8jLi7dMA#/registration 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

How to: Make attachments mandatory in Employee Center

Hello everyone, I was looking around for a way to make the default attachment section on a catalog item mandatory, and found that a lot of the community posts out there seem to be outdated and don't work in Employee Center. I wanted to share the fix ...

  • Question

Mandatory Incident

In emergency change form i add incident->change request from embedded list.how to make mandatory that embedded.Thanks.

  • Question

Execute pre-import script - Data stream

I need to pass a single input parameter to a Data Stream using the Pre-Import Script.I've already defined this input parameter in the Data Stream configuration.I've also set up a Scheduled Import and linked it to a Data Source.In the Data Source, I s...

  • Question

Fluent SDK Best Practices

  I have created this article based on my recent experiences with working with Fluent.   1. Purpose and Scope   Developers should use Fluent for tasks like generating ACLs, Business Rules, or Script Includes, and rely on traditional Script Includes f...

  • Article
  • Scripting and Coding

Best Practices for Building Efficient and Scalable ServiceNow APIs

In ServiceNow development, building performant and maintainable APIs is critical for scalability, security, and integration. This article shares best practices for designing Scripted REST APIs and highlights when to leverage native Table APIs for opt...

  • Article
  • Team Development

Dashboard Reports created on database view are not visible to user

Hi Team, I have created a report on database view and it is not visbile to user even if I shared with them individually. i'm getting "Access to this content denied based on report_view ACLs." error. What could be the possible resolution for this? 

  • Question

Repeated name appear in watchlist selection field

Hi ,While I am working on configuration of watchlist in incident form, i found my name is repeatedly coming under watchlist field.Record producer script var memberIds = (producer.watch_list + '').split(',');var userIds = [];for (var i = 0; i < member...

  • Question

Resolved! Confirming date is within maintenance window

I have a catalog item for an end-user to request a change request. I'm trying to validate that the dates they provide are within a Schedule named "Data Center Maintenance", both start and end dates. This Schedule has a single Schedule Entry of every ...

  • Question

Role assignment and removal

We have to assign privileged roles including security_admin and revoke when end time reaches, what if time-limited user has role table is not to be used.Both answers are needed.

  • Question