logo

NJP

Developer articles

Import · Apr 16, 2022 · article

Sorted by: Most recent Most viewed Most commented Most liked

Hi, In this article, I will show you how you can create a custom UI page in ServiceNow and call that in a popup. For this, first we need to create a UI Page. System UI -> UI Pages -> New UI Page Name: ui_page_demo HTML Script <?xml version="1.0" enc...

image

|

Posted in Developer articles

  • 23765 Views
  • 19 comments
  • 38 helpfuls

Scoped Applications in ServiceNow are a powerful way to create secure custom applications which are completely separated from the rest of the platform. Unfortunately, this often leads to situations where certain artifacts (aka application files) h...

image image image image

|

Posted in Developer articles

  • 4918 Views
  • 16 comments
  • 35 helpfuls

Introduction The cloud-based Azure AI Vision service from Microsoft provides access to advanced algorithms for processing images and returning information. By uploading an image or specifying an image URL, Azure AI Vision algorithms can analyze visua...

image image image image

|

Posted in Developer articles

Having too many developers or projects in your instance where there is constant clash between developers? Then scoped application development might be your answer. This white paper helps you understand all about application scope, when to use to ...

image image image image

|

Posted in Developer articles

  • 37109 Views
  • 19 comments
  • 47 helpfuls

I am very new to dashboards and I recently had to create a dashboard in a sub prod instance of Jakarta, and found it difficult to move it in an update set to other environments. I followed the instructions here: https://docs.servicenow.com/bundle/jak...

image image

|

Posted in Developer articles

  • 14341 Views
  • 2 comments
  • 21 helpfuls

Hello Everyone, I recently came up with a useful solution to help deployments move along a bit more seamlessly for my organization. Our team uses the Agile Development application to create and track work for our sprints. We also use Update Sets to ...

image image image image

|

Posted in Developer articles

  • 1879 Views
  • 16 comments
  • 11 helpfuls

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field Hi there, A short article to share knowledge gained about accessing values within Multi-Row Variable Sets, outside the actual Multi-Row Variable Set + Client Side! I n...

image image

|

Posted in Developer articles

  • 23047 Views
  • 10 comments
  • 37 helpfuls

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field Hi there, Do you recall from the Washington DC release notes, "Save flows automatically as you work on them" and "You must request to edit an existing flow before you...

image image image

|

Posted in Developer articles

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field Hi there, A short article to share gained knowledge about hiding attachments and making attachments mandatory for Catalog Items on the Service Portal. Sharing this bec...

image

|

Posted in Developer articles

  • 11674 Views
  • 12 comments
  • 32 helpfuls

Parallel approvals have been a very common thing in the world of workflows. Today, if you try to configure the same in a flow designer, you might face a lot of issues in setting it up within a flow. Yes, You are hearing it right! Parallel approval...

image image image

|

Posted in Developer articles

  • 6820 Views
  • 15 comments
  • 10 helpfuls

(I'm Francis - product manager for Exalate at iDalko) The challenge An Exalate evaluator asked for an integration between ServiceNow and Jira (On-Premise) for an Agile Board synchronization. The product looked like a fit but was missing one major fea...

image image image image

|

Posted in Developer articles

  • 1454 Views
  • 1 comments
  • 3 helpfuls

Interactive filters? Interactive Filters allow you to filter report widgets directly from a homepage or dashboard without modifying the reports. Servicenow comes up with many filter types but sometimes it requires applying a filter based on the cata...

image image image image

|

Posted in Developer articles

  • 7002 Views
  • 19 comments
  • 27 helpfuls

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field Hi there, Turning the Release Testing Preview (RTP) Release Notes for the Washington DC release inside out, there was a wow moment... "Let your catalog item requesters...

image image image image

|

Posted in Developer articles

  • 9665 Views
  • 34 comments
  • 101 helpfuls

Workspaces are being used more and more in ServiceNow, but it is often overlooked that each workspace was developed for a specific purpose and a specific target group. However, this also means that a workspace is not a substitute for all the possi...

image image image image

|

Posted in Developer articles

  • 4255 Views
  • 5 comments
  • 27 helpfuls

I have been looking through the WIKI/community and it seems like people are very much in dark when it comes to dependent variables in Catalog Items (service Catalogs). There are actually two ways /scenarios to achieve this: Dependent variables on t...

image image image image

|

Posted in Developer articles

  • 20814 Views
  • 19 comments
  • 28 helpfuls

Hello In this article I will show you how to add business days to a given selected date. You can do this from 2 ways one from server script and another through client script. System Scheduler -> Schedules First you need to either create a schedule or...

|

Posted in Developer articles

  • 11302 Views
  • 5 comments
  • 25 helpfuls

Reference qualifiers in ServiceNow are filters that restrict the data that appears in reference fields. They help refine the choices available in a reference field by defining conditions that the referenced records must meet. Types of Reference Qua...

image

|

Posted in Developer articles

  • 10146 Views
  • 4 comments
  • 31 helpfuls

Below script may help you to check how many attachments are uploaded in catalog item. You can create new Catalog Client Script and make sure to set following fields: Isolate script: should be uncheckedUI Type - AllScript : function onSubmit() { v...

|

Posted in Developer articles

  • 2536 Views
  • 7 comments
  • 3 helpfuls

Goal: You want to configure notifications in a UIB workspace so that users receive immediate updates about records they need to work on without leaving the workspace. For example, to receive a notification when a record is assigned to a user like bel...

image

|

Posted in Developer articles

  • 2698 Views
  • 8 comments
  • 15 helpfuls

Hello, In this article, i will share some code snippets which takes care of basic date validations at the client side. 1. Selected Date cannot be less than Today function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoad...

|

Posted in Developer articles

  • 17996 Views
  • 10 comments
  • 80 helpfuls

  • « Previous

  • Next »

View original source

https://www.servicenow.com/community/developer-articles/tkb-p/developer-kb