Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

Developer articles
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

Importing Bootstrap into Now Experience

UI component development through package.json is same as react JS.I found two ways to utilize bootstrap through trial and error below are ways to import bootstrap in now experience component. Step 1:Import bootstrap into now experience project Go to ...

How to change Icons in Timeline (Now Experience Component)

Hey fellow ServiceNow Developers, If you are currently starting out with the App Engine Studio and using Now Experience Components you might find this little tip helpful. When using the Timeline Component in one of your pages it is possible to use a ...

find_real_file.png find_real_file.png find_real_file.png
Kevin156 by Tera Contributor
  • 1319 Views
  • 1 comments
  • 6 helpfuls

Outbound REST Integration

Use case: If an incident is created in source ServiceNow instance it should be created in target ServiceNow instance. ServiceNow stores details on how to interact with external web services through REST in a REST Message record. The REST Message reco...

akshaypithore_0-1710345443664.png akshaypithore_1-1710345443667.png akshaypithore_2-1710345443670.png akshaypithore_3-1710345498950.png
Community Alums by Community Alums  
  • 21614 Views
  • 3 comments
  • 11 helpfuls

Winning Second Place—A Victory Beyond the Prize

Winning Second Place—A Victory Beyond the Prize  Behind every great challenge lies a story, and our AI In A Box Hackathon participation is one worth telling - journey of learning, building, and perseverance.  Taking on a hackathon challenge is never...

rampriya_S_5-1740791321202.png rampriya_S_6-1740791321204.png rampriya_S_7-1740791321255.png rampriya_S_8-1740791321280.png
Rampriya-S by Kilo Sage
  • 1415 Views
  • 3 comments
  • 3 helpfuls

Set Request body of POST method in REST Message

1. Create a string and set all the variables to be passed in request body as the key along with value separated by an '&' as below: var body = "grant_type=credentials&resource=https://xyz.com&type=encoded&key=pqr1t5h8&user=jhonson"; 2. Create a REST ...

NOW CLI Troubleshooting

Unable fo find task If you find this article, I hope it will save you some troubleshooting time!When you try to test a component you would use the command: snc ui-component develop You may run into the following error: throw new Error("Unable to find...

Arnoud Kooi by ServiceNow Employee
  • 6775 Views
  • 13 comments
  • 10 helpfuls

Schedule Aware Metrics - Includes a full solution

A question came up on the community here recently (original question) about needing to calculate a Metric against a schedule instead of just a standard duration. I took the opportunity to go ahead and create a full solution for this and  thought it w...

find_real_file.png

Multi Branding Service Portal

Service Portal is intended to give a great user experience to our employees or customers, allowing them to access their services on a quick and easy way.   But, what if we want to go one step forward and give them the best possible experience, we can...

LuisEstefano_0-1702838356091.png LuisEstefano_1-1702838379553.png

ShipEase: Shipment Management Natively in Platform

Having worked with the ServiceNow ecosystem for the past 6 years, there has been one question that - in almost 95% of projects - comes up asking about ServiceNow's capability to integrate with shipment carriers to create shipment labels or track shi...

Debugging Language Translations in ServiceNow

Debugging Language Translations in ServiceNow   There are quite a number of questions posted in community related to language translations in ServiceNow. This small article might help you for debugging how translations are configured in ServiceNow an...

find_real_file.png find_real_file.png
Top Contributors