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

Articles

UI Builder: Create a record with client script and button

Creating a record with user input data If you want to create a record using user input from your form or other component on your page, you can use this guide. In this example, I was taking input from 2 input components in a modal and creating a new i...

MaxSelwyn_0-1685638326491.png MaxSelwyn_1-1685638326498.png MaxSelwyn_2-1685638326499.png MaxSelwyn_3-1685638326502.png
Max Selwyn by ServiceNow Employee
  • 5279 Views
  • 1 comments
  • 7 helpfuls

How to use the Form component

  Add the Form component to the Page Drag and drop the Form component on your page.  Add a "Glide Form" data resource Go to Data Resources ( icon database on the left toolbar)Click +AddSearch for "glide form"In the section, "@servicenow/now-record-fo...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Marc Mouries by ServiceNow Employee
  • 13158 Views
  • 14 comments
  • 16 helpfuls

Embedding Virtual Agent on UI Builder Page

Embedding Virtual Agent on UI Builder Page If you are looking to use Virtual Agent on any UI Builder page, then this is one easy option to embed it. There is a component available called “Agent Chat” this is going to be used by the Agent who wants to...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

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
  • 1041 Views
  • 1 comments
  • 6 helpfuls

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
  • 5374 Views
  • 13 comments
  • 10 helpfuls

nowGurukul ServiceNow Hands-On Challenge 2024 #Week_8

ServiceNow Community - “Discipline is choosing between what you want now, and what you want most.”    Challenge Introduction:- In order to strengthen the ServiceNow hands-on skills , each week a challenge will be posted and you need to implement the...

nowGurukul_0-1712137415560.png nowGurukul_1-1712137890766.png nowGurukul_2-1712137890767.png
nowGurukul by Tera Contributor
  • 2696 Views
  • 1 comments
  • 3 helpfuls

EVAM View Template - JSON Configuration

If you’ve setup an EVAM data resource for the UI Builder or followed along with @Brad Tilton's blog, you’ll know that as part of the setup steps, you have to configure a View Template [sys_ux_composite_data_template] using some JSON  magic. After som...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Nia McCash by Mega Sage
  • 10227 Views
  • 13 comments
  • 23 helpfuls

How to idenfity which Now Component Button was clicked

Did you know that there is an undocumented (as of 2020-Oct-19) property for the now-button component that can help you identify which button was clicked?  It’s called componentName.  The Problem If you use multiple now-button components, you need a w...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Nia McCash by Mega Sage
  • 2991 Views
  • 3 comments
  • 10 helpfuls

Querying Data with your GraphQL API Tutorial (Part 2 of 3)

The Practical Guide to What is GraphQL and How to query data within ServiceNow.  This is part two of three.  Please see part 1 "Setting up and Testing your first GraphQL API Tutorial" for help getting started creating and querying GraphQL APIs.   Who...

03-query-get-incidents-basic.jpg find_real_file.png
Jon G Lind by ServiceNow Employee
  • 8643 Views
  • 2 comments
  • 11 helpfuls
Top Contributors