Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent. Join the Challenge.
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
928713members
33588online
2913096posts
What's NewPopular PostsCommunity HighlightsDiscover CommunityEventsMoreThe latest in CommunityPosted by laurentapiaUnleash the Power of Build Agents in the #BuildWithBuildAgent ChallengeOur annual #BuildWith ...Read MorePosted by AudriAYour #BuildWithBuildAgent Guidebook is Here.Hey ServiceNow Community! We can't wait to see what you create in our
#BuildWithBui...Read MorePosted by Earl DuqueYour Pre-Challenge Guide: #BuildWithBuildAgent starts November 12The Build with Build A...Read MorePosted by jordancbaronMissed Community Week? Catch up here!The Community Week Agenda Breakdown Get ready for a week packed with
livestreams, p...Read MorePosted by jordancbaronThe Content Archive: Leveling Up Your Content Creation with the ServiceNow CommunityHey there, ServiceNow ...Read MorePosted by seanreganAI Experience by ServiceNow- the future of enterprise work with AI as the interfaceHow many companies are...Read MorePosted by Mike ScullyKickstart Your ServiceNow AI Platform Zurich Release News & Complete Guide-It's Here! ServiceNow ...Read MorePosted by ServiceNow Unlock your Skills with ServiceNow University & Professor IdrisMeet Professor Idris -...Read MorePosted by laurenmcmanamonZurich Content ArchiveWe've Made It To the End of the Alphabet - Zurich is HERE! 🇨🇭 That
means its also time for your Develo...Read MorePosted by Earl DuqueServiceNow Developer Advocates AMA #1: Inside Scoop and Career Hacks!The ServiceNow Develop...Read MorePosted by laurenmcmanamonPodcast: Break Point - Build Agents Have Entered the Chat!Welcome to Break Point...Read MorePopular PostsPosted by Patrick DeCarl1Does business rules still fire when creating a project from template?I have a simple insert...Read MorePosted by Kyle WileyDot walking through multiple tables in client scriptI am trying to dot walk through multiple tables in an ...Read MorePosted by Community AlumsIs there a way to view the sprint that are closed in Agile ModuleHi, There is ask where...Read MorePosted by Sachin Pratap SCA Spectrum Connector DefinitionHi, We are planning to integrate CA Spectrum with ServiceNow to pull
events as part...Read MorePosted by mike2agkExclude/stop the Insert/Creation or update of CI's based on Name during DisocveryAll, Do we have a way ...Read MorePosted by kendall_linTime Card & Time Sheet Qs - Approval and Related List DisplayHello,My organization ...Read MoreCommunity HighlightsAnil NemmikantiSpecialistRecord is being aborted on update but there is no abort BR on the same table. How it is possible?
This widget could not be displayed.
Read MoreshreedevinSpecialistBuilding “Simply Thriftify” with Build Agent . My Journey in the #BuildWithBuildAgent Challenge
This widget could not be displayed.
Read MoreIts_AzarSpecialistTop 10 ServiceNow Tables Every Developer Should Know1. sys_user – The Users Table This table stores all us...Read MoreIts_AzarSpecialistUnderstanding Time-Limited Roles in ServiceNowGiving permanent roles for short-term tasks increases security risk and
leads to ro...Read MoreIts_AzarSpecialistBuilding Secure and Scalable Custom Apps on ServiceNow1. Security Starts Day One Treat security as a design ...Read MoreHanna_GSpecialist🚀 Agile Card Labels: Automatically Reflect Story Status in the Agile BoardIn Agile development w...Read MoreJuhi PoddarSpecialistStep-by-Step Guide to Contributing to Hacktoberfest Level 1 Code SnippetsIn this article, I’ll ...Read MorePrasanna_PatilSpecialistGroups, users, location creation using Service BridgeHello All, Can some one confirm me if we can create Gr...Read MoreDiscover CommunityCommunity CentralJust 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 MoreProduct HubsLooking 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 MoreCommunity EventsJoin Community events like Developer Meetups and Ask the Experts to connect with ServiceNow enthusiasts, share experiences, and network both locally and virtually!Learn MoreUser GroupsUser 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 MoreUpcoming EventsOnlineREMINDER: Register Today for the 2025 Indiana SNUGHosted by Melissa Romolto13 Nov, 202506:00 AM PSTEvent DetailsOnlineWhat’s shaping the future of customer and employee experiencesHosted by Maria Reyes13 Nov, 202508:00 AM PSTEvent DetailsOnlineRegister Today for the Nebraska SNUG!Hosted by aditibansal258113 Nov, 202508:00 AM PSTEvent DetailsOnlineLive on ServiceNow: Service Operations Workforce AcademyHosted by Lolita Honkpo13 Nov, 202508:00 AM PSTEvent DetailsOnlineLive on ServiceNow: Service Operations Workforce AcademyHosted by Lolita Honkpo13 Nov, 202508:00 AM PSTEvent DetailsOnlineLive on ServiceNow: CMDB Data Foundations: Set the foundation for AI-ready IT operationsHosted by Lolita Honkpo13 Nov, 202509:00 AM PSTEvent DetailsJoin the CommunityWelcome 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 togetherTap into Community to unlock real-time opportunities for support and growth.Unlock PotentialConnect with othersElevate your expertise and deepen Community connections, whether online or in person.Find an EventJoin a groupDive into countless groups across our Community and let your voice be heard.Find a GroupBecome an expertBoost your expertise, elevate your reputation, and connect with top professionals in the ecosystem.Build Your Reputation
I have a requirement to create a catalog item bi-weekly automatically without manual intervention. I am trying this logic in scheduled Job, but it is working. but when I try in Background scripts it is working as expected. var cart = new sn_sc.CartJS...
I ‘m creating my first AI Agent, and ‘m experiencing an issue where it gets stack on the Configuration Item tool processing when testing it. I have attached a document detailing the configuration I did and the test result. Please assist/advise.
Record is being aborted on update but there is no abort BR on the same table. But there is BR on different table which is not linked to the table. How it is possible?
Good evening.!How to edit this UI action button "Request approval" on sc_task table, under Approvers tab?I want to either edit it to write a script or, remove it? Please help. (Also, please ignore the other "Request Approval" button on the context me...
Hi, I would like to find out which spoke would be best suited for our needs. On our company portal we have a catalog item called "Email Distribution List Request - Access/Create/Modify", where our customers can request to:Create new distribution lis...
Can anyone help with creating a custom interactive filter on the collaborators field on the dmn_demand table. Looked up some articles on the community but cant find how to do it. The field itself is a list field which points to user (and can contain ...
Hi, I want a delay of 10 seconds in my scripted REST API Script. It is working through gs.sleep() - my usecase is to wait for sc_task to be generated after creation of RITM. But, since this is not a best practice to use gs.sleep() , I want an altern...
There’s been a lot of noise around Citizen Development lately — and rightly so. The idea of enabling non-technical employees to create digital solutions is appealing, especially in times when demand for automation and agility is higher than IT can de...
Hi. I have a question about "Populate Internet Facing attribute on Hardware".The value of the "Internet Facing" field in the Hardware table is updated by the "Populate Internet Facing attribute on Hardware" in the sysauto_script table.The execution t...
I want to restrict the selection of past date on the "due date " field on the p_taskfor that i have create ui policy for the same.. but whenever i try to complete or cancle the p_task it shows the error mentioned in the ui policy ( even when due date...
I’ve built a Platform Analytics Dashboard in ServiceNow that tracks monthly KPIs such as Application Uptime using Automated Indicators.For one of my indicators — Uptime (%) — the results are coming correctly like for the last month (for example, 98% ...
I'm trying to display a hierarchy like structure in the case form so that the end user can drill down and navigate to the product and finally choose the product for which the case is being created. This is the hierarchy of product models that I have ...
Hi everyone, I’m running into a strange issue with Asset Workspace , and I would really appreciate some guidance. Problem SummaryUsers can see assets in the Asset Workspace list, but when they click an asset to open the form, they get: You do not hav...
Hi everyone,We’re using the AI Search utility in our Virtual Agent topic (Zurich version). The search works fine — it returns Catalog Items and Knowledge Articles — but Order Guides are not showing up in the search results.Has anyone faced this issue...
Question
View More
Announcements
Service Bridge will be renamed for the 2026 Australia release and will maintain the same functionality.