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: 
906668members
2892022posts
What's New Popular Posts Community Highlights Discover Community Events More The latest in Community Posted by jordancbaron The CreatorCon 2026 Call for Content is Open for Business! 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 jordancbaron Stirring Things Up: September's Community Cafe Welcome to the September Community Cafe! We may be a little late pouring this month... 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 Posted by jordancbaron Missed Knowledge and CreatorCon 2025? Here’s How to Catch Up Missed Knowledge and C... Read More Posted by Kristy Merriam Playbook Localization in Yokohama: Making Global Workflows Effortless Playbook Localization ... 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 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 Ramya V Specialist Adding More Details to Record Cards in the Mobile App Adding More Details to Record Cards in the Mobile AppS... 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 Call for Speakers – Save the Date Hosted by Heather Strukus 2 Oct, 2025 06:00 AM PDT Event Details Online Upcoming SNUG: Call for Sponsor Hosted by Heather Strukus 2 Oct, 2025 06:00 AM PDT Event Details Online Don't miss out! Iowa SNUG | October 2, 2025 Hosted by Heather Strukus 2 Oct, 2025 07:00 AM PDT Event Details Online DoD AI Now Assist Workshop - Accelerating Mission Readiness with AI-Powered Workflows Hosted by HollyHorton 2 Oct, 2025 07:00 AM PDT Event Details Online DoD AI Now Assist Workshop - Accelerating Mission Readiness with AI-Powered Workflows Hosted by HollyHorton 2 Oct, 2025 07:00 AM PDT Event Details Online Live on ServiceNow: Building AI Skills for Adoption - University of Birmingham’s Journey Hosted by Lolita Honkpo 2 Oct, 2025 08:00 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

Performance Analytics Report

I want to create a report for a person named ABC. ABC is listed as a manager on the user table with 10 direct reports. Each of those 10 people are managers of 100 more users, and so on. How can I create a report that shows all incidents assigned to u...

  • Question

Sub topics should be visible in one go no 'view all' button required

Hi @Everyone,Our project's requirement is to remove 'View all' button and all the topics should be visible at once. I tried with changing the server, client, html codes but not getting the result. If anyone knows please let me know. Thanks.

  • Question

SAM Health Checks - How to turn off one or more checks?

We are in the process of "operationalizing" our use of SAM Health (tasking for findings, reporting on health to leaders/stakeholders, etc.).  There are some SAM Health Checks which are not relevant for us and we'd like to turn them off.  For example:...

  • Question

How to add attachments to a form?

Hi,Can someone show me the Steps on "How to add attachment(s) to a form?"?The catalog item form has an Update button which when clicked brings up the File Manager "Open" dialog where you can choose the folder and file to attach to the form. Thank you...

  • Question

Reference field are empty in public record producer

Hi All, I have created public record producer for external users. It is working fine and they are able to submit record. Now I have created one reference field on record producer which refers to different table. External users cannot see values in re...

  • Question

ServiceNow logo change to default if no ITIL role

Hi all,   We have seen from our company instance that if a user have ITIL role, then logo is showing our correct company logo in our instance, but if user only have access to a custom app, hence no ITIL role, then they see the default ServiceNow logo...

  • Question

Onload client script to insert a url link on normal change request

I need to create a onload client script that inserts a clickable "Knowledge Article" url link with the title on a "Normal" change request record and placed under a certain field. Below is the code I produced but I am not sure what I am missing, Can y...

  • Question

Timezone issue

Hi We tested the following script and it worked fine then: var currentDate = new GlideDateTime();// Set the date to the first day of the next monthcurrentDate.addMonths(1);currentDate.setDayOfMonth(1);// Subtract one day to get the last day of the cu...

  • Question

change

When is a change task for Post Implementation Review created for an unauthorized change?A. When the c hange request moves to CloseB. When a change manager accepts the changeC. When the change request moves to a state of ReviewD. When the change reque...

  • Question
View More
Announcements

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

Learn More