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.

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

Forum Posts

Resolved! Change Date format from Variable Using Business Rule

I am trying to auto populate the short description field on the requeted item table using information from variables submitted via the service portal. This is being done using the business rule below "(function executeRule(current, previous /*null wh...

Resolved! Multiple responses from Script Include to one Client Script

Hello,I am trying to get multiple responses from Script Include to one Client Script via GlideAjax.But something is wrong with my code.....:( Client Scriptfunction onChange(control, oldValue, newValue, isLoading) {if (isLoading || newValue == '') {re...

Sinae by Tera Contributor
  • 673 Views
  • 1 replies
  • 1 helpfuls

Link Set/Link Set Group Configuration

In UI Builder, has anyone worked successfully with the Link Set or Link Set Group components with internal ServiceNow links within the instance that are not routes? The component documentation links to API for the JSON of the properties here and ther...

UI Page - How to pass value from Client Script to HTML

We have UI Pages included in Homepages that no longer functions on Dashboards. We need one of the following solutions:Find browser (top) URL in HTML so we car parse it for a paramWe can find that in the Client Script. Need method to pass that value a...

rlatorre by Kilo Sage
  • 3533 Views
  • 4 replies
  • 2 helpfuls

UI Macro - How to get the value of a reference field in jelly?

Good day! In the incident form, I have UI macro beside the caller name. The UI macro serves as an identifier to show if the caller is a member of a specific group. When hovering the mouse over the icon, I need to show the group name. When populating ...

JLeong by Mega Sage
  • 1853 Views
  • 6 replies
  • 3 helpfuls

Resolved! JSON Parsing error in custom action script

Can anyone please tell me why I'm getting "Error: o,Detail: Unexpected token: o" this error for below code? here privilaged_user is a Array.Object  privilaged_user = [ { "privileged_user_account_name" : "s5gb78e7rgt5a95070e322fatg9619kl", "privileged...

DNS Lookup from ServiceNow

I have a script include where I am assigning a name to server before it gets to vRA for provisioning. I want to do a DNS lookup to see if a host with that name already exists or not. If not existing then only wants to move forward with provisioning a...

deesha by Tera Contributor
  • 718 Views
  • 1 replies
  • 0 helpfuls

Many Many Relationship table in Related Links

Hello All, I have created a newCI-Location relationship table where there are two fields 1. Application Field (From Table "cmdb_ci")2. Location Field (From Table "cmn_location") I have also created a many to many to many relationship table between th...

anirban300 by Kilo Guru
  • 413 Views
  • 1 replies
  • 0 helpfuls

ACL on system table not allowing visibility on create

Due to business requirements, we are trying to extend security access on a system table.  To do this, we are creating a separate role that will be used for a limited number of people.  We require this role to have access to create, write, and read pe...

tahnalos by Kilo Sage
  • 971 Views
  • 7 replies
  • 0 helpfuls