The CreatorCon Call for Content is officially open! Get started here.

Welcome to the ServiceNow Community You're ready to learn, share, and connect with others. And you're not alone.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
912606members
2897840posts
What's New Popular Posts Community Highlights Discover Community Events More The latest in Community Posted by jordancbaron Announcing Community Week 2025: Celebrating the Spirit of Community and the Power of AI We’re thrilled to anno... Read More Posted by jordancbaron The CreatorCon 2026 Call for Content is Open for Business! Hey there, ServiceNow ... Read More Posted by jordancbaron The Content Archive: Leveling Up Your Content Creation with the ServiceNow Community Hey there, ServiceNow ... Read More Posted by seanregan AI Experience by ServiceNow- the future of enterprise work with AI as the interface How many companies are... Read More Posted by Mike Scully Kickstart Your ServiceNow AI Platform Zurich Release News & Complete Guide- It's Here! ServiceNow ... Read More Posted by ServiceNow Unlock your Skills with ServiceNow University & Professor Idris Meet Professor Idris -... Read More Posted by laurenmcmanamon 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 Posted by Earl Duque ServiceNow Developer Advocates AMA #1: Inside Scoop and Career Hacks! The ServiceNow Develop... Read More Posted by laurenmcmanamon Podcast: Break Point - Build Agents Have Entered the Chat! Welcome to Break Point... Read More
Popular Posts Posted by Patrick DeCarl1 Does business rules still fire when creating a project from template? I have a simple insert... Read More Posted by Kyle Wiley Dot walking through multiple tables in client script I am trying to dot walk through multiple tables in an ... Read More Posted by Community Alums Is there a way to view the sprint that are closed in Agile Module Hi, There is ask where... Read More Posted by Sachin Pratap S CA Spectrum Connector Definition Hi, We are planning to integrate CA Spectrum with ServiceNow to pull events as part... Read More Posted by mike2agk Exclude/stop the Insert/Creation or update of CI's based on Name during Disocvery All, Do we have a way ... Read More Posted by kendall_lin Time Card & Time Sheet Qs - Approval and Related List Display Hello,My organization ... Read More Community Highlights Juhi Poddar Specialist Step-by-Step Guide to Contributing to Hacktoberfest Level 1 Code Snippets In this article, I’ll ... Read More Prasanna_Patil Specialist Groups, users, location creation using Service Bridge Hello All, Can some one confirm me if we can create Gr... Read More mayankkumar Specialist ServiceNow CSA Discounted Voucher Hello community,-------------------------------------------------------------------... Read More Ramya V Specialist Customizing Mobile Card Views with Mobile UI Rules in ServiceNow Customizing Mobile Car... Read More JessicaLanR Specialist Letters to a ServiceNow BPC: My Journey and Why I Wrote This Book When I first started a... Read More Its_Azar Specialist Role needed to call rest API I have a Record Producer in Service Portal. On change of a field, I call an endpoin... Read More Prasanna_Patil Specialist Mapping of roles with license Hello all does anyone have idea about the table in servicenow where roles are mappe... Read More RohitGeorgV Specialist String to Price field mapping From external system to transform table I'm receiving the amount as- 100 EUR which ... Read More Discover Community Community Central Just joining the Community? Start by exploring Community Central to discover all the different corners of the ServiceNow Community and see how you can get involved. Learn More Product Hubs Looking for details on a specific ServiceNow product? We’ve got you covered. Dive into our extensive product hubs, packed with all the information you’ll need. Learn More Community Events Join Community events like Developer Meetups and Ask the Experts to connect with ServiceNow enthusiasts, share experiences, and network both locally and virtually! Learn More User Groups User Groups (SNUGs) offer an opportunity to connect with fellow ServiceNow enthusiasts in your city or region, bringing together people with shared interests and experiences! Learn More Upcoming Events Online Live on ServiceNow: [EMEA] Hardware Asset Management Office Hours Hosted by Lolita Honkpo 14 Oct, 2025 05:00 AM PDT Event Details Online Live on ServiceNow: ServiceNow Security Academy: What you need to know secure your instances Hosted by Lolita Honkpo 14 Oct, 2025 08:00 AM PDT Event Details Online Webinar | Pioneering the Agentic Future of Work: ServiceNow's AI-Native Employee Experience Hosted by Sandra Robles 14 Oct, 2025 08:00 AM PDT Event Details Online In-Person ServiceNow Event: Connect x Accelerate 2025: The Integrated Risk and Security Symposium Hosted by Priscilla Muiua 14 Oct–16 Oct, 2025 08:00 AM PDT Event Details Online In-Person ServiceNow Event: Connect x Accelerate 2025: The Integrated Risk and Security Symposium Hosted by Sarah Wood 14 Oct–16 Oct, 2025 08:00 AM PDT Event Details Online Live on ServiceNow: AI Academy Hosted by Lolita Honkpo 14 Oct, 2025 08:30 AM PDT Event Details Join the Community Welcome to the lively and ever-growing ServiceNow Community! Whether you're a newcomer or just looking for a quick refresher, we're here to support you every step of the way. Grow together Tap into Community to unlock real-time opportunities for support and growth. Unlock Potential Connect with others Elevate your expertise and deepen Community connections, whether online or in person. Find an Event Join a group Dive into countless groups across our Community and let your voice be heard. Find a Group Become an expert Boost your expertise, elevate your reputation, and connect with top professionals in the ecosystem. Build Your Reputation

Community activity

Next Experience UI from within a personal developer instance?

Hi ServiceNow Community. Is the Next Experience UI available in a personal developer instance? I signed up for a free personal developer instance. When I log in, my interface shows the App Engine Studio. I do not have the Application Navigator and ot...

  • Question

Sending 1 email notification for all 7 days approval reminder

Hi All, I have created a flow that triggers an event to send an email notification for every approval record that are created 7 days ago, but this is sending email for each record, I'm thinking of a way if it's possible to send  all the users pending...

  • Question

other Category option are not visible based on script

Hi Everyone,I have used to below script to display Task categories(12 Category option) based  Three Assignment group(Workforce Management - APAC,/EU/US) ,But other Task categories(20) are  also not display to other Assignment groupsfunction onChange(...

  • Question

NA Subcategory Added Automatically in Record Producer

Hello Community,In my Record Producer, when I select an Incident Type, the corresponding Incident Subcategories are displayed correctly.However, I’ve noticed that the last subcategory ("NA") is always being added automatically to the list of selected...

  • Question

Github spoke

Can someone tell me that whether Github spoke in sevicenow has an action called "Workflow dispatch" within flow designer ?

  • Question

Auto add Affected CI to Change request

Hi, I have a requirement were the affected CI's need to be auto added to the Change request based on the CI chosen in the form. For e.g.) If I have choose a configuration item called 'A' and it's patching cycle is XYZ then I want to add all the CI's ...

  • Question

Workflow, CI Task, SysID

Hey,I have a workflow based on the outdated workflow (workflow_ide.do).In it, I have a ‘Create CI Task’.Now I want to get the SysId from the newly created task and put it in the scratchpad.I get an ID, but this ID does not exist.Attached are some ima...

  • Question

sysparm_fixed_query is not working in UI Action

I have created the following UI Action:var fUtil = new FacturacioUtils(); var tasquesFacturades = fUtil.tasquesFacturades(current.projecte.toString()); var query = 'top_task=' + current.projecte + '^sys_idNOT%20IN' + tasquesFacturades.join(','); var...

  • Question

FSM

Hi,I need some guidance regarding automatically creating a work order from an incident. I understand there is a UI action available to do this, but I would like to know if there is any out-of-the-box logic that I can leverage. While searching, I saw ...

  • Question

Modal Window in Client UI Action not working

I have written this UI Action:function onClick() { var gm = new GlideModal('glide_confirm_basic'); var validation_message = "Aquesta acció farà que la factura deixi de ser vàlida i se substitueixi per una de nova que quedarà adjuntada en el camp...

  • Question
View More
Announcements

Service Bridge will be renamed for the 2026 Australia release and will maintain the same functionality.

Learn More