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

React Implementation?

 In React, you can create a similar effect by using state and CSS.JSX:React Implementation? is correct import React, { useState, useEffect } from 'react'; import './LoadingIndicator.css'; const LoadingIndicator = () => { const [dots, setDots] = useSt...

Flow Designer

when state is on hold and on hold reason is awaiting caller the flow gets triggered for incident and there is wait for duration of time 24 hours and if caller responds in additional comments within 24 hours the state of incident should move to in pro...

Nikhil C by Tera Contributor
  • 321 Views
  • 1 replies
  • 0 helpfuls

"Ghost" records after mass-deleting with deleteMultiple()

Hi,I'm currently having a strange problem. On a customer's dev instance, I wanted to clear out a large table (~650k records), which extends the task table. I did this by running a pretty basic Fix Script in background that looked like this: var gr = ...

sn_morerecs.png
Max Nowak by Kilo Sage
  • 526 Views
  • 2 replies
  • 0 helpfuls

Using ServiceNow to check in / out equipment

One of my plant managers is looking for a tool to manage daily check out / check in of our hand held scanners. Has anyone used ServiceNow to do something similar? I'm not even sure what to search for--check out doesn't find anything relevant.Thanks!

nluoma by Kilo Sage
  • 4146 Views
  • 4 replies
  • 0 helpfuls

Inactive flow still triggering

I have an odd flow related problem. I've inactivated two flows (last month) but it turns out they are still being triggered. This is the flows:But as you can see from the execution list they are still triggering now:Does anyone know why this might be...

spike_0-1704792099379.png spike_1-1704792160501.png spike_2-1704792194410.png
spike by Mega Sage
  • 1701 Views
  • 5 replies
  • 1 helpfuls

API Access to Company Portal

Hi guys,I'm tearing away the small patches of hair that I have left.We have our work ServiceNow portal and all is good: https://bentleysystems.service-now.com/I've love to use the API with it - to write some useful apps.But I don't know how to log in...

davidbird_0-1746628423722.png
davidbird by Tera Contributor
  • 523 Views
  • 4 replies
  • 0 helpfuls

ALM no_audit attribute issue

Our Asset Management team has a requirement to have multiple ALM tables' fields set to be audited. Simply changing no_audit=true to no_audit=false does not work, only removing the no_audit attribute completely seems to work. However, as these are bas...