Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! Difference between arr+=(','+i) vs arr.push(i)

Hi All,Can someone help me to understand what is difference between below two When should we use  :  Arr.push(i) ;When should we use   :  Arr + = ( ' , ' + i);var criticalIncident = [];var inc = new GlideRecord('incident');inc.addActiveQuery();inc.ad...

Supriya25 by Tera Guru
  • 3003 Views
  • 5 replies
  • 4 helpfuls

Create a Report on Duplicate Records in Servicenow

Hi All,We are currently facing Duplicate records in Server table based on differnt Serial Number Type from Discovery and Solarwinds SG connector. Discovery is creating a server record with Serial Number type as BIOS whereas Solarwinds is creating ano...

Suvetha S by Tera Contributor
  • 1312 Views
  • 1 replies
  • 1 helpfuls

Close a canceled Change Request.

Accidently canceled a change request and I need to change the state to closed. It was actually implemented just no on the planed start date so it needed to be force closed. Is there a way to do this?

DevtoSME by Giga Guru
  • 970 Views
  • 1 replies
  • 0 helpfuls

Force closed a change request

I have a dilemma where I need to force close a change request that was already implemented months back however it was done out of business hours so the change request did not go through the proper workflow. It is currently in the draft state and need...

DevtoSME by Giga Guru
  • 3059 Views
  • 3 replies
  • 1 helpfuls

UI Builder - Related List Refresh Event

Hello, I currently have a problem with the events in the UI Builder.We have developed a Related List Action (Declarative Action) that opens a UIB page.On the UIB page, the agent can select some parameters and call a data resource that triggers an API...

RuslanZ_0-1720774058924.png
RuslanZ by Tera Expert
  • 3649 Views
  • 5 replies
  • 6 helpfuls

Email body contains name/value pairs with special character

If an email body contains name/value pairs with this syntax:<string>:<string>then an email object property is automatically created and populated. For example, if the string Var1:Value1 appears in the email body, the property email.body.var1 is creat...

Mounika77 by Tera Contributor
  • 690 Views
  • 1 replies
  • 0 helpfuls

Report_view error

Hi Guys, I have created a data visualization and added to dashboard in platform analytics. I have scenario where business_stakeholder is not able to see and getting below error attached screenshot.Note : I have shared this visualization and dashboard...

Reddymahesh by Tera Contributor
  • 2231 Views
  • 5 replies
  • 0 helpfuls

How to add template for change request via flow or script

I am converting workflow to flow, In that there is one activity to create change request, They are adding some template while creating it in workflow, I am not getting exactly how to add template via flow or flow action.I tried with script like "appl...

Gurupadappa by Tera Contributor
  • 1259 Views
  • 3 replies
  • 0 helpfuls